20 lines
404 B
JSON
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
|
|
}
|
|
}
|