Download the PHP package allure-framework/allure-php-commons without Composer
On this page you can find all versions of the php package allure-framework/allure-php-commons. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download allure-framework/allure-php-commons
More information about allure-framework/allure-php-commons
Files in allure-framework/allure-php-commons
Package allure-php-commons
Short Description Allure PHP commons
License Apache-2.0
Homepage http://allure.qatools.ru/
Informations about the package allure-php-commons
Allure PHP Commons
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:
Custom attributes
You can easily implement custom attributes and use them with your test framework. In most cases you would like
to implement Qameta\Allure\Attribute\AttributeSetInterface
that allows to set several attributes at once:
You can also implement particular attribute interfaces instead of using one of the standard implementations:
Qameta\Allure\Attribute\DescriptionInterface
Qameta\Allure\Attribute\DisplayNameInterface
Qameta\Allure\Attribute\LabelInterface
Qameta\Allure\Attribute\LinkInterface
Qameta\Allure\Attribute\ParameterInterface
Other usage examples
See allure-phpunit and allure-codeception projects.
All versions of allure-php-commons with dependencies
ext-json Version *
doctrine/annotations Version ^1.12 || ^2
psr/log Version ^1 || ^2 || ^3
ramsey/uuid Version ^3 || ^4