Skip to content

Latest commit

 

History

History
 
 

junit

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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