html-reporter
Version:
Html-reporter and GUI for viewing and managing results of a tests run. Currently supports Testplane and Hermione.
14 lines • 387 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ClientEvents = void 0;
exports.ClientEvents = {
BEGIN_SUITE: 'beginSuite',
BEGIN_STATE: 'beginState',
TEST_RESULT: 'testResult',
RETRY: 'retry',
ERROR: 'err',
END: 'end',
CONNECTED: 'connected',
DOM_SNAPSHOTS: 'DOM_SNAPSHOTS'
};
//# sourceMappingURL=client-events.js.map