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
Requires
- php: ^8
- ext-json: *
- doctrine/annotations: ^1.12
- psr/log: ^1
- ramsey/uuid: ^3 || ^4
Requires (Dev)
- jetbrains/phpstorm-attributes: ^1
- phpunit/phpunit: ^9.5.8
- psalm/plugin-phpunit: ^0.16.1
- squizlabs/php_codesniffer: ^3.6
- vimeo/psalm: ^4.9.3
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.