Skip to content

Commit

Permalink
chore: Update json schema (#840)
Browse files Browse the repository at this point in the history
* Add latest framework versions

* Remove versions past their removal dates

* build schema
  • Loading branch information
mhan83 authored Oct 2, 2023
1 parent 997f307 commit 76064b9
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions api/saucectl.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -358,8 +358,7 @@
"$ref": "#/allOf/8/then/properties/playwright/properties/version",
"enum": [
"package.json",
"9.7.0",
"8.6.0"
"9.7.0"
]
},
"reporters": {
Expand Down Expand Up @@ -843,6 +842,7 @@
"version": {
"enum": [
"package.json",
"13.3.0",
"12.17.4",
"12.17.2",
"12.14.0",
Expand Down Expand Up @@ -1427,6 +1427,7 @@
"$ref": "#/allOf/8/then/properties/playwright/properties/version",
"enum": [
"package.json",
"1.38.1",
"1.37.1",
"1.36.2",
"1.35.1",
Expand All @@ -1436,8 +1437,7 @@
"1.28.1",
"1.27.1",
"1.25.1",
"1.24.1",
"1.22.2"
"1.24.1"
]
},
"configFile": {
Expand Down Expand Up @@ -1764,6 +1764,7 @@
"$ref": "#/allOf/8/then/properties/playwright/properties/version",
"enum": [
"package.json",
"3.3.0",
"3.2.0",
"3.0.1",
"2.6.2",
Expand All @@ -1773,8 +1774,7 @@
"2.1.0",
"2.0.1",
"2.0.0",
"1.20.0",
"1.19.0"
"1.20.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.3.0",
"12.17.4",
"12.17.2",
"12.14.0",
Expand Down
3 changes: 1 addition & 2 deletions api/v1alpha/framework/cypress.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@
"$ref": "../subschema/common.schema.json#/definitions/version",
"enum": [
"package.json",
"9.7.0",
"8.6.0"
"9.7.0"
]
},
"reporters": {
Expand Down
4 changes: 2 additions & 2 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.38.1",
"1.37.1",
"1.36.2",
"1.35.1",
Expand All @@ -60,8 +61,7 @@
"1.28.1",
"1.27.1",
"1.25.1",
"1.24.1",
"1.22.2"
"1.24.1"
]
},
"configFile": {
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.3.0",
"3.2.0",
"3.0.1",
"2.6.2",
Expand All @@ -60,8 +61,7 @@
"2.1.0",
"2.0.1",
"2.0.0",
"1.20.0",
"1.19.0"
"1.20.0"
]
}
},
Expand Down

0 comments on commit 76064b9

Please sign in to comment.