Skip to content

azoom-l-x-duy/cypress-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Play around with Cypress end-to-end testing

Run test

Run e2e

# Go to test path, for example: e2e-google-testing
$ cd path-to/e2e-google-testing
# with gui
$ yarn cypress open
# headless
$ yarn cypress run -b chrome --spec [path-to/spec-file.js]

Run with headless browser on docker environment

$ cd path-to/e2e-google-testing
$ /bin/bash ./cy-run.sh

About

A simple play around with Cypress end-to-end testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published