atata-framework / atata

C#/.NET test automation framework for web
https://atata.io
Apache License 2.0
490 stars 80 forks source link

Warnings can be not included in error message for NUnit #800

Closed YevgeniyShunevych closed 8 months ago

YevgeniyShunevych commented 9 months ago

For NUnit, if there are warnings made by "ExpectTo" and then failed "Should" assertion, the test error message currently contains only the last assertion error text, without warnings. Warnings should be included there as well.