Skip to content

ahmedmostaffa/End-2-End-testing-Lambdatest-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project

  • This repository contains the End to End testing with Cypress to test an Google play store .

Prerequisite

Installation

  • Secondly, you should intialize the Node.js and install cypress version 3 from this command line:
npm init -y
npm install cypress@3
  • finally, you should install cypress-xpath modeule to find web elements via xpath locator from this command line:
npm install cypress-xpath

Running locally

  • To run the test suites ,Navigate to the directory and run the following command line .
npx cypress open

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published