-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbehave.ini
41 lines (36 loc) · 1.17 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
# =============================================================================
# BEHAVE CONFIGURATION
# =============================================================================
# FILE: .behaverc, behave.ini
#
# SEE ALSO:
# * https://github.com/behave/behave
# * http://pypi.python.org/pypi/behave/
# =============================================================================
[behave]
# ==============================
# Set path to .feature files
# ==============================
paths = tests/features
# =================================
# Print summary at the end of tests
# =================================
summary = true
# ==============================
# Stop on first failure
# ==============================
stop = true
# ==============================
# Use color
# ==============================
color = true
# ==============================================
# Execute only the tests tagged with @wip or all
# ==============================================
wip = false
# ==============================================
# Capture output such as print, pprint or logs
# ==============================================
stdout_capture = true
stderr_capture = false
log_capture = false