Does Katalon allow for reflection from CI Build Application?

In order to allow test execution to multiple environments the definition of the environment (accounts, endpoints, URLs, data) should be based on the defined environment from the CI build application (JenkinsCI, TravicCI, CircleCI). I do not see how YAML or other types of properties and profiles can be passed into the projects.

3 Likes

Does Katalon studio support circle CI for continuous integration?

My approach was this:

You can write “katalon.properites” file and let Katalon Studio read it using a Custom Java Class in the TestListener#setupTestSuite event handler.