PHPackages                             qase/codeception-reporter - 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. qase/codeception-reporter

ActiveLibrary

qase/codeception-reporter
=========================

Qase TMS Codeception reporter.

2.1.4(3mo ago)42.6k↓26.8%2Apache-2.0PHPPHP ^8.0

Since May 19Pushed 3mo ago4 watchersCompare

[ Source](https://github.com/qase-tms/qase-codeception)[ Packagist](https://packagist.org/packages/qase/codeception-reporter)[ Docs](https://qase.io)[ RSS](/packages/qase-codeception-reporter/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (16)Used By (0)

Qase TMS Codeception Reporter
=============================

[](#qase-tms-codeception-reporter)

Publish test results easily and efficiently.

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

[](#installation)

To install the latest version, run:

```
composer require qase/codeception-reporter
```

Add the following lines to the `codeception.yml` file:

```
...
extensions:
        enabled:
        - Codeception\Extension\RunFailed
        - Qase\Codeception\Reporter
```

Getting Started
---------------

[](#getting-started)

The Codeception reporter can auto-generate test cases and suites based on your test data. Test results of subsequent test runs will match the same test cases as long as their names and file paths don’t change.

You can also annotate tests with the IDs of existing test cases from Qase.io before executing them. This is a more reliable way to bind automated tests to test cases, ensuring they persist when you rename, move, or parameterize your tests.

For more information, see the [Usage Guide](docs/usage.md).

For example:

```
