This is a working example of running Angular E2E tests using Cucumber.js, Protractor, and WebDriverJS running on SauceLabs
-
Install dependencies
npm install bower install
-
Enter your saucelabs credentials in the .env file
-
Run the cucumber tests
grunt test
- Cucumber.js README
- Protractor README
- WebDriverJS Guide
- WebDriverJS WebDriver API
- WebDriverJS Locators API
This work was based largely on a combination of the following two repos: