Skip to content

Releases: dailymotion/allure-go

Support multiple labels

04 Sep 15:39
5732d4a
Compare
Choose a tag to compare

This release allows users to pass multiple Labels in a single line of code.

Support Links

19 Oct 09:10
fbff2e4
Compare
Choose a tag to compare

Allure-go now support Links at Test level (not Steps)

id and tag labels for Enterprise

10 Feb 15:22
f6f99a0
Compare
Choose a tag to compare

Adding new feature to have ID and Tag labels for Allure Enterprise + fix for labels.

Retried test deduplication and suites feature

14 Jan 16:59
7992366
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.5...v0.6.0

Fix for "AfterTest execution on FailNow or BreakNow"

08 Jun 13:03
c1bc798
Compare
Choose a tag to compare

Fix for issue #30 (AfterTest execution on FailNow or BreakNow).

Skip Test feature

17 Mar 17:28
d4de48c
Compare
Choose a tag to compare
Merge pull request #29 from dailymotion/skip_test

Implemented a skip test function to mark tests as skipped.

Fixed attachments not saving if allure-results folder doesn't exist yet

06 Mar 18:57
e00c8c6
Compare
Choose a tag to compare
Merge pull request #28 from dailymotion/attachment_fix

Fixed attachment not being saved if allure-results folder does not ex…

Panic handling in BeforeTest wrapper

06 Mar 16:46
3ce7241
Compare
Choose a tag to compare
Merge pull request #27 from dailymotion/handling_before_test_failure

Implemented a fix to handle panics in allure.BeforeTest statement whi…

Fixed Test Naming

27 Feb 15:56
656b250
Compare
Choose a tag to compare

Changed the way test names are assigned and fixed test location line at the top of the allure report page.

v0.5.0 Release

24 Jan 16:55
e894c24
Compare
Choose a tag to compare

This realease adds a Setup/Teardown feature to allow more logically structured test script implementation.