forked from behave/behave
-
Notifications
You must be signed in to change notification settings - Fork 0
/
invoke.yaml
58 lines (49 loc) · 1.08 KB
/
invoke.yaml
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# =====================================================
# INVOKE CONFIGURATION: behave
# =====================================================
# -- ON WINDOWS:
# run:
# echo: true
# pty: false
# shell: C:\Windows\System32\cmd.exe
# =====================================================
# MAYBE: tasks: auto_dash_names: false
project:
name: behave
run:
echo: true
# DISABLED: pty: true
sphinx:
sourcedir: "docs"
destdir: "build/docs"
language: en
languages:
- de
# PREPARED: - zh-CN
cleanup:
extra_directories:
- "build"
- "dist"
- "__WORKDIR__"
- reports
extra_files:
- "etc/gherkin/gherkin*.json.SAVED"
- "etc/gherkin/i18n.py"
cleanup_all:
extra_directories:
- .hypothesis
- .pytest_cache
- .direnv
extra_files:
- "**/testrun*.json"
- ".done.*"
- "*.lock"
- "*.log"
- .coverage
- rerun.txt
behave_test:
scopes:
- features
- tools/test-features
- issue.features
args: features tools/test-features issue.features