Changes between Version 69 and Version 70 of DeveloperGuidelines/Testing/Selenium


Ignore:
Timestamp:
11/21/13 17:40:51 (11 years ago)
Author:
sambuddhabasu
Comment:

Modification for running the Selenium test

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Testing/Selenium

    v69 v70  
    7676python web2py.py -S eden -M -R applications/eden/modules/tests/suite.py
    7777}}}
    78 
    79 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, install [http://code.google.com/p/chromedriver/ Chromedriver][[br]]
     78Note : These tests don't run on Firefox 17 and above.So, if you have your default browser set as Firefox 17 or above, you either have to downgrade your Firefox browser and then run the tests or run the tests on Chrome. For running the tests on Chrome, install [http://code.google.com/p/chromedriver/ Chromedriver][[br]]
     79Make sure to remove any proxies settings set before as this may interfere with the selenium test.
    8080And add {{{ -A --browser=Chrome }}} to the command.
    8181So, it becomes
     
    9696}}}
    9797
     98Note : The tests which have errors while running start with an 'E'.
    9899=== Command Line Arguments ===
    99100