Skip to content

Commit

Permalink
Try different browser
Browse files Browse the repository at this point in the history
  • Loading branch information
kathy-t committed Nov 20, 2024
1 parent f145992 commit d033a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:
- setup_integration_test
- run:
name: Test
command: bash -i -c 'npx cypress run --browser chrome --record --config numTestsKeptInMemory=1 --reporter junit --spec cypress/e2e/<< parameters.integration_test_name >>/**/*'
command: bash -i -c 'npx cypress run --record --config numTestsKeptInMemory=1 --reporter junit --spec cypress/e2e/<< parameters.integration_test_name >>/**/*'
no_output_timeout: 30m
environment:
MOCHA_FILE: integration-tests/test-results/junit/test-results-[hash].xml
Expand Down

0 comments on commit d033a54

Please sign in to comment.