Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Releases: openedx-unsupported/bok-choy

v0.8.0 (07/20/18)

20 Jul 21:13
951c546
Compare
Choose a tag to compare
  • 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)

21 May 13:16
31c5601
Compare
Choose a tag to compare

Modified wait for page logic

v0.7.2 (04/02/18)

02 Apr 14:52
a078a75
Compare
Choose a tag to compare
  • 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)

19 Jun 14:36
Compare
Choose a tag to compare
  • Avoid second browser window resize when the dimensions are unchanged
  • Disable the JSON Viewer in Firefox 53+

v0.7.0 (04/12/17)

12 Apr 19:06
Compare
Choose a tag to compare
  • 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)

16 Feb 16:08
Compare
Choose a tag to compare
  • 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)

29 Dec 17:15
Compare
Choose a tag to compare
  • 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)

12 Jul 15:44
Compare
Choose a tag to compare
  • 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)

16 Jun 20:45
Compare
Choose a tag to compare
  • 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)

14 Jun 15:38
Compare
Choose a tag to compare
  • Updated the a11y-custom-rules output to include the severity of the a11y failure
  • Added Chris Rodriguez to AUTHORS file