Skip to content

Commit

Permalink
fix(): bump saucelabs to 6.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
taymoork2 committed Jul 25, 2022
1 parent 59b0c5c commit 5184548
Show file tree
Hide file tree
Showing 3 changed files with 151 additions and 174 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -38,7 +38,7 @@
"author": "Vojta Jina <vojta.jina@gmail.com>",
"dependencies": {
"global-agent": "^2.1.12",
"saucelabs": "^4.6.3",
"saucelabs": "6.2.2",
"webdriverio": "^6.7.0"
},
"license": "MIT",
Expand Down
14 changes: 3 additions & 11 deletions src/launcher/launcher.ts
Expand Up @@ -87,16 +87,8 @@ export function SaucelabsLauncher(args,
sessionId,
{
files: [
{
filename: 'log.json',
data: results,
},
{
filename: 'old-log.json',
data: {
someLog: oldLogs
}
},
'log.json',
'old-log.json'
],
},
);
Expand Down Expand Up @@ -185,4 +177,4 @@ export function SaucelabsLauncher(args,
this._done();
return process.nextTick(done);
})
}
}

0 comments on commit 5184548

Please sign in to comment.