We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48866b1 commit acc1548Copy full SHA for acc1548
package.json
@@ -15,7 +15,7 @@
15
"cucumber:unused:step": "npx ./dist/src/test/e2e/config/CucumberStepManager.js",
16
"report:generate": "npx allure generate --clean ./test-report/allure-result/ -o ./test-report/allure-report",
17
"report:open": "npx allure open test-report/allure-report",
18
- "tests:e2e": "wdio ./dist/wdio.conf.js"
+ "tests:e2e": "rm -rf test-report && wdio ./dist/wdio.conf.js"
19
},
20
"config": {
21
"commitizen": {
0 commit comments