mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
* 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 |
||
---|---|---|
.. | ||
contract-test | ||
fixtures | ||
mock-3box | ||
send-eth-with-private-key-test | ||
address-book.spec.js | ||
ethereum-on.spec.js | ||
fetch-mocks.json | ||
fixture-server.js | ||
from-import-ui.spec.js | ||
ganache.js | ||
helpers.js | ||
incremental-security.spec.js | ||
metamask-responsive-ui.spec.js | ||
metamask-ui.spec.js | ||
permissions.spec.js | ||
run-all.sh | ||
run-web3.sh | ||
send-edit.spec.js | ||
signature-request.spec.js | ||
threebox.spec.js | ||
web3.spec.js |