mmanela / chutzpah

Chutzpah is an open source JavaScript test runner which enables you to run unit tests using QUnit, Jasmine, Mocha and TypeScript.
http://mmanela.github.io/chutzpah/
Apache License 2.0
550 stars 143 forks source link

TRX Report is not including "describe" from Jasmine tests. #792

Closed avolusb closed 2 years ago

avolusb commented 3 years ago

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 :(

stale[bot] commented 3 years ago

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.