Skip to content

Commit a679362

Browse files
committed
fix(): bump saucelabs to 6.2.2
1 parent 59b0c5c commit a679362

File tree

3 files changed

+150
-173
lines changed

3 files changed

+150
-173
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"author": "Vojta Jina <[email protected]>",
3939
"dependencies": {
4040
"global-agent": "^2.1.12",
41-
"saucelabs": "^4.6.3",
41+
"saucelabs": "6.2.2",
4242
"webdriverio": "^6.7.0"
4343
},
4444
"license": "MIT",

src/launcher/launcher.ts

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -87,16 +87,8 @@ export function SaucelabsLauncher(args,
8787
sessionId,
8888
{
8989
files: [
90-
{
91-
filename: 'log.json',
92-
data: results,
93-
},
94-
{
95-
filename: 'old-log.json',
96-
data: {
97-
someLog: oldLogs
98-
}
99-
},
90+
'log.json',
91+
'old-log.json'
10092
],
10193
},
10294
);

0 commit comments

Comments
 (0)