Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 542 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 542 Bytes

Step 1: Clone this repository

Step 2: Open the project, and from terminal run "npm test" (This will install all the dependencies and will execute your test cases)

Point 1

from Locators folder, in locator.json, you can change locator anytime

from testData folder, in test_data.json, you can change data anytime

Point 2

Protractor_Website.feature file tells us what is being automated in plain english language

protractor_website.js file has all the step definations

pageObject.js file has implementation of all the methods