Hello,
I want to visualize and manage unit test code and integration test code (with CI/CD)
However, it is not easy to review the test case because it is only possible to import the organized test result xml file at the moment. - No matter what it says you calculate, you don’t know if the actual code calculates the desired value.
So I need an explanation of the content of the context/discribe/it, the raw test code, and what kind of test we’re doing - just like I asked ai to explain
Do you have any plans to put in this information? I need it urgently.
Hi and thank you for your feedback!
We will not store or include full source code for tests - we are not trying to be a version control system (like e.g. Git).
However, what Testiny already can when you upload Automation result files from a (supported) CI environment, is that we show links to the CI system and (depending on the CI system and the result format), links to the actual tests that were executed.
From there, the CI system should give you links to the actual code that was executed for the test.
Additionally, Testiny does store and show stack traces contained in errors which also helps in understanding what failed in a test.
Best regards,
Alex