Hi guys, so Test Suites are no longer being recognized while running Katalon from the command line. Everything was working fine until this afternoon.
Version: Katalon Studio Enterprise 7.2.1
OS : Windows 10
-
Logs are below, but noteworthy is: Test suite ‘’{0}’’ has no test case to execute.
-
I remember this being a bug in an earlier version - that was fixed with an update.
-
I’ve updated the browser drivers to the latest versions.
-
I’ve added
--config -webui.autoUpdateDrivers=true
to the Katalon cmd -
Cmd used:
cd C:\Program Files (x86)\Katalon_Studio_Engine_Windows_64-7.2.1 & katalonc -noSplash -runMode=console -projectPath="C:\Users\XXXXXX\Katalon Studio\XXXX\XXXXX.prj" -retry=0 -testSuiteCollectionPath="Test Suites/gui-tests" -apiKey="XXXXX-XXXX-XXX-XXXXX-XXXXX" --config -webui.autoUpdateDrivers=true'
Could anyone shed some light on this issue for me - thanks so much =)
Start reloading plugins...
Katalon version: 7.2.1
Plugin info URL: https://store.katalon.com/api/products/ks?appVersion=7.2.1&appType=ENGINE&licenseType=TRIAL
Start check license task
chromedriver is located at default location: C:\Program Files (x86)\Katalon_Studio_Engine_Windows_64-7.2.1\configuration\resources\drivers\chromedriver_win32\chromedriver.exe. In case your browser is updated to a newer version, please use this command to update chromdriver: --config -webui.autoUpdateDrivers=true
chromedriver is located at default location: C:\Program Files (x86)\Katalon_Studio_Engine_Windows_64-7.2.1\configuration\resources\drivers\chromedriver_win32\chromedriver.exe. In case your browser is updated to a newer version, please use this command to update chromdriver: --config -webui.autoUpdateDrivers=true
chromedriver is located at default location: C:\Program Files (x86)\Katalon_Studio_Engine_Windows_64-7.2.1\configuration\resources\drivers\chromedriver_win32\chromedriver.exe. In case your browser is updated to a newer version, please use this command to update chromdriver: --config -webui.autoUpdateDrivers=true
chromedriver is located at default location: C:\Program Files (x86)\Katalon_Studio_Engine_Windows_64-7.2.1\configuration\resources\drivers\chromedriver_win32\chromedriver.exe. In case your browser is updated to a newer version, please use this command to update chromdriver: --config -webui.autoUpdateDrivers=true
chromedriver is located at default location: C:\Program Files (x86)\Katalon_Studio_Engine_Windows_64-7.2.1\configuration\resources\drivers\chromedriver_win32\chromedriver.exe. In case your browser is updated to a newer version, please use this command to update chromdriver: --config -webui.autoUpdateDrivers=true
chromedriver is located at default location: C:\Program Files (x86)\Katalon_Studio_Engine_Windows_64-7.2.1\configuration\resources\drivers\chromedriver_win32\chromedriver.exe. In case your browser is updated to a newer version, please use this command to update chromdriver: --config -webui.autoUpdateDrivers=true
chromedriver is located at default location: C:\Program Files (x86)\Katalon_Studio_Engine_Windows_64-7.2.1\configuration\resources\drivers\chromedriver_win32\chromedriver.exe. In case your browser is updated to a newer version, please use this command to update chromdriver: --config -webui.autoUpdateDrivers=true
com.kms.katalon.execution.exception.ExecutionException: Test suite ''{0}'' has no test case to execute. Please check again.
at com.kms.katalon.execution.launcher.TestSuiteCollectionConsoleLauncher.buildSubLaunchers(TestSuiteCollectionConsoleLauncher.java:124)
at com.kms.katalon.execution.launcher.TestSuiteCollectionConsoleLauncher.newInstance(TestSuiteCollectionConsoleLauncher.java:65)
at com.kms.katalon.execution.console.entity.TestSuiteCollectionLauncherOptionParser.getConsoleLauncher(TestSuiteCollectionLauncherOptionParser.java:56)
at com.kms.katalon.execution.console.ConsoleExecutor.execute(ConsoleExecutor.java:74)
at com.kms.katalon.execution.console.ConsoleMain.launch(ConsoleMain.java:314)
at com.kms.katalon.console.application.Application.runConsole(Application.java:71)
at com.kms.katalon.core.application.Application.runConsole(Application.java:99)
at com.kms.katalon.core.application.Application.start(Application.java:74)
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)
All launchers terminated