Releases: openedx-unsupported/bok-choy
Releases · openedx-unsupported/bok-choy
v0.4.3
v0.4.3 (07/08/15)
- Bugfix in wait_for_ajax to check that jQuery is defined
v0.4.2
v0.4.2 (06/25/15)
- Implement distinction between an element being invisible vs not-present
v0.4.1
v0.4.1 (06/23/15)
- Fix a bug in the packaging of the accessibility JS file
- Documentation improvements
v0.4.0
v0.4.0 (06/12/15)
- Implement visual diff testing with Needle
- Implement a11y testing with PhantomJS and Google Chrome Accessibility Developer Tools
- Small clarity edits for the tutorial
- Fix all pylint errors and enable linting in CI
v0.3.4
v0.3.4 (05/13/15)
- URLs can contain basic auth credentials
- Small bug fixes
v0.3.3
v0.3.3 (03/31/15)
- Changed license from AGPL to Apache
- Unpinned selenium version
- Bypass the security prompt when accessing a media device in FF
- Support faking media device access in Chrome
- Small bug fixes and improvements
v0.3.2
Changelog for this release:
- Update selenium version to 2.42.1
- Save selenium driver logs on error
- Add capability for capturing HAR files of network traffic
- Do not take auto screenshots for skipped tests
- Add timeout in wait helpers
- Small bug fixes