Skip to content

Commit

Permalink
docs: make accessibility tests part of the integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
barmac authored and nikku committed Jun 12, 2024
1 parent 6a3b9fd commit 26776c9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/.project/INTEGRATION_TEST.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ We use a number of pre-defined steps to ensure the stability of our releases thr

- [ ] fetch [latest release/nightly](https://camunda.org/release/camunda-modeler/)
- [ ] fetch [latest version of Cawemo plugin](https://downloads.camunda.cloud/enterprise-release/cawemo/cloud-connect-modeler-plugin/)
- [ ] fetch [latest version of A11y-checker plugin](https://github.com/bpmn-io/camunda-modeler-plugin-a11y-checker)
- [ ] test changes of the release from the users' perspective end-2-end (e.g., include deployment where appropriate) (see [release issue](https://github.com/camunda/camunda-modeler/labels/release) and [changelog](https://github.com/camunda/camunda-modeler/blob/develop/CHANGELOG.md))
- [ ] click like crazy (see [below](#test-checklist))

Expand Down Expand Up @@ -120,6 +121,11 @@ Based on the [test diagram](./test.bpmn.png):

- [ ] Open [`broken.bpmn`](./broken.bpmn) and verify a proper error message is shown (_No diagram to display_)

#### Accessibility

- [ ] No new issues were reported in the devtools console
- [ ] Running `window.__A11Y_CHECKER__.getViolations()` returns an empty array

#### Installers (platform specific)

- [ ] MacOS
Expand Down

0 comments on commit 26776c9

Please sign in to comment.