We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 475d4c5 commit 3edfe2cCopy full SHA for 3edfe2c
frontend/run-e2e-tests.sh
@@ -46,7 +46,7 @@ for test_file in "${TEST_FILES[@]}"; do
46
echo -e "${YELLOW}Running: $test_file${NC}"
47
echo "----------------------------------------"
48
49
- if npx --package=@playwright/test playwright test "$test_file" --reporter=list; then
+ if bun x playwright test "$test_file" --reporter=list; then
50
echo -e "${GREEN}✓ $test_file passed${NC}"
51
else
52
echo -e "${RED}✗ $test_file failed${NC}"
0 commit comments