


Navigate to the Katalon Analytics portal and log in using the same account used with Katalon Studio.Upload Your First Execution Reports From Katalon Studio The Katalon Analytics team welcomes any suggestion and feedback to help make this web application better serve users. Katalon Analytics is designed to allow users to upload execution reports from both Katalon Studio and CLI (recommended for uploading multiple execution reports). Thus, users can make informed decisions on the quality of application build. This web-based application provides an in-depth understanding of test execution through powerful visualization of charts, graphs, and reports. Katalon Analytics (Beta) brings users to the next level of visualizing Katalon Studio test execution reports. This tutorial will show you how to upload Katalon Studio execution reports to Katalon Analytics and answer the most important question in the QA process: How well does an execution perform? Being able to answer this question, you can improve the quality of your test scripts by reducing execution time, optimizing the test suite, and quickly detecting unstable/flaky tests.įor this tutorial, let’s assume that you have been using Katalon Studio as a test automation solution, and there are existing collections of Katalon Studio test execution reports. TestCasesTxt = testCasesTxt.replace(".ts", "")įor (int i = 0 i < testCases.size() i++). Script: 'sudo find $WORKSPACE -name "*.ts*" -type f -printf "%f\n"', Katalon -runMode=console -projectPath="C:\Users\mwarren\Katalon Studio\TestProject" -reportFolder="././.jenkins/workspace/Katalon Studio Tests/Reports" -reportFileName="report" -retry=0 -testSuitePath="Test Suites/LoginSuite" -browserType="Chrome"Īnd it's still giving me the same error, even though now the tests are being created there.Ĭopy all reports to a temp folder, rename each xml with test case name and then copy it back to junit folder. UPDATE : I have revised my Windows shell code to the following C:


How can I fix this so that I can display test results from Jenkins?! I explicitly told it to generate test reports to : Reports/LoginSuite/*/JUnit_Report.xml. Upon later inspection, I found that, when Jenkins was running the Katalon tests, the JUnit_Report.xml file was actually getting created in the project's Reports folder, instead of at %JENKINS_HOME%\workspace\\Reports. I went ahead and copied the Reports folder structure from the project directory that I specified to the Jenkins workspace. In particular, this is the error message I keep getting : Recording test resultsĮRROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. I successfully setup Jenkins, created a new job for the Katalon testing, as per these instructions, but when I went to build it, I get failing builds. Yesterday, I wrote and ran a Katalon test suite, and today, I'm trying to integrate Katalon with Jenkins.
