Releases: jsfehler/pytest-splinter4
Releases · jsfehler/pytest-splinter4
0.4.0
0.3.0
0.2.0
0.1.0
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