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.
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