Skip to content

Commit acc1548

Browse files
committed
refactor: remove logs before run tests
1 parent 48866b1 commit acc1548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"cucumber:unused:step": "npx ./dist/src/test/e2e/config/CucumberStepManager.js",
1616
"report:generate": "npx allure generate --clean ./test-report/allure-result/ -o ./test-report/allure-report",
1717
"report:open": "npx allure open test-report/allure-report",
18-
"tests:e2e": "wdio ./dist/wdio.conf.js"
18+
"tests:e2e": "rm -rf test-report && wdio ./dist/wdio.conf.js"
1919
},
2020
"config": {
2121
"commitizen": {

0 commit comments

Comments
 (0)