[Console ] Add -Executionprofile to test suite collection in console mode execution

Hey everyone!

The title says it all, I’d like to be able to set my execution profile while running a command line that runs a test suite collection of mine. The global variable’s I am using contain site urls that I’d like to change.

Example: -executionprofile=“Development” / -executionprofile=“Release”

I am not entirely sure if this is even possible, I’d like to hear if it is possible and if so, how you managed to get it to work.

Thanks in advance!

Hello Funkey,

Of course you can! Execution profile is supported starting from version 5.4. You can read more about the tutorial here. Bonus the command syntax for console mode execution in Katalon Studio.

Jass