Improving accessibility
To improve the accessibility of your application, we recommend that you :
- Write your scenarios according to our recommendations
- Write keyboard navigation test, here's an example :
Feature: Keyboard Navigation
Scenario: Google homepage navigation
Given I visit path "https://www.google.fr/"
When I start a keyboard navigation from the top of the page
Then the next keyboard element focused should be a link named "Gmail"
And the next keyboard element focused should be a link named "Rechercher des images"
And the next keyboard element focused should be a button named "Applications Google" - Use accessibility check sentences where the following tools are availables :