Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Axe doesn't run leading to empty results page #72

Open
tarasis opened this issue Feb 3, 2024 · 1 comment
Open

Axe doesn't run leading to empty results page #72

tarasis opened this issue Feb 3, 2024 · 1 comment

Comments

@tarasis
Copy link

tarasis commented Feb 3, 2024

On my Mac on one of my sites tarasis.net the Axe component of the test doesn't run which leads to an empty results page. Doesn't matter how many times I re-run the command.

However, when run via netlify, it does appear to work

Empty results paage
Screenshot 2024-02-03 at 13 51 33

The output during npm run test-pages for the site

First tests for tarasisdotnet.
Testing 1 site:
(Site 1 of 1, run 1 of 3): https://tarasis.net/
(Site 1 of 1, run 2 of 3): https://tarasis.net/
(Site 1 of 1, run 3 of 3): https://tarasis.net/
Writing ./_data/results/8f148085/date-1706963769478.json.
Finished testing "tarasisdotnet".
Last runs after "tarasisdotnet": {"galshaw":{"timestamp":1706963790553},"rmcg":{"timestamp":1706963828368},"tarasisdotnet":{"timestamp":1706963926536}}

For the other sites I checked I can see an additional line

Axe scan (1 of 1) for https://rmcg.dev/

Nor is the a file in .log for axe being run on that site

❯ find . | grep tarasis
./lighthouse-https-tarasis.net-2-of-3.json
./lighthouse-https-tarasis.net-3-of-3.json
./lighthouse-https-tarasis.net-1-of-3.json

❯ find . | grep rmcg
./lighthouse-https-rmcg.dev-1-of-3.json
./lighthouse-https-rmcg.dev-3-of-3.json
./axe-https-rmcg.dev.json
./lighthouse-https-rmcg.dev-2-of-3.json

Using the chrome extension I see the site has 5 issues (result on Netlify agrees)

@chringel21
Copy link

For me it's the other way around. Tests run fine on my local machine, but not on Netlify, where the Axe scans are missing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants