Changes between Version 6 and Version 7 of DeveloperGuidelines/Testing/Selenium


Ignore:
Timestamp:
04/02/12 09:08:46 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Testing/Selenium

    v6 v7  
    3939Run the whole test suite for the 'eden' application:
    4040{{{
     41cd web2py
    4142python web2py.py -S eden -M -R applications/eden/modules/tests/suite.py
    4243}}}
    4344Run a single test for the 'eden' application:
    4445{{{
     46cd web2py
    4547python web2py.py -S eden -M -R applications/eden/modules/tests/suite.py -A mytestfunction
    4648}}}