/allure-php-commons2

Allure integrations for PHP test frameworks: Commons Module

Primary LanguagePHPApache License 2.0Apache-2.0

Allure PHP Commons

Version Build Type Coverage Psalm Level License

This repository contains PHP API for Allure framework. The main idea is to reuse this API when creating adapters for different test frameworks.

Getting started

In order to use this API you simply need to add the following to composer.json:

{
    "require": {
        "php": "^8",
        "allure-framework/allure-php-commons": "^2"
    }
}

Usage examples

See allure-phpunit project.