Skip to content

Releases: allure-framework/allure-phpunit

v1.5.0

15 Sep 10:20
5584e7e

Choose a tag to compare

🚀 New Features

  • Added processing of PHPUnit warnings as failures (via #48) - @slavvka

⬆️ Dependency Updates

  • Bump shivammathur/setup-php from 2.11.0 to 2.14.0 (via #57) - @dependabot
  • Bump shivammathur/setup-php from 2 to 2.11.0 (via #54) - @dependabot

👀 Links

Commits since 1.4.0

v1.4.0

13 Apr 09:15
56c65ae

Choose a tag to compare

  • Dependencies updated, output dir cleanup fixed, tests fixed, system t… (via #52) - @remorhaz
  • Allow @testwith PHPUnit annotation by default (via #50) - @hws47a

⬆️ Dependency Updates

👀 Links

Commits since 1.3.1

v1.3.1

09 Dec 10:45

Choose a tag to compare

  • Use scandir instead of glob to support alpine (via #44) - @blar

v1.3.0

18 Dec 19:54

Choose a tag to compare

  • Namespace changed to Yandex\Allure\PhpUnit in order to prevent conflicts with other adapters. Adapter class name changed to AllurePhpUnit (fixes #41, via #42) - @okolesnyk

v1.2.4

25 Oct 12:07

Choose a tag to compare

v1.2.3

03 Nov 13:09

Choose a tag to compare

  • Added support for latest phpunit versions (fixes #36, via #37) - @tvanrijn

Bug fixing

04 Aug 10:13

Choose a tag to compare

#24 - invalid test name generation
#31 - shorter test name
#32 - dataProvider issues

Issue fixes

01 Sep 15:32

Choose a tag to compare

#18 - an issue with not existing classes annotation processing
#20 - change default output path to **/allure-results
#22 - an issue with not processed @Depends test cases

Migrated to new PHP API

21 Aug 10:37

Choose a tag to compare

#15 - upgraded to API 1.1.x

PHP 5.4 incompatibility fix

18 Aug 16:00

Choose a tag to compare

#13, #14 - PHP 5.4 incompatibility in empty()