Noksa / Allure.NUnit

C# NUnit Allure with improvements and SpecFlow3 adapter
MIT License
18 stars 6 forks source link

??? in Allure reports #26

Closed cerebellum13 closed 5 years ago

cerebellum13 commented 5 years ago

I use SpecFlow and Gherkin scenarios with NUnit and Allure for reporting. In Allure reports (after build and deploy of allure reports) in reports I have ??? instead of russian equivalents in Parameters table.

image

How I can fix this issue? Versions

iamfreid commented 5 years ago

Вероятно проблема в этом:

https://github.com/Noksa/Allure.NUnit/blob/488af40fd41f06591420d0e1f8da56afbf1058be/AllureSpecFlow/AllureTestTracerWrapper.cs#L90

https://github.com/Noksa/Allure.NUnit/blob/488af40fd41f06591420d0e1f8da56afbf1058be/AllureSpecFlow/AllureTestTracerWrapper.cs#L147

Noksa commented 5 years ago

@cerebellum13 This is a bug. Thanks for reporting. Will be fixed soon.

@rebrovoleksii Бинго! :)

Noksa commented 5 years ago

Fixed in 1.1.3 https://www.nuget.org/packages/Noksa.NUnit.SpecFlow3/1.1.3

cerebellum13 commented 5 years ago

Thanks!