Skip to content

kotest/kotest-extensions-allure

Repository files navigation

kotest-extensions-allure

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'