Releases: dailymotion/allure-go
Releases · dailymotion/allure-go
Support multiple labels
This release allows users to pass multiple Labels in a single line of code.
Support Links
Allure-go now support Links at Test level (not Steps)
id and tag labels for Enterprise
Adding new feature to have ID and Tag labels for Allure Enterprise + fix for labels.
Retried test deduplication and suites feature
What's Changed
- Retried test deduplication and suites feature by @ubermensch01 in #38
Full Changelog: v0.5.5...v0.6.0
Fix for "AfterTest execution on FailNow or BreakNow"
Fix for issue #30 (AfterTest execution on FailNow or BreakNow).
Skip Test feature
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
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
Merge pull request #27 from dailymotion/handling_before_test_failure Implemented a fix to handle panics in allure.BeforeTest statement whi…
Fixed Test Naming
Changed the way test names are assigned and fixed test location line at the top of the allure report page.
v0.5.0 Release
This realease adds a Setup/Teardown feature to allow more logically structured test script implementation.