Files
festipod/cucumber.json
T
Sylvain Duchesne f04f15d926 first commit
2026-01-18 11:53:42 +01:00

20 lines
404 B
JSON

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