Skip to content

scrumvisualize/Cypresstest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Cypresstest

Cypress.io is a new javascript end-to end testing tool. Its fast, easy and awesome. I am getting addicted to this tool :). I will briefly explain the installation steps of Cypress.io testing tool.
First I have installed node.js in my system:
#cd /your/project/path
#npm install cypress --save-dev
#cypress open

If you want to run your tests in 'headless' mode: #C:\MyFolder\Tests> C:\node_modules.bin\cypress run --headed --no-exit 'C:\MyFolder\Tests\cypress\integration\examples\test.js'

About

This repository contains of Cypress.io tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published