- temyers/cucumber-jvm-parallel-plugin
- PacktPublishing/Mastering-Selenium-WebDriver-3.0-Second-Edition
- Cucumber 10 minute tutorial
- Cucumber Selenium Tutorial
I did all the installation on Mac OS X using Homebrew but use your preferred way.
- JDK 8
- Maven 3.5.4
$ git clone https://github.com/izaac/cucumber-skeleton-jvm
$ cd cucumber-skeleton-jvm
$ mvn clean verify
That will take care of the dependencies installation and the webdriver drivers installation automatically. And it should also execute the current dummy tests.