Get different execution results when I use Console Mode

Hello everyone,

When I execute the test suites I get the following results:

Using the browser option: Runs 67/67, Passed:35 Failures 27 Errors:5

Console mode: Runs 67/67 Passed 29, Failures 29, Errors: 32

Does the same thing happen to someone? I can not find the difference in results between both executions

I appreciate your help with this topic

thanks,

I get a similar issue with yours

when I execute the test suites I get the following result:

using cmd on window: run 3/3 ,pass 3,failed 0
command as below:
(katalon -noSplash -runMode=console -consoleLog -projectPath=“C:\Users\user\Katalon Studio\ciAPITest\test.prj” -retry=0 -testSuitePath=“Test Suites/TS_SmokeTest/TS_HappyFlow” -executionProfile=“default” -browserType=“Chrome”)

running Jenkins job on ubantu: run 1/1,pass 1 failed 0
command as below:
( cd /home/jenkins/workspace/project/Develop/katalon-testcase/ciAutoTest
katalon-execute.sh -browserType=“Chrome” -retry=0 -statusDelay=15 -reportFileName=“report” -testSuitePath=“Test Suites/TS_SmokeTest/TS_HappyFlow” )