File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 18
18
fi
19
19
done
20
20
21
- openfin -l -c $CONFIG -p $DEVTOOLS_PORT
21
+ runtimeArgs=" --remote-debugging-port=$DEVTOOLS_PORT "
22
+ export runtimeArgs
23
+
24
+ openfin -l -c $CONFIG
22
25
Original file line number Diff line number Diff line change 21
21
},
22
22
"runtime" : {
23
23
"arguments" : " --v=1 --enable-chromium-window-alert --allow-http-screen-capture " ,
24
- "version" : " 10.66.39.25 "
24
+ "version" : " 10.66.41.18 "
25
25
},
26
- "splashScreenImage" : " https://cdn.openfin.co/demos/hello/splashscreen/splash_hello.png"
26
+ "splashScreenImage" : " https://cdn.openfin.co/demos/hello/splashscreen/splash_hello.png" ,
27
+ "shortcut" : {}
27
28
}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ module.exports = (function () {
21
21
remoteDriverPort : 9515 ,
22
22
//remoteDriverPath: "/wd/hub",
23
23
testTimeout : 20000 ,
24
- expectedRuntimeVersion : "10.66.39.25 "
24
+ expectedRuntimeVersion : "10.66.41.18 "
25
25
} ;
26
26
27
27
config . remoteDriverUrl = "http://" + config . remoteDriverHost + ":" + config . remoteDriverPort +
You can’t perform that action at this time.
0 commit comments