mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-24 19:10:22 +01:00
Enable e2e debug flag in CI (#19588)
E2E tests will now run in debug mode on CI, printing out each step that the driver takes during a test. This should make debugging intermittent failures much easier.
This commit is contained in:
parent
00607d2298
commit
1f576641dc
@ -655,7 +655,7 @@ jobs:
|
||||
command: |
|
||||
if .circleci/scripts/test-run-e2e.sh
|
||||
then
|
||||
yarn test:e2e:chrome --retries 2
|
||||
yarn test:e2e:chrome --retries 2 --debug
|
||||
fi
|
||||
no_output_timeout: 20m
|
||||
- run:
|
||||
@ -692,7 +692,7 @@ jobs:
|
||||
command: |
|
||||
if .circleci/scripts/test-run-e2e.sh
|
||||
then
|
||||
yarn test:e2e:chrome --retries 2 --mv3 || echo "Temporarily suppressing MV3 e2e test failures"
|
||||
yarn test:e2e:chrome --retries 2 --debug --mv3 || echo "Temporarily suppressing MV3 e2e test failures"
|
||||
fi
|
||||
no_output_timeout: 20m
|
||||
- store_artifacts:
|
||||
@ -720,7 +720,7 @@ jobs:
|
||||
command: |
|
||||
if .circleci/scripts/test-run-e2e.sh
|
||||
then
|
||||
yarn test:e2e:firefox:snaps --retries 2
|
||||
yarn test:e2e:firefox:snaps --retries 2 --debug
|
||||
fi
|
||||
no_output_timeout: 20m
|
||||
- run:
|
||||
@ -757,7 +757,7 @@ jobs:
|
||||
command: |
|
||||
if .circleci/scripts/test-run-e2e.sh
|
||||
then
|
||||
yarn test:e2e:chrome:snaps --retries 2
|
||||
yarn test:e2e:chrome:snaps --retries 2 --debug
|
||||
fi
|
||||
no_output_timeout: 20m
|
||||
- run:
|
||||
@ -794,7 +794,7 @@ jobs:
|
||||
command: |
|
||||
if .circleci/scripts/test-run-e2e.sh
|
||||
then
|
||||
yarn test:e2e:firefox --retries 2
|
||||
yarn test:e2e:firefox --retries 2 --debug
|
||||
fi
|
||||
no_output_timeout: 20m
|
||||
- run:
|
||||
|
Loading…
Reference in New Issue
Block a user