/cypress-starter-kit

A template to kickstart development with Cypress

Primary LanguageJavaScript

Cypress Starter Kit 🚀

Cypress is the swiss army knife of automated testing. A lot of this project is boilerplate code that we will need to get started on any cypress project. The easiest way to get started:

$ git clone https://github.com/cody-hoffman/cypress-starter-kit.git my-new-cypress-project

It's one easy to learn framework that can do many things, most notably end-to-end testing and API contract testing. Cypress has a really simple API that is built on top of mocha. It's easy to learn for anyone with JS unit testing experience.

Plugins 🔌

Cypress has a solid following and a good plugin ecosystem to take care of things like: