Changelog
### 1.15.0
```
-------------------
* Project now uses `pre-commit <https://pre-commit.com/>`_ and `black <https://github.com/ambv/black>`_ for development.
* Fixed html report embedded video from Testingbot.
* Fixed more (``get_markers``) deprecations on pytest 3.6 and later.
* Fixed a deprecation warning (``yield_fixture``) on pytest 3.0 and later.
* Move Testingbot credentials to capabilities instead of URL.
* Move BrowserStack credentials to capabilities instead of URL.
* Move CrossBrowserTesting credentials to capabilities instead of URL.
```
Links
- PyPI: https://pypi.org/project/pytest-selenium
- Changelog: https://pyup.io/changelogs/pytest-selenium/
- Repo: https://github.com/pytest-dev/pytest-selenium
This PR updates pytest-selenium from 1.14.0 to 1.15.0.
Changelog
### 1.15.0 ``` ------------------- * Project now uses `pre-commit <https://pre-commit.com/>`_ and `black <https://github.com/ambv/black>`_ for development. * Fixed html report embedded video from Testingbot. * Fixed more (``get_markers``) deprecations on pytest 3.6 and later. * Fixed a deprecation warning (``yield_fixture``) on pytest 3.0 and later. * Move Testingbot credentials to capabilities instead of URL. * Move BrowserStack credentials to capabilities instead of URL. * Move CrossBrowserTesting credentials to capabilities instead of URL. ```Links
- PyPI: https://pypi.org/project/pytest-selenium - Changelog: https://pyup.io/changelogs/pytest-selenium/ - Repo: https://github.com/pytest-dev/pytest-selenium