Skip to main content

accessibility_testing.yml

The accessibility_testing.yml file defines how accessibility testing is performed using Test Evolve.

caution

The accessibility_testing.yml configuration file is no longer used from version 2022.1.0 of the Ruby gem and version 2022.1.0 of the Javascript package. It has been replaced with audits.yml. To continue using Axe for accessibility testing, please set axe as the source in audits.yml.

enabled

ruby
2021.1.3
nodejs
2021.1.5
enabled: true

Enable accessibility testing checks during a test run.

optiondescription
trueperforms an accessibility check when specified during the test run
falseignores any accessibility checks during the test run

source

ruby
2021.1.3
nodejs
2021.1.5
source: axe

Specify which accessibility testing integration will be used.

languagesourcedescription
Ruby Jsaxeperforms accessibility check with Deque Axe

Example accessibility_testing.yml

default_config/accessibility_testing.yml
&defaults_accessibility_testing

enabled: true
source: axe