Automation Framework for Protractor
- run
npm ito install the required pakages. - Run
npm run setupto generate the required files and also to start up the selenium server. - Edit
package.jsonfile to specify the spec file that needs to be run. - To Execute use
npm run executeto execute the spec file.
- Used beautiful reporter to generate reports.
- Simple POM structure for basic understanding.
- Test data parametarization.
- Works with chrome and firefox browsers.