$form->{path} entfernt und hardcodiert auf bin/mozilla gesetzt.
[kivitendo-erp.git] / t / lxtest.conf.default
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/
5 # Simply copy the file
6 # t/lxtest.conf.default to t/lxtest.conf
7 # If you like to test the unstable trunk of the repository, start 
8 # perl t/lx-office.t .
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.
13
14 $lxtest = {
15
16     # Lx location and user configuration:
17     # Please edit the following lines 
18     # for testing a local installation
19
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
24
25     
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',
32     dbport          => '5432',
33     dbuser          => 'postgres',
34     dbpasswd        => '',
35     dbdefault       => 'template1',
36
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
43
44     seleniumport    => '4444',
45     timeout         => '30000',  #timeout for waiting Page load in ms
46     timeoutlong     => '60000',  #timeout for waiting longer Page load in ms....
47
48
49     #Lx defaults (usualy no need for editing)
50     rootlogin       => "root login",
51     memberfile      => "users/members",
52
53     # Put your own setting for individual tests after here...
54
55 };