Nikolay Laptev
Nikolay Laptev
Hello there, @Lewka ! In order to use steps within OneTime* methods we need to have test context (and steps context). NUnit provides it only after OneTimeSetUp method being called...
Throwing exception is not available due to same reasons. I will describe it in README, so this behaviour will be documented as well :)
@andrematosfundao Hi! Yes, this is known issue https://github.com/pamidur/aspect-injector/issues/138 I'll bump AspectInjector version in next release! Thanks!
Hello everyone! You can try it out in [2.9.3-preview.1](https://www.nuget.org/packages/Allure.NUnit/2.9.3-preview.1) release
@tkeerthivel hi! I'll check it out using constructors. As a workaround you can implement IAsyncLifetime interface and use InitializeAsync method (returning Task)
remains todo: - description with the source from the documentation (see Java's @description(useJavaDoc = true)) - support of the exclusion of a parameter from the historyID - support of test...
Hello everyone! Should be fixed in upcoming preview release with changes authored by @overlord I'll write as soon as I upload it.
[2.9.4-preview.1](https://www.nuget.org/packages/Allure.NUnit/2.9.4-preview.1) package
Some additional fixes comes in [2.9.4-preview.2](https://www.nuget.org/packages/Allure.NUnit/2.9.4-preview.2) package