Add screenshot collecting server

This commit is contained in:
MoyuScript
2017-08-28 21:27:39 +08:00
parent 3d7959a1af
commit bb20261e7b
9 changed files with 180 additions and 26 deletions

View File

@ -4,7 +4,12 @@ sauceConnectLauncher(
{
username: process.env.SAUCE_USERNAME,
accessKey: process.env.SAUCE_ACCESS_KEY,
logger: console.log
logger: console.log,
// Log output from the `sc` process to stdout?
verbose: true,
// Enable verbose debugging (optional)
verboseDebugging: true
},
err => {
if (err) {