chuyskywalker / php-selenese

Directly run Selenese HTML tests via php-webdriver
7 stars 4 forks source link

php-selense

Directly run Selenese HTML tests via php-webdriver.

The idea is: toss a Selenese HTML test at this script, kick up a phantomjs instance, extract the test, interpret it, run it, return a run report, and cleanup after itself.

This script relies on two important projects:

That said, the PhantomJS part is NOT required, I just think it's the fastest way to get the test run, you can very easily, instead, point your webdriver at any other Selenium 2 server of your choice.

Clearly this project is currently in a significantly early stage of life. If you're interested in helping, the most pressing task is going to be the lib/Selenese/Command folder where all Selenese commands need to be created and converted over to webdriver commands.

There's still a bit to do with error handling and lots of other things, like options, and...other stuff, I'm sure :)


There are some other options out there too, if you are curious: