Hi all,
I encounter an issue when running an execution schedule on Circle CI using Katalon TestOps. It results in a failure with the following error message:
“Unexpected argument(s): server-url, kre-image-tag, job-info, agent-config, agent-download-link.”
Did you look at the Katalon example project for integration with circleci?
Their " Set up CircleCI test environments for TestOps" docs link to the following github repo
All the arguments listed in that error message are meant to be parameters that you config.yml is expected to accept. If you do not have the complete parameter list as shown in the example you can expect circleci to throw an error as it is being passed ‘Unexpected arguments’