html-reporter
Version:
Html-reporter and GUI for viewing and managing results of a tests run. Currently supports Testplane and Hermione.
11 lines • 344 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = {
JS_EXEC: 'js exec',
DBS_LOADED: 'dbs loaded',
DBS_MERGED: 'dbs merged',
PLUGINS_LOADED: 'plugins loaded',
DB_EXTRACTED_ROWS: 'db extracted rows',
FULLY_LOADED: 'fully loaded'
};
//# sourceMappingURL=performance-marks.js.map