/ekaJavascript

Primary LanguageJavaScriptMIT LicenseMIT

This project demonstrates the basic protractor-cucumber framework project setup with Jenkins CI and Allure Reports integration

###To Get Started

####Pre-requisites 1.NodeJS installed globally in the system. https://nodejs.org/en/download/

Note Min node version 6.9.x

2.Chrome or Firefox browsers installed.

3.Text Editor(Optional) installed-->Sublime/Visual Studio Code.

####Run Scripts

  • Clone the repository into a folder
  • Go inside the folder and run following command from terminal/command prompt

npm install

  • All the dependencies from package.json would be installed in node_modules folder.
  • Open project folder in comman window or in terminal
  • Install selenium webdriver locally in node node_modules

    npm webdriver-manager update npm webdriver-manager start

  • Following command will launch the browser and run the scripts

npm run test