remorhaz/allure-php-commons

Allure PHP commons

This package's canonical repository appears to be gone and the package has been frozen as a result.

2.0.0 2021-08-18 17:22 UTC

This package is auto-updated.

Last update: 2022-01-24 11:23:33 UTC


README

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-api": "^2"
    }
}

Usage examples

See allure-phpunit project.