[FIX] Compute starting year value
[cds-indico.git] / indico / tests / tests.conf.sample
blobcc8018b6a7034dc8b4bad22657552000bdc913e0
1 #--------------------------
2 # Tests configuration file
3 #--------------------------
5 # This file is read on tests running.
7 # Lines starting with "#" are comments and they will be ignored by the test framework.
9 #------------------------------------------------------------------------------
10 # General Options
11 #------------------------------------------------------------------------------
12 BrowserPath = "/usr/bin/firefox"
14 #------------------------------------------------------------------------------
15 # Start/Stop Production DB commands
16 #------------------------------------------------------------------------------
17 StartDBCmd = "zdaemon -C /home/jdoe/cds-indico/etc/zdctl.conf start"
18 StopDBCmd  = "zdaemon -C /home/jdoe/cds-indico/etc/zdctl.conf stop"
21 #------------------------------------------------------------------------------
22 # Test Database configuration
23 #------------------------------------------------------------------------------
24 FakeDBPort = 9686
27 #------------------------------------------------------------------------------
28 # Jars
29 #------------------------------------------------------------------------------
30 PylintFiles        =   ["MaKaC.common.contextManager",
31                         "MaKaC.common.fossilize",
32                         "indico.tests"]
34 JSUnitURL          = "http://js-test-driver.googlecode.com/files/JsTestDriver-1.2.2.jar"
35 JSUnitFilename     = "JsTestDriver-1.2.2.jar"
37 JSCoverageURL      = "http://js-test-driver.googlecode.com/files/coverage-1.2.2.jar"
38 JSCoverageFilename = "coverage-1.2.2.jar"
40 #------------------------------------------------------------------------------
41 # Functional Tests
42 #------------------------------------------------------------------------------
44 # Don't change this unless you have to use a grid
45 WebServerHost = 'localhost'
47 # 0 means that an available free port will be used
48 WebServerPort = 0
50 # use 'grid' for selenium grid, 'local' for standalone
51 RunMode = 'local'
52 StandaloneBrowser = 'firefox'
53 GridBrowsers   = ['firefox',
54                   'safari',
55                   'chrome']
57 #------------------------------------------------------------------------------
58 # Plugins
59 #------------------------------------------------------------------------------
61 CollaborationOptions = {
62     'Vidyo': {
63         'indicoUsername': 'jdoe',
64         'indicoPassword': 'jdoe'
65         }
66     }