Changes between Version 62 and Version 63 of DeveloperGuidelines/Testing/Selenium


Ignore:
Timestamp:
09/23/13 15:13:21 (11 years ago)
Author:
somayjain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Testing/Selenium

    v62 v63  
    117117* The tests to be run on a template are explicitly defined in {{{private/templates/<template_name>/tests.py}}} file.
    118118* The list {{{current.selenium_tests}}} in the above file contains the class names of all the tests which are to be run for the template.
     119* If the tests are not specified in {{{tests.py}}} file for some template, the tests specified for 'default' template are run.
    119120
    120121=== Functions ===