You can use this exporter to export your test cases from Zephyr Squad Server.
You can download the latest version of the ZephyrSquadServerExporter from the releases page.
- Configure connection in the
zephyr.config.jsonfile and save it in the ZephyrSquadServerExporter location.
{
"resultPath": "/Users/user01/Documents/importer",
"zephyr": {
"url": "https://jira.instance.ru",
"token": "MDc2MjIxNjVzNjg40OkJCA43J4AfsIRBXomRs8bKw81+D",
"projectKey": "PK"
}
}or
{
"resultPath": "/Users/user01/Documents/importer",
"zephyr": {
"url": "https://jira.instance.ru",
"login": "User",
"password": "pass",
"projectKey": "PK"
}
}Where:
- resultPath - path to the folder where the results will be saved
- zephyr.url - url to the Jira server with organization name
- zephyr.token - key for access to the Jira server
- zephyr.login - login to the Jira server
- zephyr.password - password to the Jira server
- zephyr.projectKey - key of the project in the Jira server
- Run the exporter with the following command:
sudo chmod +x .\ZephyrSquadServerExporter
.\ZephyrSquadServerExporter-
Check the results in the folder specified in the
resultPathparameter. -
Use the results in the importer.
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.
Distributed under the Apache-2.0 License. See LICENSE for more information.