-
Notifications
You must be signed in to change notification settings - Fork 251
/
user.ini.example
41 lines (34 loc) · 1.84 KB
/
user.ini.example
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
; ============================================================================
; example user behave configuration file
; ----------------------------------------------------------------------------
; https://pythonhosted.org/behave/behave.html#configuration-files
; ============================================================================
[behave.userdata]
; ----------------------------------------------------------------------------
; define these if running CloudFoundry-based scenarios
; ----------------------------------------------------------------------------
; cf_apiurl = myapirurl
; cf_username = myusername
; cf_password = mypassword
; cf_org = myorg
; ----------------------------------------------------------------------------
; whether to enter debugger upon error - handy in debugging failures
; ----------------------------------------------------------------------------
; debug_on_error = yes
; ----------------------------------------------------------------------------
; you probably want this - run background processes in own windows
; ----------------------------------------------------------------------------
; windowed = yes
; ----------------------------------------------------------------------------
; set this to override per-scenario random space name generation
; ----------------------------------------------------------------------------
; cf_space = myspace
; ----------------------------------------------------------------------------
; set these to <0 to wait ad infinitum
; ----------------------------------------------------------------------------
; cmd_max_attempts = -1
; cf_max_attempts = -1
; ----------------------------------------------------------------------------
; set this to set the wait seconds in loops
; ----------------------------------------------------------------------------
; cmd_loop_wait = 10