Hello. I’m new on the community.
Here I explain my problem, to see if someone can support me in its resolution.
I have a test suite collection that executes a few test suites. When I execute it locally runs ok, but when I execute the same command from Jenkins shows me this error.
Project ‘SANESPBCK2’ opened
com.kms.katalon.execution.exception.ExecutionException: Unable to execute test suite ‘Test Suites/Shakedown/TS_SANESPBCK2-CreateIssueAndApprove’
at com.kms.katalon.execution.launcher.TestSuiteCollectionConsoleLauncher.buildLauncher(TestSuiteCollectionConsoleLauncher.java:101)
at com.kms.katalon.execution.launcher.TestSuiteCollectionConsoleLauncher.buildSubLaunchers(TestSuiteCollectionConsoleLauncher.java:70)
at com.kms.katalon.execution.launcher.TestSuiteCollectionConsoleLauncher.newInstance(TestSuiteCollectionConsoleLauncher.java:52)
at com.kms.katalon.execution.console.entity.TestSuiteCollectionLauncherOptionParser.getConsoleLauncher(TestSuiteCollectionLauncherOptionParser.java:51)
at com.kms.katalon.execution.console.ConsoleExecutor.execute(ConsoleExecutor.java:75)
at com.kms.katalon.execution.console.ConsoleMain.launch(ConsoleMain.java:102)
at com.kms.katalon.console.application.Application.runConsole(Application.java:76)
at com.kms.katalon.core.application.Application.runConsole(Application.java:76)
at com.kms.katalon.core.application.Application.start(Application.java:59)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)
at org.eclipse.equinox.launcher.Main.run(Main.java:1519)
C:\Users\USER4\Documents\SOFT\Katalon_Studio_Windows_64-5.5>exit 2
Build step ‘Ejecutar un comando de Windows’ marked build as failure
Grabando resultados de tests
Finished: FAILURE
The command I execute is this.
katalon -noSplash -runMode=console -projectPath=“C:\home\user4\workspace\SANESPBCK2 - Katalon - Shakedown\SANESPBCK2\SANESPBCK2.prj” -retry=0 -testSuiteCollectionPath=“Test Suites/Shakedown/Shakedown”
If you need other information, please tell me. Thank you!
Best regards,
Esther Dekash