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: etc/robot.toml.json
+37-1
Original file line number
Diff line number
Diff line change
@@ -192,6 +192,18 @@
192
192
"null"
193
193
]
194
194
},
195
+
"console-links": {
196
+
"description": "Control making paths to results files hyperlinks.\n\n**auto:** use links when colors are enabled (default)\n\n**off:** disable links unconditionally\n\ncorresponds to the `--consolelinks auto|off` option of _robot_\n",
197
+
"enum": [
198
+
"auto",
199
+
"off"
200
+
],
201
+
"title": "Console links",
202
+
"type": [
203
+
"string",
204
+
"null"
205
+
]
206
+
},
195
207
"doc": {
196
208
"anyOf": [
197
209
{
@@ -1349,6 +1361,18 @@
1349
1361
"null"
1350
1362
]
1351
1363
},
1364
+
"console-links": {
1365
+
"description": "Control making paths to results files hyperlinks.\n\n**auto:** use links when colors are enabled (default)\n\n**off:** disable links unconditionally\n\ncorresponds to the `--consolelinks auto|off` option of _robot_\n",
1366
+
"enum": [
1367
+
"auto",
1368
+
"off"
1369
+
],
1370
+
"title": "Console links",
1371
+
"type": [
1372
+
"string",
1373
+
"null"
1374
+
]
1375
+
},
1352
1376
"console-markers": {
1353
1377
"description": "Show markers on the console when top level\nkeywords in a test case end. Values have same\nsemantics as with --consolecolors.\n\ncorresponds to the `-K --consolemarkers auto|on|off` option of _robot_\n",
1354
1378
"enum": [
@@ -3197,6 +3221,18 @@
3197
3221
"null"
3198
3222
]
3199
3223
},
3224
+
"console-links": {
3225
+
"description": "Control making paths to results files hyperlinks.\n\n**auto:** use links when colors are enabled (default)\n\n**off:** disable links unconditionally\n\ncorresponds to the `--consolelinks auto|off` option of _robot_\n",
3226
+
"enum": [
3227
+
"auto",
3228
+
"off"
3229
+
],
3230
+
"title": "Console links",
3231
+
"type": [
3232
+
"string",
3233
+
"null"
3234
+
]
3235
+
},
3200
3236
"console-markers": {
3201
3237
"description": "Show markers on the console when top level\nkeywords in a test case end. Values have same\nsemantics as with --consolecolors.\n\ncorresponds to the `-K --consolemarkers auto|on|off` option of _robot_\n",
3202
3238
"enum": [
@@ -3324,7 +3360,7 @@
3324
3360
}
3325
3361
],
3326
3362
"default": null,
3327
-
"description": "If enabled the profile is used. You can also use and `if` condition\nto calculate the enabled state.\n\nExamples:\n```toml\n# alway disabled\nenabled = false\n```\n\n```toml\n# enabled if TEST_VAR is set\nenabled = { if = 'environ.get(\"CI\") == \"true\"' }\n```\n",
3363
+
"description": "If enabled the profile is used. You can also use and `if` condition\nto calculate the enabled state.\n\nExamples:\n```toml\n# always disabled\nenabled = false\n```\n\n```toml\n# enabled if TEST_VAR is set\nenabled = { if = 'environ.get(\"CI\") == \"true\"' }\n```\n",
0 commit comments