1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/test
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
..
data address book entries by chainId (#7205) 2019-09-21 14:36:05 -03:00
e2e End-to-end test state fixtures (#7663) 2019-12-11 09:26:20 -08:00
integration Remove unused gasExpress fetch mocks (#7681) 2019-12-10 09:52:34 -04:00
lib React 16 upgrade (#7476) 2019-12-06 11:40:06 -04:00
stub Merge branch 'develop' into testing 2018-05-21 14:57:57 -07:00
unit Remove unneeded Edge-specific encryption code (#7683) 2019-12-10 16:34:50 -03:30
unit-global Freeze Promise global on boot (#7309) 2019-10-24 06:54:32 -07:00
web3 yarn lint --fix 2019-12-03 17:20:55 -03:30
base.conf.js eslint --fix . 2018-07-02 18:49:33 -04:00
flat.conf.js eslint --fix . 2018-07-02 18:49:33 -04:00
helper.js React 16 upgrade (#7476) 2019-12-06 11:40:06 -04:00
setup.js Update ESLint rules for curly braces style (#7477) 2019-11-19 20:33:20 -03:30