Added resources / docs. Included basic README.
[mediagoblin-automation:mediagoblin-selenium.git] / README.txt
1 ------------------------
2 Dependencies
3 ------------------------
4 To record new tests Firefox and Selenium IDE are recommended but not required.
5
6 To run this test suite requires python and pip (which installs selenium).
7
8 To run this test suite on a local instance (the default when running make) all of the 
9 Mediagoblin dependencies must also be installed. Check the Deploying Mediagoblin 
10 section that pertains to your release 
11 (ex: http://mediagoblin.readthedocs.org/en/v0.4.1/siteadmin/deploying.html).
12
13 ------------------------
14 Running the Suite
15 ------------------------
16 To run the tests without setting up a local instance:
17         make runtests
18
19 To run the tests after setting up a local instance:
20         make