Description: The current accessibility tests are lightweight and based on simple DOM structure checks. They do not perform a comprehensive audit for WCAG compliance.
Proposed Enhancement: Integrate an automated accessibility testing tool like axe-core (e.g., via @playwright/test-axe) into the E2E test suite to automatically catch a much wider range of accessibility violations.
Description: The current accessibility tests are lightweight and based on simple DOM structure checks. They do not perform a comprehensive audit for WCAG compliance.
Proposed Enhancement: Integrate an automated accessibility testing tool like axe-core (e.g., via @playwright/test-axe) into the E2E test suite to automatically catch a much wider range of accessibility violations.