-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allure.NUnit 2.9.2-preview.1 logs start and result of each step to console #312
Comments
Merged
Hi, I've made PR to remove this calls with ability to add own logger to steps. |
@undron Andrey, thanks for PR! |
@undron Nice work. |
neparij
pushed a commit
that referenced
this issue
Dec 23, 2022
Hello everyone! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm submitting a ...
What is the current behavior?
This library is outputting to console each start of a step, the step name and the result of each step.
seems to me some leftover debug logging.
this issue create lots of console logs for tests with many steps and make it difficult to find other relevant information that may have been ouputed to the console.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
any test with a step can generate this on the version Allure.NUnit 2.9.2-preview.1.
What is the expected behavior?
I believe that the allure library should output nothing to the console by default.
What is the motivation / use case for changing the behavior?
cleaner console output
Please tell us about your environment:
Other information
seems to me that the console logs are generated here:
allure-csharp/Allure.XUnit/Steps.cs
Line 82 in 7177073
allure-csharp/Allure.XUnit/Steps.cs
Line 104 in 7177073
The text was updated successfully, but these errors were encountered: