Skip to content

pkg/allure Release v0.6.3

Compare
Choose a tag to compare
@koodeex koodeex released this 20 Aug 21:11

Release Notes

Features

  • Add ToJSON() ([]byte, error) method to the Result object. It marshall Result to the JSON and returns error if any.
  • Add ToJSON() ([]byte, error) method to the Container object. It marshall Container to the JSON and returns error if any.
  • Add Done() error method to the Container object. It works same as Result.Done method.
  • Now Result.Done() returns error if any.