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.
- Host: GitHub
- URL: https://github.com/mmtdigital/testingbot-webdriver-phpunit
- Owner: MMTDigital
- Created: 2013-03-22T15:32:02.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-22T15:50:42.000Z (over 13 years ago)
- Last Synced: 2025-10-24T15:38:56.047Z (8 months ago)
- Size: 109 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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