Automated accessibility tests - GlCollapsibleListBox

Description

Implement automated accessibility tests for the GlCollapsibleListBox component. Automated accessibility tests use the axe-core engine to find issues on GitLab UI components.

What to test?

  • Selected item state
  • Focused item state
  • Hover state
  • Listbox with header and footer
  • Listbox with search box
  • Listbox with focused search box

How to write tests?

Implementation guide

Read the axe accessibility test documentation to learn how to implement automated A11Y tests using the axe-core addon in Cypress.

Implementation examples

Edited by Paulina Sedlak-Jakubowska