Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 996 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 996 Bytes

Allure Cucumber-JVM with JUnit Example

Getting Started

To run tests you need to install maven and git.

To generate Allure Report you should perform following steps:

$ git clone [email protected]:allure-examples/allure-cucumber-jvm-example.git
$ cd junit
$ mvn clean test
$ mvn site

To see a report, run mvn jetty:run in current folder and open http://localhost:8080 in your browser

NOTE: required maven version 3.1.1 or above

More