Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.2 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.2 KB

BDD Example

(Cucumber, Protractor, Angular, SauceLabs)

This is a working example of running Angular E2E tests using Cucumber.js, Protractor, and WebDriverJS running on SauceLabs

Getting Started

  1. Install dependencies

     npm install
     bower install
    
  2. Enter your saucelabs credentials in the .env file

  3. Run the cucumber tests

     grunt test
    

Resources

Acknowledgements

This work was based largely on a combination of the following two repos: