We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a8fea69 + 848afce commit afa42daCopy full SHA for afa42da
1 file changed
solutions/integration-tests/run-tests.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
if [[ "${1:-}" == "run-server" ]]; then
4
- npx playwright run-server --port 3000 --host 0.0.0.0 &
+ npx --ignore-scripts playwright run-server --port 3000 --host 0.0.0.0 &
5
python3 -m http.server 8000
6
else
7
npm run test
0 commit comments