html-reporter
Version:
Html-reporter and GUI for viewing and managing results of a tests run. Currently supports Testplane and Hermione.
20 lines (19 loc) • 596 B
TypeScript
export * from './custom-gui';
export * from './filters';
export * from './find-same-diffs';
export * from './group-tests';
export * from './gui-server-connection';
export * from './lifecycle';
export * from './loading';
export * from './modals';
export * from './notifications';
export * from './processing';
export * from './run-tests';
export * from './screenshots';
export * from './settings';
export * from './sort-tests';
export * from './static-accepter';
export * from './suites-page';
export * from './suites-tree-state';
export * from './visual-checks-page';
export * from './browsers';