Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit bc18c42

Browse files
committed
chore(config): saucelabs requires tunnel identifier to be a string
1 parent d96f2e2 commit bc18c42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/cli.js

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ var argv = require('optimist').
3333
alias('build', 'capabilities.build').
3434
alias('verbose', 'jasmineNodeOpts.isVerbose').
3535
alias('stackTrace', 'jasmineNodeOpts.includeStackTrace').
36+
string('capabilities.tunnel-identifier').
3637
check(function(arg) {
3738
if (arg._.length > 1) {
3839
throw 'Error: more than one config file specified'

0 commit comments

Comments
 (0)