Driving Large Scale, Multi-Language Development With Cucumber
We use Cucumber to drive the development of our entire stack. Currently, this consists of 3 Java applications and a Rails application that interact with MySQL and a HDFS data store. Every single time we check in new code we build the entire stack in TeamCity and run our entire suite of functional tests against it.
Post a comment