Changes between Version 66 and Version 67 of DeveloperGuidelines/Testing/Selenium


Ignore:
Timestamp:
11/20/13 16:54:47 (11 years ago)
Author:
Pat Tressel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Testing/Selenium

    v66 v67  
    99The tests are stored in {{{eden/modules/tests}}}
    1010== Installation of the testing environment in your machine ==
     11You should already have installed Eden and Web2py before starting this.
     12
    1113In order to execute the automated Selenium powered test scripts, you must install the Selenium Web Drivers into Python.
    1214
    13 *Web2py will need to be installed, and should come with the installation of Sahana Eden.
    14 
    1515Download and install the latest Selenium package, which can be found at [http://pypi.python.org/pypi/selenium].
     16
    1617Follow the installation instructions there. Windows users can either install pip and use the pip command shown,
    1718or install 7zip and use it to extract files from the .tar.gz file.