pa11y / pa11y-ci

Pa11y CI is a CI-centric accessibility test runner, built using Pa11y
https://pa11y.org
GNU Lesser General Public License v3.0
519 stars 63 forks source link

Replace make with npm scripts and update Node versions #139

Closed aarongoldenthal closed 3 years ago

aarongoldenthal commented 3 years ago

Replace make commands with the equivalent npm scripts and update Actions to supported Node versions to match pa11y. Added a test teardown to close the http server, otherwise the test job was hanging if all tests passed (if any failed, mocha exited with an error).