How to run rake cucumber:wip with zeus?

213 views Asked by At

For my Rails app, I use zeus to speed up development.

For my first feature/scenario, I used zeus cucumber which worked perfectly, but now I have 2 features and I wanted to be able to test only the second feature.

Before using zeus, I used to test with rake cucumber:ok or rake cucumber:wip

So now, I want to run rake cucumber:wip with zeus

I tried zeus cucumber:wip but it's not working:

Could not find command "cucumber:wip"

Anyone can help me ?

1

There are 1 answers

1
Tibastral On BEST ANSWER

zeus cucumber --profile wip is the only way to launch cucumber with the real fastness of zeus.