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
The A11y scan runs automatically after each push or manually.
That should be changed, because we need to await the deployment process, before running the a11y tests.
Additionally the paths that shall be tested need to be listed in tests/a11y.spec.ts. With the new blog feature, that should be automated, to include the latest blog posts as well.
Acceptance criteria
A11y scans should include all deployed paths automatically
The A11y scans should be run after each successful deployment
The text was updated successfully, but these errors were encountered:
✨ Refactor: A11y scans
The A11y scan runs automatically after each push or manually.
That should be changed, because we need to await the deployment process, before running the a11y tests.
Additionally the paths that shall be tested need to be listed in
tests/a11y.spec.ts
. With the new blog feature, that should be automated, to include the latest blog posts as well.Acceptance criteria
The text was updated successfully, but these errors were encountered: