Using Capybara with Capybara-Webkit and Cucumber allows behaviour driven testing that runs a browser proper in a similar manner to Selenium but headlessly. Most people using … Read more
Tag: BDD
Using Laravel: first impressions of a PHP framework
Our team recently faced a typical (PHP) developer problem: build a simple app in a few days that’s good-looking and feature-rich enough to convince your … Read more
Working with Behat
Here in the webteam we have been moving towards including an automated test suite to every piece of work that we produce. We have focused … Read more
Migrating to Behat 2.x
Today I needed to pick up a project that a colleague had written and make modifications. Like a good developer should, he had written tests … Read more
Behat/Sahi and Firefox 5 on Mac OS X
I had problems getting Sahi to work properly with Firefox 5 when using it with Behat to perform in-browser testing on Mac OS X. Moving … Read more