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 eadeaa7883 End-to-end test state fixtures (#7663)
* Add network store for testing

An alternative persistent state store has been created for use with e2e
tests. Instead of reading state from disk, it tries to load state from
a local fixture server running on port `12345` and serving state from
the path `/state.json`, and returns a blank state otherwise.

* Add e2e test fixture server

A fixture server has been added for serving background state, which the
background will read upon startup as part of restoring persisted state.

The `signature-request` e2e test has been updated to use a fixture to
bypass the registration step. The fixture used (`imported-account`) was
generated by pausing midway through that test run
2019-12-11 09:26:20 -08:00
..
contract-test Contract test dapp improvements (#7587) 2019-12-09 14:31:47 -04:00
fixtures End-to-end test state fixtures (#7663) 2019-12-11 09:26:20 -08:00
mock-3box 3box integration 2.0 (#6972) 2019-09-16 14:41:01 -02:30
send-eth-with-private-key-test I5849 incremental account security (#6874) 2019-08-02 01:27:26 -02:30
address-book.spec.js Consolidate E2E test helper functions into helper.js (#7684) 2019-12-10 15:23:25 -04:00
ethereum-on.spec.js Consolidate E2E test helper functions into helper.js (#7684) 2019-12-10 15:23:25 -04:00
fetch-mocks.json Remove unused gasExpress fetch mocks (#7681) 2019-12-10 09:52:34 -04:00
fixture-server.js End-to-end test state fixtures (#7663) 2019-12-11 09:26:20 -08:00
from-import-ui.spec.js Consolidate E2E test helper functions into helper.js (#7684) 2019-12-10 15:23:25 -04:00
ganache.js Use Ganache programmatically in e2e tests (#7664) 2019-12-09 10:40:43 -04:00
helpers.js Consolidate E2E test helper functions into helper.js (#7684) 2019-12-10 15:23:25 -04:00
incremental-security.spec.js Consolidate E2E test helper functions into helper.js (#7684) 2019-12-10 15:23:25 -04:00
metamask-responsive-ui.spec.js Consolidate E2E test helper functions into helper.js (#7684) 2019-12-10 15:23:25 -04:00
metamask-ui.spec.js Consolidate E2E test helper functions into helper.js (#7684) 2019-12-10 15:23:25 -04:00
permissions.spec.js Consolidate E2E test helper functions into helper.js (#7684) 2019-12-10 15:23:25 -04:00
run-all.sh Use Ganache programmatically in e2e tests (#7664) 2019-12-09 10:40:43 -04:00
run-web3.sh Add support for one-click onboarding (#7017) 2019-11-22 13:03:51 -04:00
send-edit.spec.js Consolidate E2E test helper functions into helper.js (#7684) 2019-12-10 15:23:25 -04:00
signature-request.spec.js End-to-end test state fixtures (#7663) 2019-12-11 09:26:20 -08:00
threebox.spec.js Consolidate E2E test helper functions into helper.js (#7684) 2019-12-10 15:23:25 -04:00
web3.spec.js Consolidate E2E test helper functions into helper.js (#7684) 2019-12-10 15:23:25 -04:00