Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 357 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 357 Bytes

Dog Lightning

A simple project configuring an automation project with Cucumber, Maven, Guice and Selenium (WebDriver)

**Eclipse

  • Right click on your project's folder > Run As... > Run configurations... > Maven build
  • Add Goals: clean test
  • Run !

**CLI

  • Open the terminal on your project's folder
  • Run the command: mvn clean test