Changes between Version 55 and Version 56 of DeveloperGuidelines/Testing/Selenium
- Timestamp:
- 02/18/13 20:30:42 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Testing/Selenium
v55 v56 55 55 cd web2py 56 56 python web2py.py -S eden -M -R applications/eden/modules/tests/suite.py 57 }}} 58 59 Note : These tests don't run on Firefox 17 and above. So, if you have your default browser set as Firefox 17 or above, you will have to run them on Chrome. To do so, add {{{ -A --browser=Chrome }}} to the command. 60 So, it becomes 61 {{{ 62 python web2py.py -S eden -M -R applications/eden/modules/tests/suite.py -A --browser=Chrome 57 63 }}} 58 64