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

Fix error with absolute paths on Windows (#82) #122

Closed aarongoldenthal closed 2 years ago

aarongoldenthal commented 4 years ago

Leverage Node native path function to perform OS-independent check.

Ideally this change would also have a test run on Windows to confirm it works there, but expanding the pa11y projects' test suites to other OS's seemed like a larger change that should be made for all projects if implemented.