html-reporter
Version:
Html-reporter and GUI for viewing and managing results of a tests run. Currently supports Testplane and Hermione.
12 lines • 385 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AllTestRunner = void 0;
const runner_1 = require("./runner");
class AllTestRunner extends runner_1.BaseRunner {
run(runHandler) {
this._collection.enableAll();
return super.run(runHandler);
}
}
exports.AllTestRunner = AllTestRunner;
//# sourceMappingURL=all-test-runner.js.map