Skip to content
This repository was archived by the owner on May 30, 2019. It is now read-only.

Commit 16a9234

Browse files
committed
e2e: use verbose connect to sauce
Log verbose output from sauce-connect-laumcher to find out if it is missing an error message from SauceLabs (e.g. inability to connect).
1 parent 998bd98 commit 16a9234

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

browser/dev-tasks/e2e/seleniumSauce.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ var sauceStart = function (args, cb) {
1919

2020
sauceConnectLauncher({
2121
username: ctx.options.sauceCredentials.user,
22-
accessKey: ctx.options.sauceCredentials.accessKey
22+
accessKey: ctx.options.sauceCredentials.accessKey,
23+
verbose: true
2324
}, function (err, sauceConnectProcess) {
2425
if (err) { return cb(new Error(err)); }
2526
sauceProcess = sauceConnectProcess;

0 commit comments

Comments
 (0)