Skip to content

Commit

Permalink
feat: Add latest frameworks version (#829)
Browse files Browse the repository at this point in the history
* feat: Add latest frameworks version

* bump versions
  • Loading branch information
tianfeng92 authored Sep 1, 2023
1 parent 8613c4e commit 58fab9a
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 3 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.2
version: 12.17.4
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.36.2
version: 1.37.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.0.1
version: 3.2.0
rootDir: tests/e2e/testcafe/
suites:
- name: Chrome in sauce
Expand Down
3 changes: 3 additions & 0 deletions api/saucectl.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -843,6 +843,7 @@
"version": {
"enum": [
"package.json",
"12.17.4",
"12.17.2",
"12.14.0",
"12.11.0",
Expand Down Expand Up @@ -1426,6 +1427,7 @@
"$ref": "#/allOf/8/then/properties/playwright/properties/version",
"enum": [
"package.json",
"1.37.1",
"1.36.2",
"1.35.1",
"1.33.0",
Expand Down Expand Up @@ -1762,6 +1764,7 @@
"$ref": "#/allOf/8/then/properties/playwright/properties/version",
"enum": [
"package.json",
"3.2.0",
"3.0.1",
"2.6.2",
"2.5.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",
"12.17.4",
"12.17.2",
"12.14.0",
"12.11.0",
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.37.1",
"1.36.2",
"1.35.1",
"1.33.0",
Expand Down
1 change: 1 addition & 0 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.2.0",
"3.0.1",
"2.6.2",
"2.5.0",
Expand Down

0 comments on commit 58fab9a

Please sign in to comment.