Skip to content

A POC for web Based automation using `cypres` on cli (command line)

License

Notifications You must be signed in to change notification settings

eaccmk/cypress-POC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cypress-POC 🚀

This Project was created to as a mvp for running web Based automation using cypress on cli

Parent Project 🎅

This repository is linked to its Parent POC Project, here is the link Test-Automation-Project-POCs.

How To Run 🏃

Its Simple!

Step 1: checkout this repository ( git clone https://github.com/eaccmk/cypress-POC.git )

Step 2: Go the path where you did checkout ☝️

pre (step 3) run npm init

Make sure that you have already run npm init or have a node_modules folder or package.json file in the root of your project to ensure cypress is installed in the correct directory.

Step 3: Install cypress npm install cypress --save-dev ref Installing cypress if it throws some errors : try .\node_modules\.bin\cypress.cmd install or .\node_modules\.bin\cypress.cmd install --force

Step 4: Confirm installation,Imp! node_modules\.bin\cypress open (reference) followed by >>> cypress run !

Sample Result run on terminal

Look at this wiki for more cli run examples.

Credits 🙏

Thanks ! cypress.io for helping to overcome fundamental challenge of setting up a Test Automation framework.

License 🔰

cypress-POC was released under MIT License

About

A POC for web Based automation using `cypres` on cli (command line)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published