Skip to content

Commit

Permalink
chore: Update schema with new frameworks (#951)
Browse files Browse the repository at this point in the history
* Update schema with new frameworks

* whitespace
  • Loading branch information
mhan83 authored Sep 27, 2024
1 parent 55025fe commit 99983c5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 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.14.2",
"13.13.3",
"13.13.1",
"13.12.0",
Expand Down Expand Up @@ -1301,6 +1302,7 @@
"$ref": "#/allOf/7/then/properties/playwright/properties/version",
"enum": [
"package.json",
"1.47.2",
"1.46.1",
"1.45.2",
"1.45.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 @@ -66,6 +66,7 @@
"$ref": "../subschema/common.schema.json#/definitions/version",
"enum": [
"package.json",
"13.14.2",
"13.13.3",
"13.13.1",
"13.12.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 @@ -54,6 +54,7 @@
"$ref": "../subschema/common.schema.json#/definitions/version",
"enum": [
"package.json",
"1.47.2",
"1.46.1",
"1.45.2",
"1.45.0",
Expand Down

0 comments on commit 99983c5

Please sign in to comment.