An open API service indexing awesome lists of open source software.

https://github.com/mmtdigital/testingbot-webdriver-phpunit

A library for using WebDriver based selenium tests in php with TestingBot.
https://github.com/mmtdigital/testingbot-webdriver-phpunit

Last synced: 4 months ago
JSON representation

A library for using WebDriver based selenium tests in php with TestingBot.

Awesome Lists containing this project

README

          

testingbot-webdriver-phpunit
============================

A library for using WebDriver based selenium tests in php with TestingBot.

There are a few requirements:

- PHPUnit, installed from http://pear.phpunit.de using the pear install.
- The PHPUnit_Selenium package that can also be installed from http://pear.phpunit.de
- Finally installing the TestingBot pear package and running the setup script included.

TestingBot have a guide to get most of the requirements installed, which is located here:
http://testingbot.com/support/getting-started/php.html