Cucumber for PHP application

Jakub Arnold picture Jakub Arnold · Sep 7, 2009 · Viewed 11.3k times · Source

Is it possible to use Cucumber outside Rails? I'd like to start using it for testing some of my PHP applications, but I really don't know how to start.

Probably the easiest way would be creating a Rails project only to run Cucumber features, but that seems like to me as overkill.

What is the simplest way to set up Cucumber for testing a non-Rails application?

Answer

mikeymckay picture mikeymckay · Sep 17, 2009

Check out:

https://github.com/cucumber/cucumber/wiki/php

It is easy to use cucumber with PHP, even managing the database.