Skip to content

This is a Cypress based simple framework made with page objects and factory design patterns that searches a text and asserts it with the first result

Notifications You must be signed in to change notification settings

suyashnatural/SearchEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SearchEngine

This is a Cypress based simple framework made with page objects and factory design patterns that searches a text and asserts it with the first result.

Steps to run this project at your local system


Step 1: Create folder and clone the git repository

+ mkdir SearchEngine
+ cd SearchEngine
+ git clone [email protected]:suyashnatural/SearchEngine.git
+ cd cypress

Step 2: Install dependencies

+ npm i

Step 3: Run the smoke test

+ npm run smoke

Step 4: Run the regression test

+ npm run regression

Step 5: Run both smoke & regression test

+ npm run test

Step 6: To view the test execution results

+ SearchEngine/cypress/report/index.html

About

This is a Cypress based simple framework made with page objects and factory design patterns that searches a text and asserts it with the first result

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published