Changes between Version 66 and Version 67 of DeveloperGuidelines/Testing/Selenium
- Timestamp:
- 11/20/13 16:54:47 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Testing/Selenium
v66 v67 9 9 The tests are stored in {{{eden/modules/tests}}} 10 10 == Installation of the testing environment in your machine == 11 You should already have installed Eden and Web2py before starting this. 12 11 13 In order to execute the automated Selenium powered test scripts, you must install the Selenium Web Drivers into Python. 12 14 13 *Web2py will need to be installed, and should come with the installation of Sahana Eden.14 15 15 Download and install the latest Selenium package, which can be found at [http://pypi.python.org/pypi/selenium]. 16 16 17 Follow the installation instructions there. Windows users can either install pip and use the pip command shown, 17 18 or install 7zip and use it to extract files from the .tar.gz file.