forked from behave/behave
-
Notifications
You must be signed in to change notification settings - Fork 1
/
behave.ini
22 lines (21 loc) · 811 Bytes
/
behave.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# =============================================================================
# BEHAVE CONFIGURATION
# =============================================================================
# FILE: .behaverc, behave.ini, setup.cfg, tox.ini
#
# SEE ALSO:
# * http://packages.python.org/behave/behave.html#configuration-files
# * https://github.com/behave/behave
# * http://pypi.python.org/pypi/behave/
# =============================================================================
[behave]
default_tags = -@xfail -@not_implemented
show_skipped = false
format = rerun
progress3
outfiles = rerun.txt
reports/report_progress3.txt
junit = true
logging_level = INFO
# logging_format = LOG.%(levelname)-8s %(name)-10s: %(message)s
# logging_format = LOG.%(levelname)-8s %(asctime)s %(name)-10s: %(message)s