You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there is no way to include a class- or collection-scoped fixture to a report produced by allure-xunit. They neither appear automatically nor could be included by [AllureBefore] or [AllureAfter] (applying the attributes causes the Value cannot be null error).
Currently, there is no way to include a class- or collection-scoped fixture to a report produced by allure-xunit. They neither appear automatically nor could be included by
[AllureBefore]
or[AllureAfter]
(applying the attributes causes theValue cannot be null
error).Expected behavior
The following code:
should produce the following report:
Motivation
High-scope fixtures are important test framework constructs and ideally should be supported by allure out-of-box for all frameworks.
Other considerations
See also #353.
The text was updated successfully, but these errors were encountered: