Skip to content

Anassatti/E-commerce_using_Cypress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

E-commerce_using_Cypress

What is Cypress Tool?

Cypress testing tools support developers all around the world by making it easier to build and test applications.

Cypress By Numbers

The source is Cypress website https://www.cypress.io/

image

Cypress Installation

There are couple of ways to install Cypress, personally I chose to install throw NPM, so you should have npm installed in your machine as prerequisite. Check npm website https://www.npmjs.com/ to know how to install it. After that follow below steps, note my operating system is Windows.

  1. Open cmd run it as a administrator if you are not
  2. Run below commond to install Cypress"
    1. cd /your/project/path
    2. npm install cypress --save-dev

Sucessfull installation will look like

image

  1. To open Cypress run below commond

    npx cypress open

Then automatically Cypress will open, which called Launchpad.

image

About

This repo is for automation e-commerce website using Cypress automation tool

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published