Updated documentation with note about running acceptance tests

in parallel.

Updated docs to say we target Chrome.
This commit is contained in:
Will Daly
2013-05-15 10:32:18 -04:00
parent 3217989de5
commit baec80ed07

View File

@@ -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