@cucumber/cucumber
Version:
The official JavaScript implementation of Cucumber.
28 lines • 616 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DEFAULT_CONFIGURATION = void 0;
exports.DEFAULT_CONFIGURATION = {
backtrace: false,
dryRun: false,
forceExit: false,
failFast: false,
format: [],
formatOptions: {},
import: [],
language: 'en',
loader: [],
name: [],
order: 'defined',
paths: [],
parallel: 0,
publish: false,
require: [],
requireModule: [],
retry: 0,
retryTagFilter: '',
shard: '',
strict: true,
tags: '',
worldParameters: {},
};
//# sourceMappingURL=default_configuration.js.map