PHP Package: codeception/lib-web

A PHP library for web testing automation with Codeception framework, providing powerful features for efficient testing workflows.

Current Version: 1.0.7
Last Updated: 2025-02-23
PHP Requirement: >=7.1
Dependencies: codeception/codeception, guzzlehttp/guzzle, phpunit/phpunit
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Lib-web is a versatile PHP library designed to streamline web testing processes within the Codeception framework. With robust functionalities and seamless integration capabilities, it empowers developers to create comprehensive and reliable test suites for web applications. From browser automation to data-driven testing, Lib-web offers a comprehensive solution for ensuring the quality and performance of web projects.

🔗 View on GitHub

Download Latest Version: 1.0.7

Download Download v1.0.7

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/lib-web/1.0.7/autoload.php';

use Codeception\LibWeb\WebTester;
use GuzzleHttp\Client;
use PHPUnit\Framework\TestCase;


$obj = new Codeception\LibWeb\WebTester();
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.