https://github.com/smartbear/zephyr-scale-api-v1-examples
https://github.com/smartbear/zephyr-scale-api-v1-examples
open-source zephyr-scale
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/smartbear/zephyr-scale-api-v1-examples
- Owner: SmartBear
- Created: 2021-09-21T20:24:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-07-22T13:05:31.000Z (11 months ago)
- Last Synced: 2025-08-24T16:57:01.082Z (10 months ago)
- Topics: open-source, zephyr-scale
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 16
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Use case examples using the API v1 of Test Management for Jira
This repository has some usage examples of the API v1 of Test Management for Jira (Server).
## How to run examples
The examples are built using NodeJs. In order to run them, you need to install the modules listed in `package.json` file by running `npm install`. Then, you can run each example separately by opening a terminal and specifying the file you want to run, for example:
`node examples/createTestCasesFromIssues.js`
All examples are independent from each other, and they have no other dependencies apart from the ones listed on `package.json`.