allure-framework/allure-nunit2

Stacktrace for TestFixtureSetUp fails are not included in reports

gamerka opened this issue · 0 comments

When Fixture Setup fails, in NUnit report I get the reason and the stacktrace for it, like that:
for testfixture:
`

` and for each test: ` ` But in Allure report I only get this for each test: ` TestFixtureSetUp failed in WebApiUnitTest There is no stack trace `

There need to be some override for the situation when FixtureSetup fails, that puts fixturesetup failure description in each test failure description.