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.4.3

09 Jul 14:11
Compare
Choose a tag to compare

v0.4.3 (07/08/15)

  • Bugfix in wait_for_ajax to check that jQuery is defined

v0.4.2

26 Jun 15:27
Compare
Choose a tag to compare

v0.4.2 (06/25/15)

  • Implement distinction between an element being invisible vs not-present

v0.4.1

23 Jun 15:28
Compare
Choose a tag to compare

v0.4.1 (06/23/15)

  • Fix a bug in the packaging of the accessibility JS file
  • Documentation improvements

v0.4.0

12 Jun 20:04
Compare
Choose a tag to compare

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

13 May 14:05
Compare
Choose a tag to compare

v0.3.4 (05/13/15)

  • URLs can contain basic auth credentials
  • Small bug fixes

v0.3.3

31 Mar 18:10
Compare
Choose a tag to compare

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

07 Oct 17:19
Compare
Choose a tag to compare

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