Changes between Version 6 and Version 7 of DeveloperGuidelines/Testing/Selenium
- Timestamp:
- 04/02/12 09:08:46 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Testing/Selenium
v6 v7 39 39 Run the whole test suite for the 'eden' application: 40 40 {{{ 41 cd web2py 41 42 python web2py.py -S eden -M -R applications/eden/modules/tests/suite.py 42 43 }}} 43 44 Run a single test for the 'eden' application: 44 45 {{{ 46 cd web2py 45 47 python web2py.py -S eden -M -R applications/eden/modules/tests/suite.py -A mytestfunction 46 48 }}}