Noksa / Allure.NUnit

C# NUnit Allure with improvements and SpecFlow3 adapter
MIT License
18 stars 6 forks source link

UpdateTestCase not working if used before any record of step in test body #27

Closed Noksa closed 5 years ago

Noksa commented 5 years ago

Describe the bug

To Reproduce

Just use

AllureLifecycle.Instance.UpdateTestCase(x => x.links.Add(new Link() {name = sb.ToString(), url = sb.ToString()}));

before any steps in test method

Expected behavior

Versions

Noksa commented 5 years ago

Will be fixed in 3.0.0 release.