How to get passed assertions in Ready API generated reports?
Hi, I have a test case with following test steps Step 1 - RetrieveDataScenario - GroovyScript - To retrieve data records from MySQL DB using my test case name Step 2 - PopulateDataScenario - DataSource - To populate the data log using the records retrieved from RetrieveDataScenario test steps Step 3 - GetRebates - RESTRequest - Using the data row(s) retrieved in DataSource, execute the REST Request and assert if mandatory tags are present (For example - 3 assertions to check if RebateId, RebateAmount, RebateExpirationDate tags are existing in the response. Out of the three assertions RebateExpirationDate tag is missing in response so which the assertion fails and the test step is also failed) Step 4 - IterateTestCase - Repeat the GetRebates REST Request until all data rows are used When I run this test case using the below testRunner command, I see only the failed assertion in GetRebates test step log file. Is there a way to include passed assertions also in this text file? testrunner.bat -sCQ_SMOKE_TEST -cSTANDARD_FINANCE_WITH_REBATES_ONLY -r -a "-fC:\Users\ramus\Documents\Customer Quotes\results" "-RJUnit-Style HTML Report" "-EDefault environment" -I -S "C:\Users\ramus\Documents\Customer Quotes\CQ-Automation-readyapi-project.xml"922Views1like0CommentsHow to get reporting at test step level instead of test case level what surefire currently provides
I am running my test via jenkins and i have surefire plugin which generates xml reports in my workspace. But this report has run status of all test suites and all test cases. Each test case will have failed test step information too. I want a way by which i can have run status of each test step whether failed or passed. Can some one help here if we can do this with surefire plugin or with some other way/plugin. Thanks a lot.4.4KViews0likes7CommentsIs there a way to add script logs in reports ?
Hi, I would find very interesting to have my script logs in a report, how can I do that ? Otherwise, is there a way to have Test Results message more significant? It would be nice to know the data the test is running instead of Row 1, Row 2, Row 3, ....573Views0likes0Comments