Add "ignore" tag

It would be useful to add something like an “ignore” tag, so the intermediate tests either don’t get uploaded to analytics or they are excluded from the “Status”, “Performance” and “Executions” dashboards.

That way tests that don’t add information about the product do not interfere with the useful stuff.

1 Like

Maybe this could be done by adding the option to not upload the report to analytics dependent on the execution profile. For example:

if (RunConfiguration.getExecutionProfile() == 'Sandbox') {
        uploadToAnalytics = false
} 

Hi @Mate Mrse,

Thank you for sharing your feedback with us. The request has been logged and the team will review it for consideration.

We appreciate your input to improve Katalon Studio!

Best,
Liam