TestEngine The supplied file is not a valid ReadyAPI project.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2021
12:51 PM
06-24-2021
12:51 PM
TestEngine The supplied file is not a valid ReadyAPI project.
I've followed the docs to send a composite project to TestEngine from GitLab. But I'm getting The supplied file is not a valid ReadyAPI project..
The docs say I need to package the repo into a zip. Which I've done in the container. I've verified the zip is correct by unzipping it in the container.
I'm pushing with curl as specified with this command.
- curl
- -u
- "admin:password"
- --data-binary
- zipped/tests.zip
- -H
- "Content-Type: application/zip"
- -X
- POST
But I get: {"code":400,"message":"The supplied file is not a valid ReadyAPI project."} returned. Is there some setting of config piece i'm missing here?
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2021
03:32 AM
06-25-2021
03:32 AM
Missed the @
