From baec80ed0750a82c449788731d8cb9ec8b77383d Mon Sep 17 00:00:00 2001 From: Will Daly Date: Wed, 15 May 2013 10:32:18 -0400 Subject: [PATCH] Updated documentation with note about running acceptance tests in parallel. Updated docs to say we target Chrome. --- doc/testing.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/testing.md b/doc/testing.md index ec00de3d7b..7b4b545e66 100644 --- a/doc/testing.md +++ b/doc/testing.md @@ -161,7 +161,7 @@ try running `bundle install` to install the required ruby gems. We use [Lettuce](http://lettuce.it/) for acceptance testing. Most of our tests use [Splinter](http://splinter.cobrateam.info/) to simulate UI browser interactions. Splinter, in turn, -uses [Selenium](http://docs.seleniumhq.org/) to control the browser. +uses [Selenium](http://docs.seleniumhq.org/) to control the Chrome browser. **Prerequisite**: You must have [ChromeDriver](https://code.google.com/p/selenium/wiki/ChromeDriver) installed to run the tests in Chrome. @@ -189,6 +189,7 @@ Try running: pip install -r requirements.txt +**Note**: The acceptance tests can *not* currently run in parallel. ## Viewing Test Coverage