1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00
metamask-extension/test/e2e
Mark Stacey 27cfb6aa51
Move webdriver interactions into driver module (#7798)
The Selenium webdriver is difficult to use, and easy to misuse. To help
use the driver and make it easier to maintain our e2e tests, all driver
interactions are now performed via a `driver` module. This is basically
a wrapper class around the `selenium-webdriver` that exposes only the
methods we want to use directly, along with all of our helper methods.
2020-01-13 11:07:32 -04: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 Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
send-eth-with-private-key-test I5849 incremental account security (#6874) 2019-08-02 01:27:26 -02:30
webdriver Move webdriver interactions into driver module (#7798) 2020-01-13 11:07:32 -04:00
address-book.spec.js Move webdriver interactions into driver module (#7798) 2020-01-13 11:07:32 -04:00
ethereum-on.spec.js Move webdriver interactions into driver module (#7798) 2020-01-13 11:07:32 -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 Move webdriver interactions into driver module (#7798) 2020-01-13 11:07:32 -04:00
ganache.js Use Ganache programmatically in e2e tests (#7664) 2019-12-09 10:40:43 -04:00
helpers.js Move webdriver interactions into driver module (#7798) 2020-01-13 11:07:32 -04:00
incremental-security.spec.js Move webdriver interactions into driver module (#7798) 2020-01-13 11:07:32 -04:00
metamask-responsive-ui.spec.js Move webdriver interactions into driver module (#7798) 2020-01-13 11:07:32 -04:00
metamask-ui.spec.js Move webdriver interactions into driver module (#7798) 2020-01-13 11:07:32 -04:00
permissions.spec.js Move webdriver interactions into driver module (#7798) 2020-01-13 11:07:32 -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 Move webdriver interactions into driver module (#7798) 2020-01-13 11:07:32 -04:00
signature-request.spec.js Move webdriver interactions into driver module (#7798) 2020-01-13 11:07:32 -04:00
threebox.spec.js Move webdriver interactions into driver module (#7798) 2020-01-13 11:07:32 -04:00
web3.spec.js Move webdriver interactions into driver module (#7798) 2020-01-13 11:07:32 -04:00