Skip to content

Releases: ozontech/allure-go

Release v0.6.6

22 Mar 14:16
f54f329
Compare
Choose a tag to compare

Release Notes

New Features

  • add Stage (string) field to Result object
  • add WithStage method to Result object

Release v0.6.19

08 Feb 14:20
126f276
Compare
Choose a tag to compare

Release Notes

allure-go

Fixes

  • add info about status Unknown to pkg/allure/README due ISSUE-41

pkg/framework

Features

  • add status "broken" control methods and examples, remove unused test due ISSUE-43

Fixes

  • truncate parametrized tests name to 150 due ISSUE-49
  • fix duration of consistent tests in suite and add unit test, update go.mod/go.sum due ISSUE-41
  • add comments for functions collectTests, parametrizedWrap, getParamTests, getParams due ISSUE-52

pkg/framework Release v0.6.20

08 Feb 13:50
ee768f4
Compare
Choose a tag to compare

Release notes

Features

  • add status "broken" control methods and examples, remove unused test due ISSUE-43

Fixes

  • truncate parametrized tests name to 150 due ISSUE-49
  • fix duration of consistent tests in suite and add unit test, update go.mod/go.sum due ISSUE-41
  • add comments for functions collectTests, parametrizedWrap, getParamTests, getParams due ISSUE-52

pkg/allure Release v0.6.5

08 Feb 11:14
3a59f83
Compare
Choose a tag to compare

Release Notes

Fixes

  • add info about status Unknown to pkg/allure/README due ISSUE-41

Release v0.6.19

28 Nov 10:19
ff31572
Compare
Choose a tag to compare

Release v0.6.19

Release Notes

Fixes

  • Fixed dead lock in async step due ISSUE-45

Thanks to @xpoft for help!

v0.6.18

02 Sep 09:13
dea35d2
Compare
Choose a tag to compare

Release Notes

allure-go

  • update parametrized examples

pkg/allure

Features

  • link, label and param is pointer now
  • add Result.GetFirstLabel()
  • add Result.GetLabels()
  • Result.GetLabel removed

pkg/framework

Fixes

  • fix naming of parametrized test - now test name builds as TestNameWithoutPrefix_Param
  • parametrized tests no longer adds in subsuite
  • fixed issue when in one suite few parametrized tests could not ran with same parameteres
  • fixed issue when Suite Containter didn't created at filesystem

pkg/framework Release v0.6.18

02 Sep 09:11
dea35d2
Compare
Choose a tag to compare

Release notes

Fixes

  • Fix naming of parametrized test - now test name builds as TestNameWithoutPrefix_Param
  • parametrized tests no longer adds in subsuite
  • fixed issue when in one suite few parametrized tests could not ran with same parameteres
  • fixed issue when Suite Containter didnot created at filesystem

pkg/allure Release v0.6.4

02 Sep 09:07
dea35d2
Compare
Choose a tag to compare

Release Notes

Features

  • link, label and param is pointer now
  • add Result.GetFirstLabel()
  • add Result.GetLabels()
  • Result.GetLabel removed

Release v0.6.17

23 Aug 10:14
32923b6
Compare
Choose a tag to compare

Release Notes

  • Add Setup test example
  • readme.md update

pkg/framework

Features

  • ⚡ Add ⚡
    • T.WitTestSetup(func(t provider.T))
    • T.WithTestTearDown(func (t provider.T))

Methods should be used for interactions with allure.Container inside of the test.

Check readme for more.

  • T.Title now consume (args ...interface{}) for using as fmt.Sprint
  • t.Description now consume (args ...interface{}) for using as fmt.Sprint
  • Add T.Titlef(format string, args ...interface{}) for using as fmt.Sprintf
  • Add T.Descriptionf(format string, args ...interface{}) for using as fmt.Sprintf

pkg/framework Release v0.6.17

23 Aug 10:12
32923b6
Compare
Choose a tag to compare

Release Notes

Features

  • Add t.WitTestSetup(func(t provider.T)) and t.WithTestTearDown(func (t provider.T)) for interactions with allure.Container inside of the test. Check readme for more.
  • t.Title now consume (args ...interface{}) for using as fmt.Sprint
  • t.Description now consume (args ...interface{}) for using as fmt.Sprint
  • add t.Titlef(format string, args ...interface{}) for using as fmt.Sprintf
  • add t.Descriptionf(format string, args ...interface{}) for using as fmt.Sprintf