cypress-component-examples
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 installto install the dependenciesyarn cypress open-ctto open in interactive modeyarn cypress run-ctto run all the tests headlessly
Learn more about component testing with Cypress in the official docs.