Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 278 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 278 Bytes

kotest-examples-allure

Requirements

  • Java 17
  • Allure cli

Example project using Kotest, Maven and Allure https://github.com/allure-framework

Clone this repo, execute:

./mvnw test
allure generate allure-results -o allure-report --clean
allure open allure-report