I'm saving failed tests to file to rerun them again with nunit-console3
. Looks like some tests which contains TestCase
with Cyrillic characters in test case parameters are skipped. I looked at file and seams that encoding is quite strange. What is default --encoding=...
parameter for nunit-console3
?
I don't see this in documentation, maybe someone will know it.