An open API service indexing awesome lists of open source software.

https://github.com/qase-tms/qase-php

Qase TMS PHP SDK.
https://github.com/qase-tms/qase-php

monorepo php qase sdk tms

Last synced: 4 months ago
JSON representation

Qase TMS PHP SDK.

Awesome Lists containing this project

README

          

# [Qase TestOps](https://qase.io) Reporters for PHP

This monorepo provides integration tools for PHP testing frameworks, enabling seamless reporting of test results
to [Qase TestOps](https://qase.io). It includes reporters, shared libraries, and API clients designed to enhance test
automation workflows.

## Projects Overview

### 🚀 Reporters

- **[qase-phpunit](https://github.com/qase-tms/qase-phpunit)**
A dedicated reporter for PHPUnit with built-in support for Paratest, ensuring smooth test execution and result
tracking.

### 📦 Libraries

- **[qase-php-commons](https://github.com/qase-tms/qase-php-commons)**
A shared library containing essential components and utilities for Qase reporters, helping to maintain consistency
across integrations.

### 🔗 API Clients

- **[qase-api-client](https://github.com/qase-tms/qase-api-client)**
The official client for interacting with Qase TestOps API (v1). Recommended for most applications requiring stable API
integration.

- **[qase-api-v2-client](https://github.com/qase-tms/qase-api-v2-client)**
A next-generation API client supporting Qase TestOps API (v2). Ideal for projects utilizing the latest API
capabilities and features.