Skip to content

Commit

Permalink
Permit Javascript/Cucumber
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekthompson committed Apr 25, 2024
1 parent bb10958 commit 76afb3f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
{ "$ref": "#/$defs/frameworks/Elixir/ExUnit" },
{ "$ref": "#/$defs/frameworks/Go/go test" },
{ "$ref": "#/$defs/frameworks/Go/Ginkgo" },
{ "$ref": "#/$defs/frameworks/JavaScript/Cucumber" },
{ "$ref": "#/$defs/frameworks/JavaScript/Cypress" },
{ "$ref": "#/$defs/frameworks/JavaScript/Jest" },
{ "$ref": "#/$defs/frameworks/JavaScript/Karma" },
Expand Down Expand Up @@ -89,6 +90,14 @@
}
},
"JavaScript": {
"Cucumber": {
"type": "object",
"required": ["language", "kind"],
"properties": {
"language": { "type": "string", "enum": ["JavaScript"] },
"kind": { "type": "string", "enum": ["Cucumber"] }
}
},
"Cypress": {
"type": "object",
"required": ["language", "kind"],
Expand Down

0 comments on commit 76afb3f

Please sign in to comment.