Changes between Version 99 and Version 100 of Dev/Tests
- Timestamp:
- 02/09/10 09:02:14 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Dev/Tests
v99 v100 2 2 3 3 == 0. Before starting == 4 Tests are in folder ''Indicop'' and they are organized according to their type. 4 Tests are in folder ''Indicop'' and they are organized according to their type. Tests will only succeed if you have a working installation of Indico. 5 5 6 6 To run all the tests in the test suite: … … 34 34 sudo apt-get install rhino 35 35 }}} 36 36 If you don't use linux, go through all the sections below to install the required packages. 37 37 ---- 38 38 … … 363 363 364 364 == 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 dois to set your configuration file ''tests.conf''.365 Selenium 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''. 366 366 367 367 === 6.a. Configuration === 368 369 Paste and explain vars 368 A file configuration should contain the following: 369 {{{ 370 #!python 371 #------------------------------------------------------------------------------ 372 # Selenium Grid 373 #------------------------------------------------------------------------------ 374 HubURL = "macuds04.cern.ch" 375 HubPort = 4444 376 HubEnv = ['*googlechrome'] 377 }}} 370 378 371 379 === 6.b. Running tests ===
