Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 264 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 264 Bytes

Test Angular using CucumberJs

  • Angular - the code to test
  • Protractor - test executor
  • Cucumber - to write test in plain language

Setup

Assuming you already have an existing Angular app

npm install

npm run ng build

npm run ng serve

npm run ng e2e