This extension is used to record application flow that can be run later to check accessibility issues on recorded flow.
Features
Record application flow, and add accessibility test runner in the test
Run the tests, and report will be generated with all accessibility issues.
How to use
Create a tests folder
Right click on the folder and select Record A11y Test Flow, this will start a flow recorder
In-between the test, right click in the recorded file and select Add A11y Screen Test from the ION A11y menu.
Keep recording further steps, and adding tests wherever you want to test the screen for accessibility like 3rd step.
Once one flow is done, stop the recording, and run the tests by selecting Run A11y Tests from the ION A11y menu. This will run all the tests under tests directory, and will generate accessibility report under accessibility_reports in same directory.