Changes between Version 55 and Version 56 of DeveloperGuidelines/Testing/Selenium


Ignore:
Timestamp:
02/18/13 20:30:42 (11 years ago)
Author:
somayjain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Testing/Selenium

    v55 v56  
    5555cd web2py
    5656python web2py.py -S eden -M -R applications/eden/modules/tests/suite.py
     57}}}
     58
     59Note : 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.
     60So, it becomes
     61{{{
     62python web2py.py -S eden -M -R applications/eden/modules/tests/suite.py -A --browser=Chrome
    5763}}}
    5864