-
Notifications
You must be signed in to change notification settings - Fork 10
/
tests.config
57 lines (39 loc) · 1.2 KB
/
tests.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# This is configuration file of ananas tests
# Copyright (C) 2005 Grigory Panov <gr1313 at mail.ru> Yoshkar-Ola,
# Ananas Project http://ananas.lrn.ru
# lines, begins with # - is comments
# variable set like this:
# varialbe name1=somebody
# if stop on error=true, testing stopped after first error
# else go to the next test
#stop on error=true
#############################################################
# database settings
#############################################################
# database user
db_user=root
# database password
#db_password=
# database type
# available values mysql, pgsql
db_type=mysql
# database host
db_host=localhost
# database port
#db_port=12345
#############################################################
# run tests
#############################################################
# for disable running test, comment line with testname=true
# catalogue1 - test creates custom catalogue
catalogue1=true
# document1 - test creates custom document
# this test now not available
# document1=true
# document2 - simple test saldo
document2=true
# document3 - andanced test saldo
document3=true
# bs-choice-open-close.pl - busines shema open\close
bs-choice-open-close.pl=true
# eof