diff options
author | Ian Coleman <ian@iancoleman.io> | 2017-11-08 12:11:49 +1100 |
---|---|---|
committer | Ian Coleman <ian@iancoleman.io> | 2017-11-16 14:37:17 +1100 |
commit | 0460b53f3aff1745fd2727c094d12f90cfbe1d10 (patch) | |
tree | 945f125a0fad502b9954edee704f8d2b866d50b4 /tests/spec/support | |
parent | e8ee368f189137fdadcca3d8dffe743c8bb20172 (diff) | |
download | BIP39-0460b53f3aff1745fd2727c094d12f90cfbe1d10.tar.gz BIP39-0460b53f3aff1745fd2727c094d12f90cfbe1d10.tar.zst BIP39-0460b53f3aff1745fd2727c094d12f90cfbe1d10.zip |
Use selenium for tests instead of phantomjs
Diffstat (limited to 'tests/spec/support')
-rw-r--r-- | tests/spec/support/jasmine.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/spec/support/jasmine.json b/tests/spec/support/jasmine.json new file mode 100644 index 0000000..3ea3166 --- /dev/null +++ b/tests/spec/support/jasmine.json | |||
@@ -0,0 +1,11 @@ | |||
1 | { | ||
2 | "spec_dir": "spec", | ||
3 | "spec_files": [ | ||
4 | "**/*[sS]pec.js" | ||
5 | ], | ||
6 | "helpers": [ | ||
7 | "helpers/**/*.js" | ||
8 | ], | ||
9 | "stopSpecOnExpectationFailure": false, | ||
10 | "random": false | ||
11 | } | ||