2017 © Pedro Peláez
 

library browser

PHP browser implementation for automated application testing

image

brick/browser

PHP browser implementation for automated application testing

  • Thursday, May 31, 2018
  • by BenMorel
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Brick\Browser

, (*1)

A PHP browser implementation for automated testing., (*2)

Build Status Coverage Status Latest Stable Version License, (*3)

Introduction

With an API inspired by Selenium, this PHP browser implementation allows fast automated testing of a PHP application. It lack many features of a real browser: it doesn't load external resources, and doesn't execute JavaScript. However, it allows your tests to browse from page to page by clicking elements and submitting forms, and check the result (URL, status code, page contents). If you don't need all the features of a real browser, this is a much faster alternative to Selenium., (*4)

Installation

This library is installable via Composer:, (*5)

composer require brick/browser

Requirements

This library requires PHP 7.1 or later., (*6)

The Versions

31/05 2018

dev-master

9999999-dev

PHP browser implementation for automated application testing

  Sources   Download

MIT

The Requires

 

The Development Requires

browser brick

08/11 2017

0.1.1

0.1.1.0

PHP browser implementation for automated application testing

  Sources   Download

MIT

The Requires

 

The Development Requires

browser brick

08/11 2017

0.1.0

0.1.0.0

PHP browser implementation for automated application testing

  Sources   Download

MIT

The Requires

 

The Development Requires

browser brick