Initial QSfera import
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
[behave]
|
||||
paths=features
|
||||
default_format = pretty
|
||||
; NOTE: 'pretty' formatter eats up the last print statement in the test,
|
||||
; so switch to 'plain' formatter for better debugging.
|
||||
format = pretty
|
||||
html-pretty
|
||||
outfiles = reports/report.log
|
||||
reports/report.html
|
||||
default_tags = not @skip
|
||||
logging_level = WARNING
|
||||
capture = false
|
||||
capture_hooks = false
|
||||
show_skipped = false
|
||||
|
||||
[behave.formatters]
|
||||
html-pretty = behave_html_pretty_formatter:PrettyHTMLFormatter
|
||||
|
||||
[behave.userdata]
|
||||
behave.formatter.html-pretty.title_string = GUI Test Report
|
||||
behave.formatter.html-pretty.pretty_output = false
|
||||
Reference in New Issue
Block a user