Skip to content

rosolko/allure-gradle-configuration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Allure 2 configuration for Gradle

Related to medium post

How to use:

  • Clone repo
  • Run tests: ./gradlew clean test
  • Generate allure project:
    • ./gradlew allureReport - generate Allure report
    • ./gradlew allureServe - generate Allure report and opens it in the default browser