Skip to content

Commit 68875e6

Browse files
committed
Swap slimerjs for phantomjs2-ext for headless browser testing
1 parent 4375094 commit 68875e6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ gulp.task('test-browser', function (cb) {
141141
gulp.task('run-browser-test', function(){
142142
return gulp.src('build/browser/neo4j-web.test.js')
143143
.pipe(jasmineBrowser.specRunner({console: true}))
144-
.pipe(jasmineBrowser.headless({driver: 'slimerjs'}))
144+
.pipe(jasmineBrowser.headless())
145145
});
146146

147147
gulp.task('watch', function () {

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
},
1919
"main": "build/node/neo4j.js",
2020
"devDependencies": {
21+
"babel": "^5.8.23",
2122
"babelify": "^6.3.0",
2223
"browserify": "^11.0.0",
2324
"esdoc": "^0.4.0",
@@ -38,11 +39,10 @@
3839
"gulp-util": "^3.0.6",
3940
"gulp-watch": "^4.3.5",
4041
"jasmine-reporters": "^2.0.7",
42+
"phantomjs2-ext": "^0.1.0",
4143
"run-sequence": "^1.1.4",
42-
"slimerjs": "^0.9.6",
4344
"through2": "~2.0.0",
4445
"vinyl-buffer": "^1.0.0",
45-
"vinyl-source-stream": "^1.1.0",
46-
"babel": "^5.8.23"
46+
"vinyl-source-stream": "^1.1.0"
4747
}
4848
}

0 commit comments

Comments
 (0)