Skip to content

Latest commit

 

History

History

cypress

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Cypress

Keywords: JavaScript Component Testing, E2E Testing, UI Testing

Links

Glossary

  • End-to-End (E2E)
  • Robotic Process Automation (RPA)

Library

Links

Installation

# Using NPM
npm install cypress --save-dev

# Using Yarn
yarn add cypress --dev

# Using pnpm
pnpm add cypress -D

CLI

Commands

npx cypress -h

Usage

#
npx cypress verify

#
npx cypress install

#
npx cypress run
npx cypress run --record
npx cypress run --headed
npx cypress run --browser chrome
npx cypress run --browser firefox

#
npx cypress open

App

Links