Skip to content

Commit afa42da

Browse files
authored
Merge pull request #842 from govuk-one-login/BAU-sonarqube-ignore-scripts
BAU: add --ignore-scripts to npx playwright
2 parents a8fea69 + 848afce commit afa42da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

solutions/integration-tests/run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
if [[ "${1:-}" == "run-server" ]]; then
4-
npx playwright run-server --port 3000 --host 0.0.0.0 &
4+
npx --ignore-scripts playwright run-server --port 3000 --host 0.0.0.0 &
55
python3 -m http.server 8000
66
else
77
npm run test

0 commit comments

Comments
 (0)