{ "default": { "import": [ "src/shared/support/**/*.ts", "src/shared/steps/**/*.ts", "src/modules/*/steps/**/*.ts" ], "paths": ["src/modules/*/features/**/*.feature"], "format": [ "progress-bar", "json:reports/cucumber-report.json", "html:reports/cucumber-report.html" ], "language": "fr", "formatOptions": { "snippetInterface": "async-await" }, "strict": false } }