Use selenium for tests instead of phantomjs

This commit is contained in:
Ian Coleman
2017-11-08 12:11:49 +11:00
parent e8ee368f18
commit 0460b53f3a
6 changed files with 2610 additions and 4475 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "tests",
"version": "1.0.0",
"scripts": {
"test": "node tests.js"
},
"author": "Ian coleman",
"description": "Tests for BIP39 tool",
"repository": {
"type": "git",
"url": "git://github.com/iancoleman/bip39.git"
},
"dependencies": {
"selenium-webdriver": "^3.6.0"
},
"license": "MIT"
}
+11
View File
@@ -0,0 +1,11 @@
{
"spec_dir": "spec",
"spec_files": [
"**/*[sS]pec.js"
],
"helpers": [
"helpers/**/*.js"
],
"stopSpecOnExpectationFailure": false,
"random": false
}
+2566
View File
File diff suppressed because it is too large Load Diff