Skip to content

Instantly share code, notes, and snippets.

@Wooble
Created March 31, 2017 13:55
Show Gist options
  • Save Wooble/b572eb29829d98d3fe0fdb2d229be6b1 to your computer and use it in GitHub Desktop.
Save Wooble/b572eb29829d98d3fe0fdb2d229be6b1 to your computer and use it in GitHub Desktop.
[pytest]
addopts = --driver Firefox
selenium
pytest
pytest-selenium
def test_title(selenium):
selenium.get('http://example.local/')
assert 'Example Site' in selenium.title
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment