Added new test cases (basic, still needs reusable function calls).
[mediagoblin-automation:mediagoblin-selenium.git] / docs / ToDo.txt
1 update_gmg.sh: Check to see if the VirtualEnv needs updating. If not, don't update it.
2
3 We need to set-up the test data set before the tests are run and clean them up 
4 once the tests are completed.
5     This is why running this on a live instance would be bad unless we wanted 
6         to create a fully data driven test plan which would require several
7         plugins to be installed on Selenium. 
8     To add users do bin/gmg adduser username.
9     Uploading media for use is more difficult until we get the reprocessing
10         panel set up. Alternatively we could set up a makeshift set of "stages"
11         so that media uploaded in stage 1 is accessible by stage too.
12         The more work intensive version would be to upload a file within that
13         test case itself.
14
15 Add proper references to the new /tests/util modules in the tests. Also add new
16     modules for uploading content as part of a test (could fix the above issue).