Skip to content

Idea-Pool/evaluation-js-protractor-cucumber

Repository files navigation

evaluation-js-protractor-cucumber

This is a test-ware for evaluation of Protractor + Cucumber test automation tools.

Prerequisites

  1. Node.js LTS
  2. WebDriver-Manager

Framework used

  • Protractor
  • Protractor-Cucumber-Framework

Protractor is an end-to-end test framework for Angular and AngularJS applications. Protractor runs tests against your application running in a real browser, interacting with it as a user would.

Test cases

The implemented test cases can be found in TESTCASES.md.

Setup

npm install

Execution

npm run testAngular

or

npm run testBootstrap