-
Notifications
You must be signed in to change notification settings - Fork 251
/
behave.ini
58 lines (48 loc) · 2.67 KB
/
behave.ini
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
58
; ============================================================================
; behave configuration file
; ----------------------------------------------------------------------------
; https://pythonhosted.org/behave/behave.html#configuration-files
; ============================================================================
; ----------------------------------------------------------------------------
; no need to override [behave] settings
; ----------------------------------------------------------------------------
[behave]
paths=.
junit=yes
; ----------------------------------------------------------------------------
; override [behave.userdata] settings in file name 'user.ini'
; ----------------------------------------------------------------------------
[behave.userdata]
; ----------------------------------------------------------------------------
; where to put test output
; ----------------------------------------------------------------------------
output = test.out
; ----------------------------------------------------------------------------
; whether to teardown artifacts after the completion of a scenario
; ----------------------------------------------------------------------------
cleanup = yes
; ----------------------------------------------------------------------------
; whether to run background processes in their own windows
; ----------------------------------------------------------------------------
windowed = no
; ----------------------------------------------------------------------------
; how many attempts to try when checking for local processes to be ready
; ----------------------------------------------------------------------------
cmd_max_attempts = 36
; ----------------------------------------------------------------------------
; how many seconds to wait in command loops
; ----------------------------------------------------------------------------
cmd_loop_wait = 5
; ----------------------------------------------------------------------------
; whether to enter debugger upon an error, e.g. a scenario step failure
; ----------------------------------------------------------------------------
debug_on_error = no
; ----------------------------------------------------------------------------
; how many attempts to try when checking for CloudFoundry artifacts to be available
; ----------------------------------------------------------------------------
cf_max_attempts = 36
; ----------------------------------------------------------------------------
; if not set, use a random per-scenario space name
; if set, use as space name for all scenarios
; ----------------------------------------------------------------------------
cf_space =