Skip to content

Commit 23d8693

Browse files
committed
MQE-2162: Chrome remains running after MFTF suite finishes
- Docs added
1 parent 5079cca commit 23d8693

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/configuration.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,16 @@ Enables addition of browser logs to Allure steps
321321
ENABLE_BROWSER_LOG=true
322322
```
323323

324+
### SELENIUM_CLOSE_ALL_SESSIONS
325+
326+
Forces MFTF to close all Selenium sessions after running a suite.
327+
328+
Use this if you're having issues with sessions hanging in an MFTF suite.
329+
330+
```conf
331+
SELENIUM_CLOSE_ALL_SESSIONS=true
332+
```
333+
324334
### BROWSER_LOG_BLACKLIST
325335

326336
Blacklists types of browser log entries from appearing in Allure steps.

0 commit comments

Comments
 (0)