On 19 Feb 2010, at 19:51, Francis Fish wrote: > Hi guys > > I've discovered that if I run script/cucumber it creates a file called > rerun.txt in my rails root. > > Annoyingly if this file is there it doesn't seem to do the tests properly on > subsequent runs. > > Is there something I've missed?
>From the cucumber list: On 18 Feb 2010, at 06:31, Mike Sassak wrote: > When cucumber is run with the options "--format rerun --out > rerun.txt", it writes a line to rerun.txt for every scenario that > failed during that run. Further runs of cucumber with those same > options will re-run only those scenarios that previously failed. This > is intended to encourage the good habit of not adding new scenarios to > a suite of features that already contains failing scenarios--to stay > out of the red as much as is possible--but unfortunately it can also > be confusing. C --- Caius Durling [email protected] +44 (0) 7960 268 100 http://caius.name/ -- You received this message because you are subscribed to the Google Groups "NWRUG" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nwrug-members?hl=en.
