rajs2020
5 years agoFrequent Contributor
Organizing projects in ReadyAPI - Importing folders ?
I have a repository of projects which are organized into folders. Only the innermost folders contain ReadyAPI projects. I would like to maintain the same folder structure in ReadyAPI by "importing" t...
- 5 years ago
Hi rajs2020,
ReadyAPI does not allow customizing the project files hierarchy.
The tool can store a project in a single file or split a project into several files so each team member can work on this project at the same time. In the latter case, we speak of a composite project, its structure is strictly defined and cannot be changed in a free way:
https://support.smartbear.com/readyapi/docs/integrations/git/project-structure.htmlTo import a simple project, you need to specify the .xml project file. In the case of a composite project, its root folder storing all other project files must be pointed out:
https://support.smartbear.com/readyapi/docs/projects/import.htmlHow does it help?