File tree 4 files changed +9
-15
lines changed
4 files changed +9
-15
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ platform:
10
10
install :
11
11
- cinst yarn
12
12
- ps : npm install --global --production windows-build-tools
13
- - netsh advfirewall firewall add rule name="SeleniumIn" dir=in action=allow protocol=TCP localport=4445
14
- - netsh advfirewall firewall add rule name="SeleniumOut" dir=out action=allow protocol=TCP localport=4445
13
+ - netsh advfirewall firewall add rule name="SeleniumIn" dir=in action=allow protocol=TCP localport=4444
14
+ - netsh advfirewall firewall add rule name="SeleniumOut" dir=out action=allow protocol=TCP localport=4444
15
15
16
16
before_build :
17
17
- node --version && npm --version && yarn --version && python --version
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ exports.config = {
117
117
// commands. Instead, they hook themselves up into the test process.
118
118
services : [ 'selenium-standalone' ] ,
119
119
seleniumArgs : {
120
- seleniumArgs : [ "-port" , "4445 " ] ,
120
+ seleniumArgs : [ "-port" , "4444 " ] ,
121
121
javaArgs : [ "-Xmx1024m" , "-Djna.nosys=true" ]
122
122
} ,
123
123
//
Original file line number Diff line number Diff line change 22
22
},
23
23
"devDependencies" : {
24
24
"@types/chai" : " ^4.0.1" ,
25
- "@types/webdriverio" : " ^4.7.0 " ,
25
+ "@types/webdriverio" : " ^4.8.3 " ,
26
26
"chai" : " ^4.1.0" ,
27
- "selenium-standalone" : " ^6.2 .0" ,
27
+ "selenium-standalone" : " ^6.6 .0" ,
28
28
"typescript" : " ^2.4.1" ,
29
29
"ts-node" : " ^3.2.0" ,
30
- "wdio-mocha-framework" : " ^0.5.9" ,
31
- "wdio-phantomjs-service" : " ^0.2.2" ,
32
- "wdio-selenium-standalone-service" : " 0.0.8" ,
30
+ "wdio-mocha-framework" : " ^0.5.10" ,
31
+ "wdio-selenium-standalone-service" : " 0.0.9" ,
33
32
"wdio-spec-reporter" : " ^0.1.0" ,
34
- "webdriverio" : " ^4.6.2 " ,
33
+ "webdriverio" : " ^4.8.0 " ,
35
34
"electron-mocha" : " ^3.5.0"
36
35
}
37
- }
36
+ }
Original file line number Diff line number Diff line change @@ -107,11 +107,6 @@ exports.config = {
107
107
// your test setup with almost no effort. Unlike plugins, they don't add new
108
108
// commands. Instead, they hook themselves up into the test process.
109
109
services : [ 'selenium-standalone' ] ,
110
- seleniumArgs : {
111
- javaArgs : [
112
- '-Djna.nosys=true'
113
- ]
114
- } ,
115
110
116
111
//
117
112
// Framework you want to run your specs with.
You can’t perform that action at this time.
0 commit comments