Example project using Protractor with Cucumber and Page Objects
- nvm (v14.17.0)
- JDK 8 (https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)
- git clone git@github.com:signaturit/automation-training.git
- cd automation-training
-
Use the correct Node/NPM versions
nvm use
-
Download and install Node Modules:
npm install
-
Start Webdriver Manager (in 1 terminal window)
npm start
-
In a new tab build and Run the tests using the following commands:
tags="@metatag" npm run e2e
- 🍹 Agustina Bosso 🍻