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 cc928aaed9
Add withFixtures helper and simple-send test (#7862)
The `withFixtures` helper will instantiate ganache, a web driver, and
a fixture server initialized with the given set of fixtures. It is
meant to facilitating writing small, isolated e2e tests.

The first example test has been added: simple-send. It ensures that the
user can send 1 ETH to another account.

These new e2e tests will run during the normal e2e test run.

Closes #6548
2020-01-20 14:50:25 -04:00
..
contract-test
fixtures Allow exporting state during e2e tests (#7860) 2020-01-17 18:59:25 -04:00
mock-3box
send-eth-with-private-key-test
tests Add withFixtures helper and simple-send test (#7862) 2020-01-20 14:50:25 -04:00
webdriver Add page navigation to e2e web driver (#7867) 2020-01-20 13:03:07 -04:00
address-book.spec.js
ethereum-on.spec.js
fixture-server.js
from-import-ui.spec.js
ganache.js
helpers.js Add withFixtures helper and simple-send test (#7862) 2020-01-20 14:50:25 -04:00
incremental-security.spec.js
metamask-responsive-ui.spec.js
metamask-ui.spec.js
permissions.spec.js
run-all.sh Add withFixtures helper and simple-send test (#7862) 2020-01-20 14:50:25 -04:00
run-web3.sh
send-edit.spec.js
signature-request.spec.js
threebox.spec.js
web3.spec.js