diff --git a/tests/fixtures/local/basic-js/.sauce/config.yml b/tests/fixtures/local/basic-js/.sauce/config.yml index eabaa86a..37df6cb8 100644 --- a/tests/fixtures/local/basic-js/.sauce/config.yml +++ b/tests/fixtures/local/basic-js/.sauce/config.yml @@ -9,7 +9,7 @@ sauce: build: "$BUILD_ID" rootDir: . playwright: - version: 1.29.2 + version: 1.44.0 suites: - name: "saucy test - webkit" platformName: "Windows 10" diff --git a/tests/fixtures/local/broken-tests/.sauce/config.yml b/tests/fixtures/local/broken-tests/.sauce/config.yml index f47e5016..78284153 100644 --- a/tests/fixtures/local/broken-tests/.sauce/config.yml +++ b/tests/fixtures/local/broken-tests/.sauce/config.yml @@ -9,7 +9,7 @@ sauce: build: "$BUILD_ID" rootDir: . playwright: - version: 1.29.2 + version: 1.44.0 suites: - name: "default" testMatch: diff --git a/tests/fixtures/local/broken-tests/sauce-runner.json b/tests/fixtures/local/broken-tests/sauce-runner.json index 10608a73..273e1735 100644 --- a/tests/fixtures/local/broken-tests/sauce-runner.json +++ b/tests/fixtures/local/broken-tests/sauce-runner.json @@ -13,7 +13,7 @@ }, "rootDir": ".", "playwright": { - "version": "1.29.2" + "version": "1.44.0" }, "suites": [ { diff --git a/tests/fixtures/local/config-merging/.sauce/config.yml b/tests/fixtures/local/config-merging/.sauce/config.yml index 3b3362e2..c9887581 100644 --- a/tests/fixtures/local/config-merging/.sauce/config.yml +++ b/tests/fixtures/local/config-merging/.sauce/config.yml @@ -10,7 +10,7 @@ sauce: build: Release $CI_COMMIT_SHORT_SHA rootDir: . playwright: - version: 1.29.2 + version: 1.44.0 suites: - name: default params: diff --git a/tests/fixtures/post-release/.sauce/config_mac.yml b/tests/fixtures/post-release/.sauce/config_mac.yml index 4e1c2679..0d2f2836 100644 --- a/tests/fixtures/post-release/.sauce/config_mac.yml +++ b/tests/fixtures/post-release/.sauce/config_mac.yml @@ -10,7 +10,7 @@ rootDir: . playwright: # CAUTION: This has to be an already deployed framework version in the cloud. Not necessarily the one you want to test. # Then use --runner-version to specify the release you actually want to use. - version: 1.43.1 + version: 1.44.0 suites: - name: "Post Release Test (macOS) - chromium" platformName: "macOS 12" @@ -19,7 +19,7 @@ suites: browserName: "chromium" - name: "Post Release Test (macOS) - webkit" - platformName: "macOS 12" + platformName: "macOS 13" testMatch: ['.*.js'] params: browserName: "webkit" diff --git a/tests/fixtures/post-release/cucumber/.sauce/config_mac.yml b/tests/fixtures/post-release/cucumber/.sauce/config_mac.yml index 2a803b61..2dde2d25 100644 --- a/tests/fixtures/post-release/cucumber/.sauce/config_mac.yml +++ b/tests/fixtures/post-release/cucumber/.sauce/config_mac.yml @@ -10,7 +10,7 @@ sauce: defaults: timeout: 5m playwright: - version: 1.29.2 + version: 1.44.0 rootDir: ./ suites: - name: My Cucumber Test diff --git a/tests/fixtures/post-release/cucumber/.sauce/config_win.yml b/tests/fixtures/post-release/cucumber/.sauce/config_win.yml index 136aefcd..715b26b6 100644 --- a/tests/fixtures/post-release/cucumber/.sauce/config_win.yml +++ b/tests/fixtures/post-release/cucumber/.sauce/config_win.yml @@ -10,7 +10,7 @@ sauce: defaults: timeout: 5m playwright: - version: 1.29.2 + version: 1.44.0 rootDir: ./ suites: - name: My Cucumber Test