Download the PHP package qase/codeception-reporter without Composer
On this page you can find all versions of the php package qase/codeception-reporter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download qase/codeception-reporter
More information about qase/codeception-reporter
Files in qase/codeception-reporter
Package codeception-reporter
Short Description Qase TMS Codeception reporter.
License Apache-2.0
Homepage https://qase.io
Informations about the package codeception-reporter
Qase TMS Codeception Reporter
Publish test results easily and efficiently.
Installation
To install the latest version, run:
Add the following lines to the codeception.yml
file:
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 example:
To execute Codeception tests and report them to Qase.io, run the command:
or, if configured in a script:
A test run will be created and accessible at:
https://app.qase.io/run/QASE_PROJECT_CODE
Configuration
Qase Codeception Reporter can be configured using:
- A separate configuration file qase.config.json.
- Environment variables (which override the values in the configuration file).
For a full list of configuration options, refer to the Configuration Reference.
Example qase.config.json
Requirements
We maintain the reporter on LTS versions of PHP.
- php >= 8.1
- codeception >= 5.2