You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expectation: Whenever I try to run @axe-core/cli on my docker image certain type of pages constantly appear to crash axe. This only appears to occur with certain type of pages. I would expect axe to run in the same manner it does for other pages from the site.
Actual: Constantly get the following error:
Testing https://ici.radio-canada.ca/mordu/2942/a-la-decouverte-dun-vignoble-enchanteur ... please wait, this may take a minute.
Error: undefined
$s undefined
The error is quite unhelpful to help debugging the situation. Take note that I am able to successfully run the tests on locally on my machine (Mac) but whenever I run it in the docker image the crash occurs.
Motivation: We have a script that runs a list of URL representing different page type to report the accessibility progress. Though when run from the virtual machine using some pages just don't send back the report, forcing us to do a manual validation instead.
Product: @axe-core/cli
Expectation: Whenever I try to run @axe-core/cli on my docker image certain type of pages constantly appear to crash axe. This only appears to occur with certain type of pages. I would expect axe to run in the same manner it does for other pages from the site.
Actual: Constantly get the following error:
The error is quite unhelpful to help debugging the situation. Take note that I am able to successfully run the tests on locally on my machine (Mac) but whenever I run it in the docker image the crash occurs.
Motivation: We have a script that runs a list of URL representing different page type to report the accessibility progress. Though when run from the virtual machine using some pages just don't send back the report, forcing us to do a manual validation instead.
Dockerfile for the image:
Examples of command run in the Docker Image to reproduce the issue:
The text was updated successfully, but these errors were encountered: