Skip to content

Commit a32c8fd

Browse files
committed
fix: Update outdated Playwright version in test config
1 parent 725f9b9 commit a32c8fd

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

tests/fixtures/local/basic-js/.sauce/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sauce:
99
build: "$BUILD_ID"
1010
rootDir: .
1111
playwright:
12-
version: 1.29.2
12+
version: 1.44.0
1313
suites:
1414
- name: "saucy test - webkit"
1515
platformName: "Windows 10"

tests/fixtures/local/broken-tests/.sauce/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sauce:
99
build: "$BUILD_ID"
1010
rootDir: .
1111
playwright:
12-
version: 1.29.2
12+
version: 1.44.0
1313
suites:
1414
- name: "default"
1515
testMatch:

tests/fixtures/local/broken-tests/sauce-runner.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"rootDir": ".",
1515
"playwright": {
16-
"version": "1.29.2"
16+
"version": "1.44.0"
1717
},
1818
"suites": [
1919
{

tests/fixtures/local/config-merging/.sauce/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sauce:
1010
build: Release $CI_COMMIT_SHORT_SHA
1111
rootDir: .
1212
playwright:
13-
version: 1.29.2
13+
version: 1.44.0
1414
suites:
1515
- name: default
1616
params:

tests/fixtures/post-release/.sauce/config_mac.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ rootDir: .
1010
playwright:
1111
# CAUTION: This has to be an already deployed framework version in the cloud. Not necessarily the one you want to test.
1212
# Then use --runner-version to specify the release you actually want to use.
13-
version: 1.43.1
13+
version: 1.44.0
1414
suites:
1515
- name: "Post Release Test (macOS) - chromium"
1616
platformName: "macOS 12"
@@ -19,7 +19,7 @@ suites:
1919
browserName: "chromium"
2020

2121
- name: "Post Release Test (macOS) - webkit"
22-
platformName: "macOS 12"
22+
platformName: "macOS 13"
2323
testMatch: ['.*.js']
2424
params:
2525
browserName: "webkit"

tests/fixtures/post-release/cucumber/.sauce/config_mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sauce:
1010
defaults:
1111
timeout: 5m
1212
playwright:
13-
version: 1.29.2
13+
version: 1.44.0
1414
rootDir: ./
1515
suites:
1616
- name: My Cucumber Test

tests/fixtures/post-release/cucumber/.sauce/config_win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sauce:
1010
defaults:
1111
timeout: 5m
1212
playwright:
13-
version: 1.29.2
13+
version: 1.44.0
1414
rootDir: ./
1515
suites:
1616
- name: My Cucumber Test

0 commit comments

Comments
 (0)