pkg/allure Release v0.6.3
Release Notes
Features
- Add
ToJSON() ([]byte, error)
method to theResult
object. It marshallResult
to the JSON and returns error if any. - Add
ToJSON() ([]byte, error)
method to theContainer
object. It marshallContainer
to the JSON and returns error if any. - Add
Done() error
method to the Container object. It works same asResult.Done
method. - Now
Result.Done()
returns error if any.