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 5079cca commit 23d8693Copy full SHA for 23d8693
docs/configuration.md
@@ -321,6 +321,16 @@ Enables addition of browser logs to Allure steps
321
ENABLE_BROWSER_LOG=true
322
```
323
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
334
### BROWSER_LOG_BLACKLIST
335
336
Blacklists types of browser log entries from appearing in Allure steps.
0 commit comments