PHP Package: allure-framework/allure-phpunit

Allure PHP library for PHPUnit integration providing advanced reporting features for test results visualization.

Current Version: 3.0.1
Last Updated: 2023-11-10
PHP Requirement: ~8.1.0 || ~8.2.0 || ~8.3.0
Dependencies:
allure-framework/allure-php-commons
phpunit/phpunit
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Allure PHPUnit is a PHP library that seamlessly integrates with PHPUnit, offering enhanced reporting capabilities for visualizing test results. With detailed insights and interactive reports, it facilitates comprehensive test analysis and quality assurance processes, ultimately streamlining development workflows and ensuring optimal code quality.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.1.0

Clock Coming soon

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/allure-framework/allure-phpunit/3.1.0/loader.php';
require_once 'libs/allure-framework/allure-php-commons/{lib_version}/loader.php';
require_once 'libs/sebastianbergmann/phpunit/12.1.5/loader.php';

use Allure\PHPUnit\Listener\AllureListener;

$obj = new AllureListener();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.