1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 03:12:42 +02: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:
Mark Stacey 2023-06-15 14:48:15 -02:30 committed by GitHub
parent 00607d2298
commit 1f576641dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: