Test accessibility of the Camunda Modeler.
Use this repo to test accessibility of the Camunda Modeler.
First, you need to clone this repository and install the dependencies:
git clone [email protected]:camunda/camunda-modeler-a11y-test.git
cd camunda-modeler-a11y-test
npm installThis will download the latest release. You can specify the version via environment variable VERSION:
VERSION=5.23.0 npm installRun tests:
npm run startIf you want to inspect a single test, change the method to it.only, and run the tests with NO_CLEANUP variable set. This will prevent closing of the application after the test:
NO_CLEANUP=1 npm startMIT