1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/test/e2e
Mark Stacey 7535d63466
Add run-e2e-test.js script (#11301)
This script makes it easier to run an individual E2E test. In the past
I've run individual scripts by editing `run-all.sh` manually, but now
that can be done more easily with this script. It also allows setting
the number of retries to use and the browser to use from the CLI.

This script has been added as an npm script as well, called
'test:e2e:single'.

The `run-all.sh` script was rewritten in JavaScript to make it easier
to pass through a `--retries` argument.

The default number of retries has been set to zero to make local
testing easier. It has been set to 2 on CI.

This was mainly done to consolidate the code used to run an E2E test in
one place, to make later improvements easier.
2021-06-15 15:21:25 -02:30
..
fixtures Adding entry to custom token state for Ledger support notification (#11199) 2021-05-27 10:28:29 -07:00
mock-3box
send-eth-with-private-key-test
tests Warn users when they attempt to add a network that is already configured (#11179) 2021-06-04 08:52:07 -05:00
webdriver Enable Chrome E2E logs (#11295) 2021-06-15 15:18:21 -02:30
benchmark.js add key literals to driver (#10854) 2021-04-12 10:32:38 -05:00
fixture-server.js
ganache.js
helpers.js Warn users when they attempt to add a network that is already configured (#11179) 2021-06-04 08:52:07 -05:00
metamask-ui.spec.js Start dapp directly from metamask-ui.spec.js (#11299) 2021-06-15 14:16:09 -02:30
metrics.spec.js add key literals to driver (#10854) 2021-04-12 10:32:38 -05:00
run-all.js Add run-e2e-test.js script (#11301) 2021-06-15 15:21:25 -02:30
run-all.sh Add run-e2e-test.js script (#11301) 2021-06-15 15:21:25 -02:30
run-e2e-test.js Add run-e2e-test.js script (#11301) 2021-06-15 15:21:25 -02:30