Welcome to the wonderful world of Cypress testing. Cypress is an e2e (end-to-end) testing framework built in JavaScript and bundled with Chromium for running tests. It is a great tool for testing web applications and in this repository we will focus on how Cypress is used at CivicActions providing useful reference links, best practices, and training materials.
Outline:
Cypress has a great set of documentation you can peruse, and we will list some of the most useful links to documentation below.
- Cypress Documentation
- Cypress Best Practices
- Cypress Recipes
- Cypress Plugins
- Cypress Dashboard
- Cypress GitHub Actions
- Discord Channel and Support
...
...
...
We collect examples from all the CivicActions projects that use Cypress and will compile them into living examples. For now, the examples exist in markdown files that you can read and copy into your project.