diff options
Diffstat (limited to 'xtesting/ci')
-rw-r--r-- | xtesting/ci/testcases.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/xtesting/ci/testcases.yaml b/xtesting/ci/testcases.yaml index d3df1efb..9de9c4bb 100644 --- a/xtesting/ci/testcases.yaml +++ b/xtesting/ci/testcases.yaml @@ -65,3 +65,19 @@ tiers: variable: - 'var01:foo' - 'var02:bar' + + - + case_name: sixth + project_name: xtesting + enabled: false + criteria: 100 + blocking: false + clean_flag: false + description: '' + run: + name: 'behaveframework' + args: + suites: + - /usr/lib/python3.6/site-packages/xtesting/samples/features/ + tags: + - foo |