Skip to content

Commit

Permalink
docs: Update framework version in JSON schema (#867)
Browse files Browse the repository at this point in the history
* docs: Update framework version in JSON schema

* Bump framework version in sauce config

* remove testcafe 1.20.0
  • Loading branch information
tianfeng92 authored Dec 8, 2023
1 parent 9102c28 commit f7a3c10
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 7 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: 12.17.4
version: 13.6.0
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.37.1
version: 1.40.1
suites:
- name: "chromium test in sauce"
platformName: "Windows 10"
Expand Down
2 changes: 1 addition & 1 deletion .sauce/testcafe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sauce:
defaults:
timeout: 5m
testcafe:
version: 3.2.0
version: 3.4.0
rootDir: tests/e2e/testcafe/
suites:
- name: Chrome in sauce
Expand Down
6 changes: 4 additions & 2 deletions api/saucectl.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -842,6 +842,7 @@
"version": {
"enum": [
"package.json",
"13.6.0",
"13.4.0",
"13.3.0",
"12.17.4",
Expand Down Expand Up @@ -1427,6 +1428,7 @@
"$ref": "#/allOf/8/then/properties/playwright/properties/version",
"enum": [
"package.json",
"1.40.1",
"1.39.0",
"1.38.1",
"1.37.1",
Expand Down Expand Up @@ -1764,6 +1766,7 @@
"$ref": "#/allOf/8/then/properties/playwright/properties/version",
"enum": [
"package.json",
"3.4.0",
"3.3.0",
"3.2.0",
"3.0.1",
Expand All @@ -1773,8 +1776,7 @@
"2.2.0",
"2.1.0",
"2.0.1",
"2.0.0",
"1.20.0"
"2.0.0"
]
}
},
Expand Down
1 change: 1 addition & 0 deletions api/v1/framework/cypress.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"$ref": "../subschema/common.schema.json#/definitions/version",
"enum": [
"package.json",
"13.6.0",
"13.4.0",
"13.3.0",
"12.17.4",
Expand Down
1 change: 1 addition & 0 deletions api/v1alpha/framework/playwright.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"$ref": "../subschema/common.schema.json#/definitions/version",
"enum": [
"package.json",
"1.40.1",
"1.39.0",
"1.38.1",
"1.37.1",
Expand Down
4 changes: 2 additions & 2 deletions api/v1alpha/framework/testcafe.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"$ref": "../subschema/common.schema.json#/definitions/version",
"enum": [
"package.json",
"3.4.0",
"3.3.0",
"3.2.0",
"3.0.1",
Expand All @@ -60,8 +61,7 @@
"2.2.0",
"2.1.0",
"2.0.1",
"2.0.0",
"1.20.0"
"2.0.0"
]
}
},
Expand Down

0 comments on commit f7a3c10

Please sign in to comment.