allure-csharp
allure-csharp copied to clipboard
Test body area is not present in scenario execution report if the 'SpecFlow.Plus.LivingDocPlugin' present in a project.
I'm submitting a ...
- [x] bug report
What is the current behavior?
When the 'SpecFlow.Plus.LivingDocPlugin' library is installed in a test project - you can't see 'test body' in the test result.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
- Create a specflow test project and add the specflow.allure to the project, as recommended in the documentation1 documentation2
- Add the 'SpecFlow.Plus.LivingDocPlugin' library to your test project
What is the expected behavior?
We should see Test body area in any cases
What is the motivation / use case for changing the behavior?
Incorrect behavior
Please tell us about your environment:
- Specflow.Allure: 3.5.0.4
- Specflow.NUnit: 3.5.14
Hi @pavliukStanislav Do you mean that Allure plugin breaks behaviour of SpecFlow.Plus.LivingDocPlugin when they installed together?