Hello,
First of all thank you for developing this great tool, it very helpful on my current project. But I have a little problem,
when I using chutzpah.console.exe with /trx option, in report we have UnitTestName and this test name is not including "Describe" from tests, only "it", and after getting report it is a big problem to find broken test, because name is looking like "Should return all data" and do not include any information about spec. Is it possible to include "Describes" from tests when we generating report?
P.S. The last couple of days I have been trying to solve this problem, and I tried to use vstest.console with chutzpah test adapter, and report from this tool is cool, it containing all data what I need, but it not finding all tests, I think a reason of that is not using "/engine Chrome" argument, because it not available to using in vstest.console :(
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hello, First of all thank you for developing this great tool, it very helpful on my current project. But I have a little problem, when I using chutzpah.console.exe with /trx option, in report we have UnitTestName and this test name is not including "Describe" from tests, only "it", and after getting report it is a big problem to find broken test, because name is looking like "Should return all data" and do not include any information about spec. Is it possible to include "Describes" from tests when we generating report?
P.S. The last couple of days I have been trying to solve this problem, and I tried to use vstest.console with chutzpah test adapter, and report from this tool is cool, it containing all data what I need, but it not finding all tests, I think a reason of that is not using "/engine Chrome" argument, because it not available to using in vstest.console :(