We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31073a3 commit d7d14c3Copy full SHA for d7d14c3
docs/configuration.md
@@ -277,6 +277,24 @@ Example:
277
CREDENTIAL_VAULT_SECRET_BASE_PATH=secret
278
```
279
280
+### ENABLE_BROWSER_LOG
281
+
282
+Enables addition of browser logs to Allure steps
283
284
+```conf
285
+ENABLE_BROWSER_LOG=true
286
+```
287
288
+### BROWSER_LOG_BLACKLIST
289
290
+Blacklists types of browser log entries from appearing in Allure steps.
291
292
+Denoted in browser log entry as `"SOURCE": "type"`.
293
294
295
+BROWSER_LOG_BLACKLIST=other,console-api
296
297
298
<!-- Link definitions -->
299
300
[`MAGENTO_CLI_COMMAND_PATH`]: #magento_cli_command_path
0 commit comments