Skip to content

Add option to reuse the browser session between tests #437

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Dec 2, 2019

Conversation

mdmintz
Copy link
Member

@mdmintz mdmintz commented Dec 2, 2019

Add option to reuse the browser session between tests

  • Usage:
    --reuse_session or --reuse-session
    This will keep the main browser window open between pytest tests so that the Selenium session can be shared from one test to another. (This feature may be useful in some cases, such as tests that require logging in every time: With this feature enabled, SeleniumBase tests would only need to login once, because the session would be kept into the next test.)

  • Also update some Python dependencies:
    setuptools, certifi, pygments, tqdm

  • Also update default timeout values when using the SeleniumBase Selenium Grid.

@mdmintz mdmintz merged commit 8e47dad into master Dec 2, 2019
@mdmintz mdmintz deleted the add-option-to-reuse-session branch December 2, 2019 07:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant