All Projects → cypress-io → cypress-component-testing-examples

cypress-io / cypress-component-testing-examples

Licence: other
Cypress component examples

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
shell
77523 projects
CSS
56736 projects
HTML
75241 projects
Vue
7211 projects

Cypress Component Testing Examples

A collection of examples covering common component testing use-cases

How to use these examples

Depending on your needs, you can:

  • Try out Cypress Component Testing using any example by cloning this repo, cding into an example directory, installing the dependencies, and running Cypress per that example's instructions.
  • Recreate an example manually by creating a new project locally and following a given example's instructions.
  • Add Cypress Component Testing into an existing project by using the instructions from the example that's closest to your project and making any adjustments that are necessary.

How examples are structured

Each folder in this repo contains an example which has, at the top of its README, instructions on how to install the example's dependencies and run Cypress Component Testing, in addition to a list of steps that were used to create that example.

Each step is numbered, and shows the commands that were run, which files were added or changed, and has a clickable commit SHA that shows the exact changes that were made in that step.

Contributing

All examples are generated via script. Documentation coming soon!

Scripts used to generate examples in this repo

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].