Skip to content

Commit

Permalink
Merge pull request #184 from hmcts/fix-crossbrowser-test
Browse files Browse the repository at this point in the history
Temporarily disable other browsers except Safari
  • Loading branch information
FaisalMoJ authored Jan 26, 2024
2 parents 2fce4cb + b8b4ce4 commit 3de63a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/run-crossbrowser-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ export RETRY_SCENARIOS=3
if [[ "$BROWSER_GROUP" == "" ]]
then
EXIT_STATUS=0
BROWSER_GROUP=chrome yarn test-crossbrowser-e2e || EXIT_STATUS=$?
#BROWSER_GROUP=chrome yarn test-crossbrowser-e2e || EXIT_STATUS=$?
#BROWSER_GROUP=firefox yarn test-crossbrowser-e2e || EXIT_STATUS=$?
#BROWSER_GROUP=safari yarn test-crossbrowser-e2e || EXIT_STATUS=$?
BROWSER_GROUP=microsoft yarn test-crossbrowser-e2e || EXIT_STATUS=$?
BROWSER_GROUP=safari yarn test-crossbrowser-e2e || EXIT_STATUS=$?
#BROWSER_GROUP=microsoft yarn test-crossbrowser-e2e || EXIT_STATUS=$?
echo EXIT_STATUS: $EXIT_STATUS
exit $EXIT_STATUS
else
Expand Down

0 comments on commit 3de63a7

Please sign in to comment.