cypress-component-examples icon indicating copy to clipboard operation
cypress-component-examples copied to clipboard

Cypress configured with various frameworks and dev servers

This repository is no longer maintained. Please visit the new Cypress Component Testing Examples repository for the latest examples.

This repository contains a number of projects configured with Cypress component testing.

You can use any of them by cloning the repository, going into the directory and running:

  • yarn install to install the dependencies
  • yarn cypress open-ct to open in interactive mode
  • yarn cypress run-ct to run all the tests headlessly

Learn more about component testing with Cypress in the official docs.