Experience-Monks / nyg-jam3

Second generation of the Jam3 Generator, many new features and breaking change features
https://generator.jam3.net
MIT License
11 stars 4 forks source link

Run accessibility tests automatically and asynchronously #115

Open iranreyes opened 6 years ago

iranreyes commented 6 years ago

The idea is to add the accessibility tests automatically in codeship.

Because we want to run them in an already generated app, an option is to add another pipeline in codeship that will check it in the already updated site. http://cld.jam3.com/151G3D1Y0i1g

To run the accessibility I recommend to use aXe, but will be nice if we use the best, so maybe we should research a bit. Lighthouse includes one, I think is aXe, so maybe the solution is to run just lighthouse.

Things to do:

njam3 commented 6 years ago

Added to the build process: https://generator.jam3.net/lighthouse/

Will now create a script that can be used to block builds if accessibility suffers.