Posts Tagged ‘features’

Cucumber, autotest and growl

Using cucumber and bdd is just fun. Shoulda have used it earlier … Sorry, I need to write that
When you use cucumber (at the beginning) you always have to run

cucumber features

in your console to run all your features. Or you specify one by running

cucumber features/session.feature

There are some more ways but have a look [...]