Skip to content

Commit

Permalink
chore: Monthly framework update (#967)
Browse files Browse the repository at this point in the history
* chore: Monthly framework update

* oops

* bump versions in sauce config
  • Loading branch information
tianfeng92 authored Nov 5, 2024
1 parent f512bf3 commit 71491e5
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .sauce/cypress-10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rootDir: tests/e2e/cypress_10/e2e/
defaults:
timeout: 5m
cypress:
version: 13.13.3
version: 13.15.1
configFile: "cypress.config.js"
suites:
# - name: "(experimental) webkit test"
Expand Down
2 changes: 1 addition & 1 deletion .sauce/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ defaults:
timeout: 5m
rootDir: tests/e2e/playwright/
playwright:
version: 1.46.1
version: 1.48.2
suites:
- name: "chromium test in sauce"
platformName: "Windows 11"
Expand Down
14 changes: 5 additions & 9 deletions api/saucectl.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@
"version": {
"enum": [
"package.json",
"13.15.1",
"13.14.2",
"13.13.3",
"13.13.1",
Expand All @@ -407,9 +408,7 @@
"13.6.6",
"13.6.3",
"13.6.0",
"13.4.0",
"13.3.0",
"12.17.4"
"13.4.0"
],
"description": "Which framework version to use."
},
Expand Down Expand Up @@ -1302,6 +1301,7 @@
"$ref": "#/allOf/7/then/properties/playwright/properties/version",
"enum": [
"package.json",
"1.48.2",
"1.47.2",
"1.46.1",
"1.45.2",
Expand All @@ -1311,9 +1311,7 @@
"1.41.2",
"1.41.0",
"1.40.1",
"1.39.0",
"1.38.1",
"1.37.1"
"1.39.0"
]
},
"configFile": {
Expand Down Expand Up @@ -1651,9 +1649,7 @@
"3.6.1",
"3.6.0",
"3.5.0",
"3.4.0",
"3.3.0",
"3.2.0"
"3.4.0"
]
},
"configFile": {
Expand Down
5 changes: 2 additions & 3 deletions api/v1/framework/cypress.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"$ref": "../subschema/common.schema.json#/definitions/version",
"enum": [
"package.json",
"13.15.1",
"13.14.2",
"13.13.3",
"13.13.1",
Expand All @@ -75,9 +76,7 @@
"13.6.6",
"13.6.3",
"13.6.0",
"13.4.0",
"13.3.0",
"12.17.4"
"13.4.0"
]
},
"reporters": {
Expand Down
5 changes: 2 additions & 3 deletions api/v1alpha/framework/playwright.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"$ref": "../subschema/common.schema.json#/definitions/version",
"enum": [
"package.json",
"1.48.2",
"1.47.2",
"1.46.1",
"1.45.2",
Expand All @@ -63,9 +64,7 @@
"1.41.2",
"1.41.0",
"1.40.1",
"1.39.0",
"1.38.1",
"1.37.1"
"1.39.0"
]
},
"configFile": {
Expand Down
4 changes: 1 addition & 3 deletions api/v1alpha/framework/testcafe.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@
"3.6.1",
"3.6.0",
"3.5.0",
"3.4.0",
"3.3.0",
"3.2.0"
"3.4.0"
]
},
"configFile": {
Expand Down

0 comments on commit 71491e5

Please sign in to comment.