Skip to content

shanu8132/cypress_softway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cypress_softway

  1. Clone the repository
  2. Open the Visual Studio Code IDE and select the directory where repository is cloned.
  3. Open terminal in Visual Studio Code
  4. To install the node dependencies and Cypress, run command: npm install
  5. to run the test file(price_comparision.js) in headless mode, run command: npx cypress run
  6. to run the test file(price_comparision.js) in headed mode, run command: npx cypress open
  7. you can also check the test video, present in cypress/video folder

image

Attaching Screenshot of the Test Logs from the Cypress Runner:

  1. Fetch Price from Flipkart

Screenshot_1

  1. Fetch Price from Amazon

Screenshot_2

  1. Comparing Prices

Screenshot_3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published