Skip to content

Commit

Permalink
chore: Add latest frameworks to schema (#988)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhan83 authored Dec 5, 2024
1 parent 3637d90 commit 9448b76
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 @@ -402,6 +402,7 @@
"version": {
"enum": [
"package.json",
"13.16.0",
"13.15.2",
"13.15.1",
"13.14.2",
Expand Down Expand Up @@ -1310,6 +1311,7 @@
"$ref": "#/allOf/7/then/properties/playwright/properties/version",
"enum": [
"package.json",
"1.49.0",
"1.48.2",
"1.47.2",
"1.46.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 @@ -66,6 +66,7 @@
"$ref": "../subschema/common.schema.json#/definitions/version",
"enum": [
"package.json",
"13.16.0",
"13.15.2",
"13.15.1",
"13.14.2",
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.49.0",
"1.48.2",
"1.47.2",
"1.46.1",
Expand Down

0 comments on commit 9448b76

Please sign in to comment.