Forum Discussion
richie
4 years agoCommunity Hero
Are you using composites or flat .xml files?
Jainsoumya
4 years agoContributor
composite
- MConneely4 years ago
Staff
Have you had a read through the complete documentation? That should hopefully answer most of your questions. If you are using Excel files, make sure your agent has access to them (access to network drive, stored in repo etc)
https://support.smartbear.com/readyapi/docs/integrations/azure/extension.html
Azure DevOps has some predefined variables that you can use.
$(Build.SourcesDirectory) is the local path on the agent where your source code files are downloaded, so you could use that for "Path to readyapi test project"
- sonya_m4 years ago
Alumni