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 cc90fca2f6
Add retries to the benchmark script (#11319)
The benchmark script can now be set to retry upon failure, like the E2E
tests do. The default is zero, just as with the E2E tests. A retry of 2
has been set in CI to match the E2E tests as well.

The `retry` module had to be adjusted to throw an error in the case of
failure. Previously it just set the exit code, but that only worked
because it was the last thing called before the process ended. That is
no longer the case.
2021-06-21 12:46:18 -02:30
..
fixtures Adding entry to custom token state for Ledger support notification (#11199) 2021-05-27 10:28:29 -07:00
mock-3box Refactoring threebox.spec.js to use fixtures (#10849) 2021-04-08 19:53:18 -04:00
send-eth-with-private-key-test I5849 incremental account security (#6874) 2019-08-02 01:27:26 -02:30
tests Updating Secret Recovery code -> Secret Recovery Phrase (Backup notice) (#11338) 2021-06-17 11:43:25 -07:00
webdriver fix xpath to get firefox uuid (#11323) 2021-06-16 09:54:36 -02:30
benchmark.js Add retries to the benchmark script (#11319) 2021-06-21 12:46:18 -02:30
fixture-server.js @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
ganache.js @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
helpers.js Add --leave-running flag to E2E test script (#11321) 2021-06-16 12:42:20 -02:30
metamask-ui.spec.js refactor send eth tests to use fixture (#11189) 2021-06-16 21:59:10 +01:00
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 --leave-running flag to E2E test script (#11321) 2021-06-16 12:42:20 -02:30