PHP Package: codeception/module-phpbrowser

PHP library for browser testing with Codeception framework, simplifying automated web testing.

Current Version: 3.0.1
Last Updated: 2023-12-08
PHP Requirement: >=7.1
Dependencies: codeception/codeception, guzzlehttp/guzzle
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

The codeception/module-phpbrowser is a PHP library that provides a convenient way to perform browser testing within the Codeception framework. It offers a range of features to simplify automated web testing, making it easier to create and run tests for web applications. With this module, you can simulate user interactions, perform validations, and verify the behavior of web pages. Whether you are testing a simple website or a complex web application, the module-phpbrowser can help streamline your testing process and ensure the quality of your web projects.

🔗 View on GitHub

Download Latest Version: 3.0.1

Download Download v3.0.1

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-phpbrowser/3.0.1/autoload.php';

use Codeception\Module\PhpBrowser;
use GuzzleHttp\Client;


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