Skip to content

Commit

Permalink
update the nalarun for single run
Browse files Browse the repository at this point in the history
  • Loading branch information
Santoshkumar Sharanappa Nateekar authored and Santoshkumar Sharanappa Nateekar committed Sep 8, 2024
1 parent e9c5dfc commit ebcd381
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nalarun.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,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=milo-live-chromium ${REPORTER} || EXIT_STATUS=$?
npx playwright test --config=./playwright.config.js ${TAGS} ${EXCLUDE_TAGS} --project=milo-live-firefox ${REPORTER} || EXIT_STATUS=$?
npx playwright test --config=./playwright.config.js ${TAGS} ${EXCLUDE_TAGS} --project=milo-live-chromium --project=milo-live-firefox ${REPORTER} || EXIT_STATUS=$?

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

0 comments on commit ebcd381

Please sign in to comment.