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

Update integration tests to remove DNS dependencies #133

Closed aarongoldenthal closed 3 years ago

aarongoldenthal commented 3 years ago

This PR updates the integrations tests that currently rely on DNS failure by removing that dependency and returning the GitHub Actions tests to a passing state (and fixes #132). It is based on the example already used for the CLI paths test, but passing an invalid file URL, e.g. ./foo/erroring.html, results in ERR_FILE_NOT_FOUND with no external dependencies.