[rspec-users] Run cucumber on a different DB than test?
Forrest Chang
fkchang2000 at yahoo.com
Fri Feb 27 14:56:27 EST 2009
----- Original Message ----
> Date: Fri, 27 Feb 2009 16:41:53 +0000
> From: Matt Wynne
> Please let me know how you get on running them in parallel for CI, as
> I'd also like to do this. At the moment we just use the two
> environments for faster feedback when we're regressions testing
> locally. How are you thinking about collecting the results, for
> example? Piping them to separate files?
>
I have 2 projects in cc.rb. Each is the same codebase but runs a different target, so when a git change is pushed, they both kick off in parallel.
I was going to put html output into the custom build artifacts, and possibly making a 3rd page to put all the results on one page.
Forrest
More information about the rspec-users
mailing list