Skip to content

KiriOny12/cypress-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Use npm install command to install cypress dependencies.

Opening the App

For opening Cypress use npx cypress open.

Then select e2e Testing when Cypress opens.

Image alt

Choose a browser (Chrome by default).

Image alt

Next you will be able to see all the available tests in the cypress/e2e package.

Image alt

Add a test file

Create new package in cypress/e2e folder. Add a new file like test.cy.js.
All Cypress tests must have a file extension such as cy.js.

Support

In the 1-getting-started folder you can find an example Cypress test to understand the structure. In the 2-advanced-examples folder you can find some advanced examples that you will also use in the practice.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published