https://github.com/qase-tms/qase-go
Qase TMS Go SDK
https://github.com/qase-tms/qase-go
client go http qase reporters tms
Last synced: 3 months ago
JSON representation
Qase TMS Go SDK
- Host: GitHub
- URL: https://github.com/qase-tms/qase-go
- Owner: qase-tms
- License: apache-2.0
- Created: 2021-10-20T06:44:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-02-12T14:45:56.000Z (over 1 year ago)
- Last Synced: 2025-03-28T07:41:29.374Z (about 1 year ago)
- Topics: client, go, http, qase, reporters, tms
- Language: Go
- Homepage: https://go.qase.io
- Size: 433 KB
- Stars: 2
- Watchers: 7
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Qase TestOps Reporters for Go
Monorepo containing Qase TestOps integration tools for Go testing frameworks. This repository includes reporters and API clients designed to streamline the process of reporting test results to Qase TestOps.
## Projects Overview
### Core SDK
* **[qase-go](pkg/qase-go)**
Main Go SDK package providing comprehensive tools for integrating Go applications with Qase TestOps. Includes domain models, reporters, and testing utilities.
### API Clients
* **[qase-api-client](/qase-api-client)**
Official client for interacting with the Qase TestOps API (v1). Recommended for most use cases.
* **[qase-api-v2-client](/qase-api-v2-client)**
API client supporting the new Qase TestOps API (v2). Use this client for projects leveraging the latest API features.
### Examples
* **[examples/go](/examples/go)**
Comprehensive examples demonstrating SDK usage, including basic integration, multi-package testing, and advanced configuration scenarios.