-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbehave_schema.yaml
More file actions
39 lines (38 loc) · 1.21 KB
/
behave_schema.yaml
File metadata and controls
39 lines (38 loc) · 1.21 KB
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
# -*- mode: yaml; coding: utf-8 -*-
#
# Schema for the behave plugin for spin
behave:
type: object
help: |
The behave plugin for spin enables running behave tests in the
context of spin.
properties:
flaky:
type: bool
help: Enable or disable flaky tests
coverage:
type: bool
help: Collect coverage while running behave.
cov_report:
type: path
help: Filepath to store the coverage report.
cov_config:
type: path
help: Filepath to the configuration that behave should respect.
opts:
type: list
help: Additional options for the behave command.
tests:
type: list
help: List of test files or directories to include.
report:
type: object
help: Configuration regarding the test report generation.
properties:
name:
type: path
help: Path to write the test report to.
format:
type: str
help: |
A valid formatter of behave to use for the test report.