Skip to content

Latest commit

 

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Getting Started with Cypress Tests at CA

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 Information

Cypress has a great set of documentation you can peruse, and we will list some of the most useful links to documentation below.

Resources

Installing Dependencies

...

Running the Tests

...

Writing Tests

...

Examples

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.