Changes between Version 35 and Version 36 of DeveloperGuidelines/Testing/Selenium
- Timestamp:
- 07/05/12 16:33:17 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Testing/Selenium
v35 v36 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 web2py.py -S eden -M -R applications/eden/modules/tests/suite.py - -help63 python web2py.py -S eden -M -R applications/eden/modules/tests/suite.py -A --help 64 64 }}} 65 65