Download the PHP package allure-framework/allure-php-api without Composer
On this page you can find all versions of the php package allure-framework/allure-php-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download allure-framework/allure-php-api
More information about allure-framework/allure-php-api
Files in allure-framework/allure-php-api
Download allure-framework/allure-php-api
More information about allure-framework/allure-php-api
Files in allure-framework/allure-php-api
Vendor allure-framework
Package allure-php-api
Short Description Allure PHP commons
License Apache-2.0
Homepage https://allurereport.org/
Package allure-php-api
Short Description Allure PHP commons
License Apache-2.0
Homepage https://allurereport.org/
Please rate this library. Is it a good library?
Informations about the package allure-php-api
Allure PHP API (maintenance)
This project is in Maintenance mode. The new version of PHP API is available https://github.com/allure-framework/allure-php-commons2 .
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:
Basic usage idiom is to fire an event like the following:
Events
The following events are available right now:
- AddAttachmentEvent
- AddParameterEvent
- ClearStepStorageEvent
- ClearTestCaseStorageEvent
- RemoveAttachmentsEvent
- StepCanceledEvent
- StepEvent
- StepFailedEvent
- StepFinishedEvent
- StepStartedEvent
- TestCaseBrokenEvent
- TestCaseCanceledEvent
- TestCaseEvent
- TestCaseFailedEvent
- TestCaseFinishedEvent
- TestCasePendingEvent
- TestCaseStartedEvent
- TestCaseStatusChangedEvent
- TestSuiteEvent
- TestSuiteFinishedEvent
- TestSuiteStartedEvent
Usage examples
See allure-phpunit project.
All versions of allure-php-api with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1.3
jms/serializer Version ^1 | ^2 | ^3
ramsey/uuid Version ^3 | ^4
symfony/mime Version ^4.3 | ^5
doctrine/annotations Version 1.*
jms/serializer Version ^1 | ^2 | ^3
ramsey/uuid Version ^3 | ^4
symfony/mime Version ^4.3 | ^5
doctrine/annotations Version 1.*
The package allure-framework/allure-php-api contains the following files
Loading the files please wait ....