html-reporter
Version:
Html-reporter and GUI for viewing and managing results of a tests run. Currently supports Testplane and Hermione.
7 lines • 310 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ERROR_DETAILS_PATH = exports.SNAPSHOTS_PATH = exports.IMAGES_PATH = void 0;
exports.IMAGES_PATH = 'images';
exports.SNAPSHOTS_PATH = 'snapshots';
exports.ERROR_DETAILS_PATH = 'error-details';
//# sourceMappingURL=paths.js.map