1 | # $Id: test.properties.in 825 2006-11-01 08:59:23Z gregory $ |
---|
2 | |
---|
3 | # Copyright (C) 2007 Olle Mansson |
---|
4 | |
---|
5 | # This file is part of Proteios |
---|
6 | # Available at http://www.proteios.org/ |
---|
7 | |
---|
8 | # Proteios is free software; you can redistribute it and/or modify it |
---|
9 | # under the terms of the GNU General Public License as published by |
---|
10 | # the Free Software Foundation; either version 2 of the License, or |
---|
11 | # (at your option) any later version. |
---|
12 | |
---|
13 | # Proteios is distributed in the hope that it will be useful, but |
---|
14 | # WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
15 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
---|
16 | # General Public License for more details. |
---|
17 | |
---|
18 | # You should have received a copy of the GNU General Public License |
---|
19 | # along with this program; if not, write to the Free Software |
---|
20 | # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA |
---|
21 | # 02111-1307, USA. |
---|
22 | |
---|
23 | # Copy this file to test.properties and make necessary configuration |
---|
24 | # before running the tests. |
---|
25 | |
---|
26 | # Html output directory (relative to $test.build) |
---|
27 | test.html.out=./html_out |
---|
28 | |
---|
29 | # Webunit |
---|
30 | proteios.url=http://localhost:8080/proteios/app |
---|
31 | test.username=root |
---|
32 | test.password= |
---|
33 | number.of.users=20 |
---|
34 | number.of.iterations=5 |
---|
35 | load.time=500 |
---|
36 | |
---|
37 | # Test data input directory url |
---|
38 | # If local, "file://" + absolute path |
---|
39 | test.data.url= |
---|