Changes between Version 99 and Version 100 of Dev/Tests


Ignore:
Timestamp:
02/09/10 09:02:14 (3 years ago)
Author:
jnguyenx
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Dev/Tests

    v99 v100  
    22 
    33== 0. Before starting == 
    4 Tests are in folder ''Indicop'' and they are organized according to their type. 
     4Tests are in folder ''Indicop'' and they are organized according to their type. Tests will only succeed if you have a working installation of Indico. 
    55 
    66To run all the tests in the test suite: 
     
    3434sudo apt-get install rhino 
    3535}}} 
    36  
     36If you don't use linux, go through all the sections below to install the required packages. 
    3737---- 
    3838 
     
    363363 
    364364== 6. Selenium Grid == 
    365 Selenium Grid allows you to run your functional tests on all sort of browsers and OS. The only thing you need to do is to set your configuration file ''tests.conf''.  
     365Selenium Grid allows you to run your functional tests on all sort of browsers and OS. If you have the a Selenium Grid set up, the only thing you need to do to run your tests is to set your configuration file ''tests.conf''.  
    366366 
    367367=== 6.a. Configuration === 
    368  
    369 Paste and explain vars 
     368A file configuration should contain the following: 
     369{{{ 
     370#!python 
     371#------------------------------------------------------------------------------ 
     372# Selenium Grid 
     373#------------------------------------------------------------------------------ 
     374HubURL         = "macuds04.cern.ch" 
     375HubPort        = 4444 
     376HubEnv         = ['*googlechrome'] 
     377}}} 
    370378 
    371379=== 6.b. Running tests ===