Testrunner - exported data for reports
We have our Ready! API suites automated and they run every night. The available data that we have been able to ferret out has been less than helpful.
I'm hoping someone can take a look at our testrunner call and can help us out.
Here's the data we are able to extract:
1. Environment
2. Version
3. SuiteName
4. TotalTests
5. PassCount
6. FailCount
7. TotalSteps
8. RequestsAssertions
9. FailAssertions
In addition to the above, we would like to have the following:
1. TestCase Name (although the column is created, there is currently no data in it)
2. TestCase Steps
3. Number of Assertions in test step
4. If failed, the assertion that failed
I can create an Excel Workbook with pretty much this info if I pull a report when executing from the ReadyAPI! application and I would like to do the same with our automated Testrunner scripts.
Thanks in advance for help
J.