How do I generate html/other reports when using Build CMD?

Windows 7
Katalon Studio, Version: 6.2.0, Build: 1
Basic Report plugin installed

Hi Folks,

I generated the following command with Katalon Studio.

The test(s) run as expected, but no reports are created in the reportFolder.

The reports display as expected when running the test(s) through the test suite(s).

Am I doing something wrong?

I used this link for my trouble-shooting but could not find a solution.
https://docs.katalon.com/katalon-studio/docs/console-mode-execution.html#execute-katalon-in-cmd

CD C:\Users\dave\Desktop\Katalon_Studio_Windows_64-6.2.0
katalon -reportFolder= "C:\Users\dave\Downloads" -reportFileName= "Report.html" -noSplash  -runMode=console -consoleLog -projectPath="C:\Users\dave\Desktop\Projects\02_INVESTOR\02_INVESTOR.prj" -retry=0 -testSuitePath="Test Suites/Staging_Smoke_Tests/CMD_check" -executionProfile="default" -browserType="Chrome"

The following files do display…
image

Reports display when run from test suite:
image

1 Like

Please add the Store’s apiKey to the command.

Thanks, adding the API key worked.

Best regards,
Dave

1 Like