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

Lighthouse Based Tests - Output file should include same source as seen in review #842

Merged
merged 2 commits into from
Jan 6, 2025

Conversation

7h3Rabbit
Copy link
Collaborator

@7h3Rabbit 7h3Rabbit commented Jan 6, 2025

Accessibility (Google Lighthouse) didn't include any a11y related in output file, see issue #586.

This PR should fix that BUT it will break the structure of our output file for lighthouse based test.
Previously it only included a key-value pair of audit-name and the corresponding score.
We also only added audits that had numericValue set.

Now we will add ALL audits that we add reviews for.

Please note that the only breaking change is for lighthouse based test and only for if you directly parse the output file.

@7h3Rabbit 7h3Rabbit linked an issue Jan 6, 2025 that may be closed by this pull request
5 tasks
@7h3Rabbit 7h3Rabbit merged commit 79d9f6e into main Jan 6, 2025
45 of 52 checks passed
@7h3Rabbit 7h3Rabbit deleted the lighthouse-output branch January 6, 2025 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Axe Core test gathers Pagespeed data
1 participant