This Project was created to as a mvp for running web Based automation using cypress
on cli
This repository is linked to its Parent POC Project, here is the link Test-Automation-Project-POCs.
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
!
Look at this wiki for more cli run
examples.
Thanks ! cypress.io for helping to overcome fundamental challenge of setting up a Test Automation framework.
cypress-POC was released under MIT License