You can use this Importer to import your test cases to Test IT.
| Test IT | Importer |
|---|---|
| 5.3 | 2.2.0-TMS-5.3 |
| 5.4 | 2.2.0-TMS-5.4.1 |
| 5.5 | 2.2.2-TMS-5.5 |
| 5.6 | 2.2.6-TMS-5.6 |
| Cloud | 2.2.6 |
Note: you can find versions for TMS before 5.3 release there
You can download the latest version of the Importer from the releases page.
- Configure connection in the
tms.config.jsonfile and save it in the Importer location.
{
"resultPath" : "/Users/user01/Documents/importer",
"tms" : {
"url" : "https://testit.software/",
"privateToken" : "cmZzWDkYTfBvNvVMcXhzN3Vy",
"certValidation" : true,
"importToExistingProject" : false,
"projectName" : "CustomProjectName",
"timeout": 600
}
}Where:
- resultPath - path to the folder where the results will be saved
- tms.url - url to the Test IT server
- tms.privateToken - token for access to the Test IT server
- tms.certValidation - enable/disable certificate validation (Default value - true)
- tms.importToExistingProject - enable/disable import to existing project in the Test IT server (Default value - false)
- tms.projectName - custom name of the project in the Test IT server (Default value - name of the project in the export system)
- tms.timeout - timeout for clients in seconds, default - 10 minutes (600)
- Run the Importer with the following command:
sudo chmod +x .\Importer
.\ImporterYou can help to develop the project. Any contributions are greatly appreciated.
- If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or create a direct pull request after you edit the README.md file with necessary changes.
- Make sure to check your spelling and grammar.
- Create individual PR for each suggestion.
- Read the Code Of Conduct before posting your first idea as well.
Distributed under the Apache-2.0 License. See LICENSE for more information.