PHP Package: codeception/module-sequence

PHP library for managing test sequence execution in Codeception framework efficiently and effectively with built-in features for test order control.

Current Version: 3.0.0
Last Updated: 2022-05-31
PHP Requirement: >=7.1
Dependencies: codeception/codeception, codeception/module-asserts
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

The codeception/module-sequence PHP library offers a comprehensive solution for organizing and executing test sequences in the Codeception testing framework. With advanced features like customizable test order control and seamless integration, this module enhances the testing workflow, ensuring reliable and efficient testing processes. It simplifies the management of test sequences, allowing developers to focus on writing high-quality tests and analyzing results effectively.

🔗 View on GitHub

Download Latest Version: 3.0.0

Clock Coming soon

Code Integration Example

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

<?php

// Example from PHPlibraries.com
require_once 'libs/codeception/module-sequence/3.0.0/autoload.php';

use Codeception\Module\Sequence;
use Codeception\Module\Asserts;
use Codeception\Module\PhpBrowser;


$obj = new Codeception\Module\Sequence();
echo "✅ Example created successfully.";

?>

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