Skip to content

Commit

Permalink
docs: Update framework version in JSON schema
Browse files Browse the repository at this point in the history
  • Loading branch information
tianfeng92 committed Dec 6, 2023
1 parent b5c3b6f commit 0932735
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 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 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
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.4.0",
"3.3.0",
"3.2.0",
"3.0.1",
Expand Down

0 comments on commit 0932735

Please sign in to comment.