1 # This is the main configuration file for testing Lx-Office.
2 # The file t/lxtest.conf.default contains the configuration for
3 # testing the unstable trunk in the internet repository on
4 # https://lx-office.linet-services.de/svn-installationen/unstable/
6 # t/lxtest.conf.default to t/lxtest.conf
7 # If you like to test the unstable trunk of the repository, start
9 # If you like to test your own Lx installation, customize the file
10 # t/lx-office.t for your own.
11 # Btw. a running Selenium server is required for testing Lx!
12 # See README for more informations.
16 # Lx location and user configuration:
17 # Please edit the following lines
18 # for testing a local installation
20 lxbaseurl => 'https://lx-office.linet-services.de/svn-installationen/unstable/',
21 rpw => 'ro26F.eQBldoA', # root passwordhash! is only
22 # neccessary if you test a remote instalation
23 testlogin => 'seleniumtestuser',# will be extended with unix time
26 # Testdatabase configuration:
27 # Please edit the following lines
28 # for testing a local installation
29 # ATTENTION: Testdatabase will be deleted after testrun!
30 db => 'seleniumtestdatabase',
31 dbhost => 'localhost',
35 dbdefault => 'template1',
37 # Selenium preferences:
38 # Edit the selenium preferences for your system.
39 # A running Selenium server is required for testing Lx!
40 # See README for more informations.
41 seleniumhost => '192.168.1.10', # edit host of running selenium server
42 seleniumbrowser => '*chrome C:\Programme\Mozilla Firefox\firefox.exe', # edit the path
44 seleniumport => '4444',
45 timeout => '30000', #timeout for waiting Page load in ms
46 timeoutlong => '60000', #timeout for waiting longer Page load in ms....
49 #Lx defaults (usualy no need for editing)
50 rootlogin => "root login",
51 memberfile => "users/members",
52 path => 'bin%2Fmozilla',
54 # Put your own setting for individual tests after here...