Skip to content

Releases: jsfehler/pytest-splinter4

0.4.0

01 Feb 16:55
Compare
Choose a tag to compare

See CHANGELOG.rst for changes in this release.

0.3.0

11 Jun 21:18
e2b5b68
Compare
Choose a tag to compare
Bump splinter version to 0.18.0 (#10)

- Relax splinter version pinning
- Set upper bounds on pytest version
- Remove unnecessary splinter patch
- Bump version to 0.3.0

0.2.0

23 Dec 19:18
Compare
Choose a tag to compare
Bump version to 0.2.0

0.1.0

21 Dec 19:56
Compare
Choose a tag to compare
Hard break from the original pytest-splinter

Changes:
- Replace travis-ci with github actions
- Fix tox.ini to allow testing multiple python versions
- Add python 3.10 testing
- Add flake8 checks
- Allow window resizing on chrome
- Support pytest-xdist 2.0
- Rewrite docstrings, help messages, readme
- Add option and fixture for remote name
- Cleanup firefox preferences
- Rename CHANGES.rst to CHANGELOG.rst
- Only document pytest-splinter4 changes in changelog
- Remove fixture for specifying screenshot function
- Remove pytest2 support
- Remove executable path fixture
- Remove deprecated pytest API calls
- Remove python 3.6 support
- Remove makefile
- Cleanup browser creation and argument passing.
- Cleanup setting headless argument
- Bump minimum splinter version
- Add sane defaults for driver kwargs.
- Autodetect webdriver executable.
- Add default logs directory.
- Add chrome_options fixture, cmd line, and ini parsing
- Update setup info
- Don't install selenium by default
- Rename package to pytest-splinter4
- Set package version to 0.1.0
- Cleanup test mocks
- Remove unused tests
- Remove unused test functions
- Cleanup screenshot tests
- Remove unnecessary zope skip in tests
- Use unittest.mock instead of mock lib
- Don't put authors and changelog in project description