Skip to content

Commit bb46f51

Browse files
Reset environment after execution
1 parent 0a36a46 commit bb46f51

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

conftest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ def start_exe_session(request):
1616
ce.reset_environment()
1717
ce.session_screenshots_dir = create_session_screenshot_dir()
1818
ce.current_browser_name = request.config.getoption("browser_or_device")
19+
yield
20+
# ce.reset_environment() # Clean up the environment after execution
1921

2022

2123
@pytest.fixture(scope="session")

0 commit comments

Comments
 (0)