1 ------------------------
3 ------------------------
4 To record new tests Firefox and Selenium IDE are recommended but not required.
6 To run this test suite requires python and pip (which installs selenium).
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).
13 ------------------------
15 ------------------------
16 To run the tests after setting up a local instance:
20 ------------------------
21 Optional / Dangerous Run Methods
22 ------------------------
23 To run the tests on a remote test instance it's best to run it via Selenium IDE
24 by opening up tests/src/TestSuite.html and setting the URL manually there. AVOID THIS
25 unless you know what you're doing as these tests create and destroy data.
27 To run your scripts on a local DEVELOPMENT instance that you already have running: