Skip to content
This repository has been archived by the owner on Dec 15, 2024. It is now read-only.

kotest/kotest-extensions-allure

Repository files navigation

kotest-extensions-allure

This project has been promoted to the top level Kotest repo. Follow development and raise issues on that project.

Kotest extensions for Allure.

See docs.

Please create issues on the main kotest board.

Build Status GitHub kotest @ kotlinlang.slack.com

Changelog

1.4.0

  • Update to Kotest 5.8.1

1.3.0

  • Update to Kotest 5.6.0

1.2.0

  • Update to Kotest 5.3.0

1.1.1

  • Upgrade kotest to 5.2.2

1.1.0

  • Upgraded to Allure 2.17, requires Kotlin 1.6 and Kotest 5.x

1.0.3

  • Fix for NPE when running Kotest in parallel mode #5

1.0.2

  • Release for Allure 2.14 and JDK8 compatibility

1.0.1

  • Compatibility with Kotest 4.6.0

1.0.0

  • Migrated from the main Kotest repo to a standalone repo.
  • Removed deprecated typealias 'AllureTestListener' - use 'AllureTestReporter'