File tree Expand file tree Collapse file tree 3 files changed +35
-1662
lines changed Expand file tree Collapse file tree 3 files changed +35
-1662
lines changed Original file line number Diff line number Diff line change 6666 "babel-eslint" : " 9.0.0" ,
6767 "babel-jest" : " 23.6.0" ,
6868 "cheerio" : " 0.22.0" ,
69- "chromedriver" : " 2.42 .0" ,
69+ "chromedriver" : " 2.46 .0" ,
7070 "clone" : " 2.1.1" ,
7171 "coveralls" : " 3.0.2" ,
7272 "eslint" : " 5.4.0" ,
9595 "tslint" : " 5.12.0" ,
9696 "typescript" : " 3.1.1" ,
9797 "typescript-eslint-parser" : " 21.0.1" ,
98- "wait-port" : " 0.2.2" ,
9998 "wd" : " 1.10.3" ,
10099 "webpack-bundle-analyzer" : " 3.0.3"
101100 },
Original file line number Diff line number Diff line change 11'use strict'
22
33const chromedriver = require ( 'chromedriver' )
4- const waitPort = require ( 'wait-port' )
54
65module . exports = async function globalSetup ( ) {
7- chromedriver . start ( )
8-
9- // https://github.com/giggio/node-chromedriver/issues/117
10- await waitPort ( {
11- port : 9515 ,
12- timeout : 1000 * 60 * 2 // 2 Minutes
13- } )
6+ await chromedriver . start ( [ ] , true )
147}
You can’t perform that action at this time.
0 commit comments