Hello, is there any easiest means to get the Execution Profile in the Reports (preference html report).
Duplicating requirement was already acknowledged, but not yet implemented.
Any progress?
1 Like
Work around …
import com.kms.katalon.core.configuration.RunConfiguration
import com.kms.katalon.core.util.KeywordUtil
KeywordUtil.logInfo(RunConfiguration.getExecutionProfile())
should this piece of code inserted into all test scripts?
Not necessary. You can add it to test listeners.
any hint how to implement this until we have the functionality available in Katalon?
You can read the doc of TestListener here
@huynguyen, @Jass Happy New Year
Do you have any update when this feature will be available?
Hello
This enhancement is expected to arrive in Quarter 2, 2021.
Jass
2 Likes
Thank you
@Jass, do you know if this enhancement already deployed?