Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 439 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 439 Bytes

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