PHP Package: allure-framework/allure-codeception

Allure Codeception is a PHP library that integrates Allure Framework with Codeception for advanced test reporting and visualization capabilities.

Current Version: 2.4.0
Last Updated: 2024-05-28
PHP Requirement: ^8
Dependencies:
codeception/codeception
allure-framework/allure-php-commons
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Allure Codeception is a powerful PHP library that seamlessly integrates the Allure Framework with Codeception, providing rich and interactive test reporting features. It enhances test automation projects by offering detailed test execution reports, visual representations, and historical data to improve testing efficiency and quality.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.4.0

Download Download v2.4.0

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-codeception/2.4.0/loader.php';
require_once 'libs/codeception/codeception/5.2.1/loader.php';
require_once 'libs/allure-framework/allure-php-commons/{lib_version}/loader.php';

use AllureCodeception\AllureCodeception;

$obj = new AllureCodeception();
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.