cfme.test_framework.browser_isolation module

Plugin enabling us to isolate browser sessions per test.

If active, then when each test ends, the browser gets killed. That ensures that whatever way the browser session could be tainted after a test, the next test should not be affected.

cfme.test_framework.browser_isolation.pytest_addoption(parser)[source]
cfme.test_framework.browser_isolation.pytest_runtest_teardown(item, nextitem)[source]