Changes between Version 73 and Version 74 of DeveloperGuidelines/Testing/Selenium
- Timestamp:
- 01/05/15 14:53:43 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Testing/Selenium
v73 v74 251 251 252 252 4) To run this automated test script. 253 Determine the template(s) on which you wish to run this test on. The tests for each template are defined in {{{ private/templates/<template_name>/tests.py}}}.253 Determine the template(s) on which you wish to run this test on. The tests for each template are defined in {{{modules/templates/<template_name>/tests.py}}}. 254 254 Open tests.py for these templates and append the class name of the test to the list so it can be executed. (NOTE: We add the class name, not the function name). 255 255 {{{