1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/test
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
..
data Move webdriver interactions into driver module (#7798) 2020-01-13 11:07:32 -04:00
e2e Move webdriver interactions into driver module (#7798) 2020-01-13 11:07:32 -04:00
integration Move webdriver interactions into driver module (#7798) 2020-01-13 11:07:32 -04:00
lib Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
stub Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
unit Move util test file alongside subject (#7807) 2020-01-13 10:41:41 -03:30
unit-global Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
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 Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
setup.js Update ESLint rules for curly braces style (#7477) 2019-11-19 20:33:20 -03:30