You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Allure.Net.Commons/Schemas/allureConfig.schema.json
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,13 @@
41
41
"type": "boolean",
42
42
"description": "If set to true, the output JSON files (*-result.json, *-container.json) will be indented to be more readable",
43
43
"default": false
44
+
},
45
+
"globalLabels": {
46
+
"type": "object",
47
+
"description": "An object that defines the global labels, i.e., labels that are added to every test result produced during the test run. Empty values are ignored",
0 commit comments