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)1801MITPHPPHP ^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 1mo ago

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

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

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

1571d 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

[magento/magento2-functional-testing-framework

Magento2 Functional Testing Framework

15511.5M30](/packages/magento-magento2-functional-testing-framework)[captbaritone/mailcatcher-codeception-module

Test emails in your Codeception acceptance tests

1114.5M10](/packages/captbaritone-mailcatcher-codeception-module)[mlambley/swagception

Validate your API against Swagger 2.0 using Codeception

4629.4k1](/packages/mlambley-swagception)[docler-labs/codeception-slim-module

Codeception Module for Slim framework.

13178.0k1](/packages/docler-labs-codeception-slim-module)[whatdafox/codeception-mailtrap

Mailtrap module for Codeception

1545.0k](/packages/whatdafox-codeception-mailtrap)[kolyunya/codeception-markup-validator

Markup validator module for Codeception.

1413.8k3](/packages/kolyunya-codeception-markup-validator)

PHPackages © 2026

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