Skip to content

Releases: allure-framework/allure-phpunit

v1.3.1

09 Dec 10:45
Compare
Choose a tag to compare
  • Use scandir instead of glob to support alpine (via #44) - @blar

v1.3.0

18 Dec 19:54
Compare
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
Compare
Choose a tag to compare

v1.2.3

03 Nov 13:09
Compare
Choose a tag to compare
  • Added support for latest phpunit versions (fixes #36, via #37) - @tvanrijn

Bug fixing

04 Aug 10:13
Compare
Choose a tag to compare

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

Issue fixes

01 Sep 15:32
Compare
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
Compare
Choose a tag to compare

#15 - upgraded to API 1.1.x

PHP 5.4 incompatibility fix

18 Aug 16:00
Compare
Choose a tag to compare

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

Capability to ignore custom annotations

13 Aug 09:54
Compare
Choose a tag to compare

#11, #10 - capability to ignore custom annotations (fixed adapter crash when running PHPUnit tests with annotations like @Depends, @ExpectedException and so on)

Test case and exception handling

05 Aug 07:08
Compare
Choose a tag to compare

add - All Exceptions coming from PHPUnit are now correctly passed to API
fix - An issue with missing test cases from the same test suite