File tree 4 files changed +34
-48
lines changed
4 files changed +34
-48
lines changed Original file line number Diff line number Diff line change @@ -285,6 +285,7 @@ jobs:
285
285
GITHUB_TOKEN : ${{ github.token }}
286
286
with :
287
287
skip-run : true
288
+ saucectl-version : v0.184.1
288
289
289
290
- name : Parse Release Version
290
291
id : parse_version
@@ -318,6 +319,7 @@ jobs:
318
319
GITHUB_TOKEN : ${{ github.token }}
319
320
with :
320
321
skip-run : true
322
+ saucectl-version : v0.184.1
321
323
322
324
- name : Parse Release Version
323
325
id : parse_version
@@ -351,6 +353,7 @@ jobs:
351
353
GITHUB_TOKEN : ${{ github.token }}
352
354
with :
353
355
skip-run : true
356
+ saucectl-version : v0.184.1
354
357
355
358
- name : Parse Release Version
356
359
id : parse_version
@@ -385,6 +388,7 @@ jobs:
385
388
GITHUB_TOKEN : ${{ github.token }}
386
389
with :
387
390
skip-run : true
391
+ saucectl-version : v0.184.1
388
392
389
393
- name : Parse Release Version
390
394
id : parse_version
Original file line number Diff line number Diff line change @@ -203,6 +203,7 @@ jobs:
203
203
GITHUB_TOKEN : ${{ github.token }}
204
204
with :
205
205
skip-run : true
206
+ saucectl-version : v0.184.1
206
207
207
208
- name : Test on Sauce
208
209
working-directory : ./tests/fixtures/cloud
@@ -249,6 +250,7 @@ jobs:
249
250
GITHUB_TOKEN : ${{ github.token }}
250
251
with :
251
252
skip-run : true
253
+ saucectl-version : v0.184.1
252
254
253
255
- name : Run web-page
254
256
run : |
@@ -300,6 +302,7 @@ jobs:
300
302
GITHUB_TOKEN : ${{ github.token }}
301
303
with :
302
304
skip-run : true
305
+ saucectl-version : v0.184.1
303
306
304
307
- name : Test on Sauce
305
308
working-directory : ./tests/fixtures/cloud/cucumber
Original file line number Diff line number Diff line change 30
30
},
31
31
"homepage" : " https://github.com/saucelabs/sauce-playwright-runner" ,
32
32
"dependencies" : {
33
- "@playwright/test" : " 1.46.1 " ,
34
- "@saucelabs/playwright-reporter" : " 1.2.3 " ,
35
- "@saucelabs/testcomposer" : " 3.0.0 " ,
33
+ "@playwright/test" : " 1.47.2 " ,
34
+ "@saucelabs/playwright-reporter" : " 1.3.0 " ,
35
+ "@saucelabs/testcomposer" : " 3.0.1 " ,
36
36
"dotenv" : " 16.4.5" ,
37
37
"lodash" : " 4.17.21" ,
38
- "playwright" : " 1.46.1 " ,
38
+ "playwright" : " 1.47.2 " ,
39
39
"sauce-testrunner-utils" : " 3.2.0" ,
40
40
"xml-js" : " 1.6.11"
41
41
},
You can’t perform that action at this time.
0 commit comments