Skip to content

Commit 93d195f

Browse files
Add scope to test (#18)
1 parent 71807db commit 93d195f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

v1/test.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"properties": {
77
"id": { "$ref": "#/$defs/id" },
88
"name": { "$ref": "#/$defs/name" },
9+
"scope": { "$ref": "#/$defs/scope" },
910
"lineage": { "$ref": "#/$defs/lineage" },
1011
"location": { "$ref": "#/$defs/location" },
1112
"attempt": { "$ref": "#/$defs/attempt" },
@@ -85,6 +86,11 @@
8586
"type": "string",
8687
"minLength": 1
8788
},
89+
"scope": {
90+
"description": "A string representation of any additional scoping to differentiate this test from others with the same name and location (e.g. a playwright project)",
91+
"examples": ["chrome", "firefox", "safari"],
92+
"type": "string"
93+
},
8894
"startedAt": {
8995
"description": "When the test started",
9096
"type": "string",

0 commit comments

Comments
 (0)