public
Description: An opinionated browser-based test framework
Home | Edit | New

Integration Testing

Integration testing is meant for tests that should executed in fully integrated environments. Many enterprise stacks are comprised of multiple Sites that need to talk to one another. An example might be testing that an order placed in your e-commerce site should show up in an order management system.

Currently there are no conventions or generators around these types of tests. It is suggested that tags be used to organize files as there is no easy way to determine how Sites interact with other Sites.

You can execute integration tests by tag by doing something like $ rake spec:integration TAGS=foo,bar This will execute all integration specs tagged with both foo AND bar.

Last edited by scudco, Wed Dec 03 15:02:13 -0800 2008
Home | Edit | New
Versions: