Skip to content

bpmn-io/camunda-modeler-a11y-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

camunda-modeler-a11y-test

Test accessibility of the Camunda Modeler.

Usage

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 install

This will download the latest release. You can specify the version via environment variable VERSION:

VERSION=5.23.0 npm install

Run tests:

npm run start

If 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 start

License

MIT

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published