Skip to content

Commit

Permalink
Avoid using rm command in scripts to make it work cross-platform
Browse files Browse the repository at this point in the history
  • Loading branch information
muradium committed Nov 5, 2024
1 parent 544207c commit 75b0138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"playwright:test:slow": "PLAYWRIGHT_JUNIT_OUTPUT_NAME=./test-reports/results-slow.xml playwright test e2e --project=slow-tests --workers 1",
"playwright:open": "playwright test e2e --ui",
"playwright:setup": "npx playwright install --with-deps chromium && playwright test init",
"merge-reports": "junit-merge ./test-reports/results-fast.xml ./test-reports/results-slow.xml -o ./test-reports/results.xml; rm ./test-reports/results-fast.xml; rm ./test-reports/results-slow.xml",
"merge-reports": "junit-merge ./test-reports/results-fast.xml ./test-reports/results-slow.xml -o ./test-reports/results.xml",
"update": "ncu -i --format group"
}
}

0 comments on commit 75b0138

Please sign in to comment.