Skip to content

Releases: bbc/a11y-tests-web

v6.0.1

05 Jun 15:10
Compare
Choose a tag to compare
  • Makes the linting job run after the tests
  • Fixes the linting issues
  • Fixes the bbc-a11y -m junit-headless option to actually run junit in headless rather than running in interactive mode.

v6.0.0

05 Jun 14:20
Compare
Choose a tag to compare

Updates multiple packages to new versions to fix security vulnerabilities.

Sets the minimum supported version of node to 10 instead of 6

v5.12.1

05 Jun 12:55
Compare
Choose a tag to compare

Updates bbc-a11y to 2.4.1 (from 2.4.0)

v5.12.0

24 Apr 15:18
Compare
Choose a tag to compare

Updates to iplayer-web config.

v5.11.0

24 Apr 10:54
Compare
Choose a tag to compare

Updates to iplayer-web config.

v5.10.0

28 Feb 12:16
Compare
Choose a tag to compare

Updates to config for Sounds Web.

v5.9.0

17 Jan 11:46
Compare
Choose a tag to compare

Updates bbc-a11y from v2.2.6 to v2.4.0.

See bbc-a11y's history file for a list of changes.

v5.8.0

17 Jan 10:56
Compare
Choose a tag to compare

Adds a new CLI command, meaning this package can now be run anywhere from the command-line, making it easy to integrate with your existing projects. Here's how:

  1. Install the package globally: npm install @bbc/a11y-tests-web --global
  2. Run the command anywhere from your command-line, e.g. A11Y_CONFIG=iplayer-web/all a11y-tests-web lighthouse -m junit-headless

You could also make it part of your application's scripts. Here's how:

  1. Add the package to your application's dev dependencies: npm install @bbc/a11y-tests-web --save-dev
  2. Add a line to your application's scripts e.g. "test:a11y": "A11Y_CONFIG=iplayer-web/app-playback-test a11y-tests-web bbc-a11y -m interactive"

You can find out more about using the CLI option by running a11y-tests-web --help.

v5.7.0

25 Oct 14:53
Compare
Choose a tag to compare

Adds extra configs to Sounds Web, updates the skip option and adds a readme to the Sounds Web config. (#33)

v5.6.0

27 Sep 13:15
Compare
Choose a tag to compare

Adds new hide option to iPlayer configs to ignore survey popup #29