Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Xray-App/tutorial-test-case-importer
Tutorials for importing tests (e.g., from CSV) to Xray using Test Case Importer
https://github.com/Xray-App/tutorial-test-case-importer
csv import jira test-management testing xray
Last synced: 3 months ago
JSON representation
Tutorials for importing tests (e.g., from CSV) to Xray using Test Case Importer
- Host: GitHub
- URL: https://github.com/Xray-App/tutorial-test-case-importer
- Owner: Xray-App
- Created: 2022-03-17T09:34:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-03-21T10:08:43.000Z (over 2 years ago)
- Last Synced: 2024-05-07T18:06:03.585Z (7 months ago)
- Topics: csv, import, jira, test-management, testing, xray
- Homepage:
- Size: 13.7 KB
- Stars: 9
- Watchers: 5
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - Xray-App/tutorial-test-case-importer - Tutorials for importing tests (e.g., from CSV) to Xray using Test Case Importer (Others)
README
# Tutorials for importing tests to Xray using Test Case Importer
[![license](https://img.shields.io/badge/License-BSD%203--Clause-green.svg)](https://opensource.org/licenses/BSD-3-Clause)
[![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/Xray-App/community)## Overview
Here you can find the examples that showcase how to import Test Cases using the Test Case Importer tool available in [Xray Test Management](https://www.getxray.app/) on Jira. The format supported by Test Case Importer is slightly different depending on whether you're using Xray cloud or Xray server/DC.This code is divided into two directories with multiple examples that supports two tutorials:
- [./cloud](cloud) - If you are using the cloud version of Xray; detailed info in [Examples using Test Case Importer](https://docs.getxray.app/display/XRAYCLOUD/Examples+using+Test+Case+Importer)
- [./server](server) - If you are using the Server/DC version of Xray; detailed info in [Examples using Test Case Importer](https://docs.getxray.app/display/XRAY/Examples+using+Test+Case+Importer)## Prerequisites
In order to import tests you need to have a Jira instance with Xray installed and have the proper permissions; please check Xray documentation for more info.## Running
All the files in this repository can be imported through the Test Case Importer. Please make sure you chose files from the correct Xray deployment type (cloud or server/DC).## Contact
Any questions related with this code, please raise issues in this GitHub project. Feel free to contribute and submit PR's.
For Xray specific questions, please contact [Xray's support team](https://jira.getxray.app/servicedesk/customer/portal/2).## References
Xray Cloud:
- [Importing Tests using Test Case Importer](https://docs.getxray.app/display/XRAYCLOUD/Importing+Tests+using+Test+Case+Importer)
- [Tutorial showcasing some examples for Test Case Importer](https://docs.getxray.app/display/XRAYCLOUD/Examples+using+Test+Case+Importer)Xray server/DC:
- [Importing test cases using Text Case Importer](https://docs.getxray.app/display/XRAY/Importing+test+cases+using+Test+Case+Importer)
- [Tutorial showcasing some examples for Test Case Importer](https://docs.getxray.app/display/XRAY/Examples+using+Test+Case+Importer)## LICENSE
[BSD 3-Clause](LICENSE)