UNPKG

testcafe-reporter-cucumber-json

Version:
35 lines 689 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultOptions = void 0; exports.defaultOptions = { args: { appName: false, appVersion: false, reportFolder: 'cucumber-json-reports', }, noisyTags: [ '(t)', 'able', 'and', 'async', 'but', 'can', 'cannot', 'did', 'feature', 'fixture', 'given', 'not', 'only', 'scenario', 'should', 'spec', 'test', 'the', 'then', 'when', 'with', ], verbose: false, }; //# sourceMappingURL=default-options.js.map