File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
machine :
2
2
node :
3
- version : 5
3
+ version : 8
4
4
5
5
test :
6
6
override :
Original file line number Diff line number Diff line change 1
1
var path = require ( 'path' )
2
+ process . env . CHROME_BIN = require ( 'puppeteer' ) . executablePath ( )
2
3
3
4
module . exports = function ( config ) {
4
5
config . set ( {
5
6
frameworks : [ 'mocha' , 'sinon-chai' ] ,
6
- browsers : [ 'PhantomJS ' ] ,
7
+ browsers : [ 'ChromeHeadless ' ] ,
7
8
reporters : [ 'spec' , 'coverage' ] ,
8
9
files : [
9
10
'tests/vuefire.spec.js'
Original file line number Diff line number Diff line change 47
47
"firebase" : " ^4.0.0" ,
48
48
"istanbul-instrumenter-loader" : " ^1.2.0" ,
49
49
"karma" : " ^1.4.0" ,
50
+ "karma-chrome-launcher" : " ^2.2.0" ,
50
51
"karma-coverage" : " ^1.1.1" ,
51
52
"karma-mocha" : " ^1.3.0" ,
52
- "karma-phantomjs-launcher" : " ^1.0.2" ,
53
53
"karma-sinon-chai" : " ^1.2.4" ,
54
54
"karma-sourcemap-loader" : " ^0.3.7" ,
55
55
"karma-spec-reporter" : " 0.0.26" ,
56
56
"karma-webpack" : " ^2.0.2" ,
57
57
"lolex" : " ^1.5.2" ,
58
58
"mocha" : " ^3.2.0" ,
59
- "phantomjs-prebuilt " : " ^2.1.14 " ,
59
+ "puppeteer " : " ^0.13.0 " ,
60
60
"sinon" : " ^1.17.7" ,
61
61
"sinon-chai" : " ^2.8.0" ,
62
62
"vue" : " ^1.0.28" ,
You can’t perform that action at this time.
0 commit comments