Importing from TestRail
Importing cases from TestRail is extremely easy using our CLI tool. You can import cases from a TestRail compressed export file, and you can choose the project you would like to import those cases into.
To import cases from a TestRail export, run the following command to start our guided CLI tool:
npx @testifyapp/testrail-importer
You will be prompted to select the export file and to enter a Testify API key, and then you will be asked to select a project to import to. The export file should be an XML file from TestRail, and it should not be compressed.
After selecting a project, the import process will begin and you will see a progress bar as the cases are imported.
Don't worry if you close the CLI tool, starting it again will resume the import process (and skip any cases that have already been imported).