PHPackages                             skyeng/codeception-qase-integation - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Testing &amp; Quality](/categories/testing)
4. /
5. skyeng/codeception-qase-integation

ActiveLibrary[Testing &amp; Quality](/categories/testing)

skyeng/codeception-qase-integation
==================================

codeception extension for QASE.io

1.0.0(4y ago)1807MITPHPPHP ^7.4 || ^8.0

Since Jan 28Pushed 4y ago4 watchersCompare

[ Source](https://github.com/skyeng/codeception-qase-integration)[ Packagist](https://packagist.org/packages/skyeng/codeception-qase-integation)[ RSS](/packages/skyeng-codeception-qase-integation/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (2)Used By (0)

Codeception QASE Integration
============================

[](#codeception-qase-integration)

This [Codeception](https://codeception.com) extension provides functionality for tests to report results to [QASE](https://qase.io/) using the [HTTP API](https://developers.qase.io/docs).

**Note:** The extension currently only supports the `Cest` Codeception test format. It cannot report PHPUnit or `Cept`tests.

Installation
------------

[](#installation)

```
composer require --dev skyeng/codeception-qase-integation:^1.0.0

```

Configuration:
--------------

[](#configuration)

Please configure your extension with parameters like `enabled`, `token`, and more. These can vary from environment to environment.

```
extensions:
  enabled:
    - Skyeng\Codeception\Qase\QaseExtension
  config:
    Skyeng\Codeception\Qase\QaseExtension:
      enabled: "%QASE_ENABLE%"
      token: "%QASE_TOKEN%"
      project: "%QASE_PROJECT%"
```

Tests
-----

[](#tests)

All you need to do is to define what Codeception test equals what QASE test. Do this, by simply appending a new annotation to your tests. The extension will now automatically look for this annotation, and send the test result of this ID to the Test Run.

```
 /**
  * @qase-case 42
  */
 public function testMyProcess(...)
 {
     ...
 }
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1617d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d63d8a30a39bf4313934690e91ef8236bff6dde9d4a6422251595dc411299349?d=identicon)[Skyeng](/maintainers/Skyeng)

---

Top Contributors

[![Argentum88](https://avatars.githubusercontent.com/u/3277236?v=4)](https://github.com/Argentum88 "Argentum88 (1 commits)")

### Embed Badge

![Health badge](/badges/skyeng-codeception-qase-integation/health.svg)

```
[![Health](https://phpackages.com/badges/skyeng-codeception-qase-integation/health.svg)](https://phpackages.com/packages/skyeng-codeception-qase-integation)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[magento/magento2-functional-testing-framework

Magento2 Functional Testing Framework

15312.0M36](/packages/magento-magento2-functional-testing-framework)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
