Forum Discussion

portalaxles's avatar
portalaxles
Occasional Contributor
3 years ago

Make a curl call to TestEngine from a GitLab Runner? Anyone have any luck with this? ...

I have a ReadyAPI project and Excel data file in a .zip that I can run from a PC using curl with no problems, it works fine.

But now I have the .zip in our GitLab in its own repo. I have a valid .gitlab-ci.yml file that executes when a make a change in the project.

But I'd like to run that curl command to send my project .zip file to TestEngine but not sure how. What kind of command string should I be using in my gitlab-ci.yml file to do this? How can I pass the .zip in that repo to TestEngine from the GitLab Runner?

Thanks very much in advance!

No RepliesBe the first to reply