Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 837 Bytes

readme.md

File metadata and controls

14 lines (10 loc) · 837 Bytes

Getting Started with Cypress Login App

This repo contains several examples of the Cypress Component Testing Getting Started app in various frameworks and libraries.

To get started with an example, first clone the repo.

Use the recommended version of Node.js as shown by the file .node-version contents. The repo node-version-usage contains a list of Node.js version managers that read and use the contents of a .node-version file to install and use the specified version.

Go into the desired directory, execute npm install, and then run the application as you normally would for that framework (see the folder's readme file).