How to get Execution Profile in report?

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.

@huynguyen, @Jass

Any progress?

1 Like

@ziyaad.ellahee

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 :slight_smile:
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 :slight_smile:

@Jass, do you know if this enhancement already deployed?