Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.02 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.02 KB

Skeleton for Webdriver 3 Cucumber 3 TestNG and Parallel Plugin

Based on work

How to run it

Pre-requirements

I did all the installation on Mac OS X using Homebrew but use your preferred way.

  • JDK 8
  • Maven 3.5.4

Execution

 $ 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.