Changes between Version 72 and Version 73 of DeveloperGuidelines/Testing/Selenium


Ignore:
Timestamp:
01/05/15 14:53:14 (10 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Testing/Selenium

    v72 v73  
    120120=== Tests for each template ===
    121121
    122 * The tests to be run on a template are explicitly defined in {{{private/templates/<template_name>/tests.py}}} file.
     122* The tests to be run on a template are explicitly defined in {{{modules/templates/<template_name>/tests.py}}} file.
    123123* 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.
    124124* If the tests are not specified in {{{tests.py}}} file for some template, the tests specified for 'default' template are run.