Skip to content

Commit d7d14c3

Browse files
committed
MQE-1644: Add ability to see JS log in Allure
- Added documentation
1 parent 31073a3 commit d7d14c3

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs/configuration.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,24 @@ Example:
277277
CREDENTIAL_VAULT_SECRET_BASE_PATH=secret
278278
```
279279

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+
```conf
295+
BROWSER_LOG_BLACKLIST=other,console-api
296+
```
297+
280298
<!-- Link definitions -->
281299

282300
[`MAGENTO_CLI_COMMAND_PATH`]: #magento_cli_command_path

0 commit comments

Comments
 (0)