We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2ce1e4 commit 184800aCopy full SHA for 184800a
ci/dev/test-e2e.sh
@@ -44,7 +44,7 @@ main() {
44
fi
45
46
cd test
47
- npm run playwright test "$@"
+ ./node_modules/.bin/playwright test "$@"
48
}
49
50
main "$@"
0 commit comments