Skip to content

Commit bae326f

Browse files
jdmarshalldignifiedquire
authored andcommittedAug 22, 2017
feat(config): pass parentTunnel to selenium
1 parent bae758a commit bae326f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎lib/sauce_launcher.js

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ function processConfig (helper, config, args) {
6262
'record-video': config.recordVideo,
6363
'record-screenshots': config.recordScreenshots,
6464
public: config.public,
65+
parentTunnel: config.parentTunnel,
6566
customData: config.customData
6667
}, {
6768
// Need to rename some properties from args

0 commit comments

Comments
 (0)
Please sign in to comment.