Skip to content

testit-tms/project-importer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Importer

You can use this Importer to import your test cases to Test IT.

Compatibility

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

Download

You can download the latest version of the Importer from the releases page.

How to use

  1. Configure connection in the tms.config.json file 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)
  1. Run the Importer with the following command:
sudo chmod +x .\Importer
.\Importer

Contributing

You 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.

License

Distributed under the Apache-2.0 License. See LICENSE for more information.

Coverage Status

About

Test IT official importer

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages