This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
Releases: openedx-unsupported/bok-choy
Releases · openedx-unsupported/bok-choy
v0.8.0 (07/20/18)
- Preserve geckodriver log for Firefox test failures
- Better handling of screenshot and log directory settings
- Log more information on page load failures
- Python 3.6 support
v0.7.3 (05/21/18)
Modified wait for page logic
v0.7.2 (04/02/18)
- Disable selenium webdriver logging for firefox
- Update selenium to 3.11.0 and geckodriver to 0.20
- Doc improvements
v0.7.1 (06/19/17)
- Avoid second browser window resize when the dimensions are unchanged
- Disable the JSON Viewer in Firefox 53+
v0.7.0 (04/12/17)
- Support selenium 3.x
- Support new FireFox version (with geckodriver)
- Update Needle to 0.5.0
- Catch WebDriverExceptions while waiting for PageObject conditions
- Miscellaneous cleanup
v0.6.2 (02/15/17)
- Improvements in speed and network usage with Firefox default settings
- Add the ability to save the Firefox log
- Update Needle version
- Run tests in parallel
v0.6.1 (12/29/16)
- Add support for programmatic customization of the Firefox profile preferences
- edX best practices - Update doc theme; add yaml file for OEP2 compliance tracking
- Improve linting and test execution
v0.6.0 (07/17/16)
- Support Python 3
- Use pytest to run tests
- Save browser page source on failure
- Allow configuration of the firefox profile
- Upgrade dependencies, improve test coverage
v0.5.4 (06/16/2016)
- Remove browsermobproxy and HAR capture feature
- Add ability to save browser page source to disk
- Update from pep8 to pycodestyle
- Clean up requirements and setup.py, start using tox
- Build and distribute wheels
v0.5.3 (06/14/2016)
- Updated the a11y-custom-rules output to include the severity of the a11y failure
- Added Chris Rodriguez to AUTHORS file