1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 02:10:12 +01:00
metamask-extension/test/e2e
Mark Stacey 14e31cb9be
Allow overriding GANACHE_ARGS for e2e tests (#6970)
This allows the environment variable `GANACHE_ARGS` to override the
default set of optional flags used. By default, the flag `--quiet` is
set. Setting `GANACHE_ARGS` will override the default.

For example, you can now run the e2e tests without the `--quiet` flag
by running this:

```bash
GANACHE_ARGS='' yarn test:e2e:chrome
```

This change also prevents the arguments from being needlessly repeated.
Previously this script accidentally build up `GANACHE_ARGS`, adding to
the set of flags used with each change in arguments.

This PR is based upon #6870
2019-08-07 08:52:05 -03:00
..
contract-test Enable indent linting via ESLint (#6936) 2019-07-31 10:17:11 -10:00
send-eth-with-private-key-test I5849 incremental account security (#6874) 2019-08-02 01:27:26 -02:30
address-book.spec.js Address book name save fix (#6945) 2019-08-02 20:30:50 -02:30
fetch-mocks.js Move e2e tests out of beta dir (#6785) 2019-07-02 23:19:59 -02:30
from-import-ui.spec.js Address book name save fix (#6945) 2019-08-02 20:30:50 -02:30
func.js Refactor first time flow, remove seed phrase from state (#5994) 2019-01-23 11:55:34 -03:30
helpers.js Enable indent linting via ESLint (#6936) 2019-07-31 10:17:11 -10:00
incremental-security.spec.js Show seed phrase challenge in browser (#6961) 2019-08-06 00:54:19 -02:30
metamask-responsive-ui.spec.js Address book name save fix (#6945) 2019-08-02 20:30:50 -02:30
metamask-ui.spec.js Address book name save fix (#6945) 2019-08-02 20:30:50 -02:30
run-all.sh Allow overriding GANACHE_ARGS for e2e tests (#6970) 2019-08-07 08:52:05 -03:00
run-web3.sh Replace deprecated shell-parallel with concurrently (#6807) 2019-07-09 14:09:31 -02:30
send-edit.spec.js Address book name save fix (#6945) 2019-08-02 20:30:50 -02:30
web3.spec.js Enable indent linting via ESLint (#6936) 2019-07-31 10:17:11 -10:00