Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Project:
Codeception Introduces ZombieJs and Selenium2 Support
May 31, 2012 @ 17:13:49

Codeception, the PHP BDD (behavior-driven development) testing tool has announced some new features including newly updated documentation and support for Selenium2 and ZobmieJS.

Tools like ZombieJS, (PhantomJS, and more) are built in order to run tests without a browser. And so they are called headless. They don't require a browser window to start, they don't show any interactions on screen.

They briefly mention the "delay" option that's been introduced to allow for manual delays to be put into your code. You can find out more about this testing tool from its main project page or by just jumping in and reading through the docs. (You can also find the full code over on github.)

tagged: codeception zonbiejs selenium2 release project

Link:


Trending Topics: