Read job ID to identify test run

Hi,

when running tests, there is a “job ID” displayed in the Job Progress tab, e.g. “Test Cases/Folder/Case - Firefox - 20190517_113244”

Every time I run the test, the number at the end gets incremented, so I assume that this can be used to identify the job.

It would be great if I could somehow access this job ID (read it) programmatically. Any ideas?

Regards
Volker

Report folder name is system timstamp YYYYMMDD_HHMMSS
you can get it program by using below code
import import com.kms.katalon.core.configuration.RunConfiguration

System.out.println(RunConfiguration.getReportFolder())

Output
2019-06-20 00:41:24.581 e[39mDEBUGe[0;39m e[36mtestcase.Add_To_PO -e[0;39m e[39m2: out.println(getReportFolder())e[0;39m
C:\Users\akyadawa\AppData\Local\Temp\Katalon\Test Cases\Synergy\Add_To_PO\20190620_004034

https://api-docs.katalon.com/com/kms/katalon/core/configuration/RunConfiguration.html#EXCUTION_SOURCE_ID