Skip to content

Latest commit

 

History

History
73 lines (54 loc) · 2.13 KB

File metadata and controls

73 lines (54 loc) · 2.13 KB

Zephyr Squad Server Exporter

You can use this exporter to export your test cases from Zephyr Squad Server.

Download

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

How to use

  1. Configure connection in the zephyr.config.json file 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
  1. Run the exporter with the following command:
sudo chmod +x .\ZephyrSquadServerExporter
.\ZephyrSquadServerExporter
  1. Check the results in the folder specified in the resultPath parameter.

  2. Use the results in the 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.