Skip to content

Commit

Permalink
try ff
Browse files Browse the repository at this point in the history
  • Loading branch information
3ch023 committed Dec 20, 2024
1 parent 21bb181 commit 458ac3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nala/utils/pr.run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ npx playwright install --with-deps
# Run Playwright tests on the specific projects using root-level playwright.config.js
# This will be changed later
echo "*** Running tests on specific projects ***"
npx playwright test --config=./playwright.config.js ${TAGS} ${EXCLUDE_TAGS} --project=mas-live-chromium --project=mas-live-firefox --project=mas-live-webkit ${REPORTER} || EXIT_STATUS=$?
npx playwright test --config=./playwright.config.js ${TAGS} ${EXCLUDE_TAGS} --project=mas-live-firefox ${REPORTER} || EXIT_STATUS=$?

# Check if tests passed or failed
if [ $EXIT_STATUS -ne 0 ]; then
Expand Down

0 comments on commit 458ac3b

Please sign in to comment.