Hi,
Within project settings in Katalon Studio I’ve configured that after running a test suite execution a report is being emailed.
Specifically for mobile testing I’m looking for a way to integrate some variables within the mail template.
When running a test on a certain OS version, f.e. Android 8.1.0, I would like to integrate the corresponding variables mentioning the OS type and version within the mail template.
I’ve observed in the event log of the test execution these variables are retrieved:
platformName(this displays the mobile OS, f.i. Android or iOS)platformVersion(this displays the version of the mobile OS, f.i. Android 8.1.0 or iOS 12.3.1)deviceOS(this displays the mobile OS, f.i. Android or iOS)deviceOSVersion(this displays the version of the mobile OS, f.i. Android 8.1.0 or iOS 12.3.1)
I’ve tried to configure the above mentioned values within the mail template but this results in an error message, see example below
Has anyone achieved to implement these variables within the mail template?

