Changes between Version 33 and Version 34 of DeveloperGuidelines/Testing/Selenium
- Timestamp:
- 07/04/12 16:36:18 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Testing/Selenium
v33 v34 61 61 A number of command line arguments have been added and more are being added so to get the latest list of available options use the --help switch, which you can quickly do as follows: 62 62 {{{ 63 python modules/tests/suite.py --help63 python web2py.py -S eden -M -R applications/eden/modules/tests/suite.py --help 64 64 }}} 65 65