2914c7a773
Change-Id: Ia447c8ab95d6ea9782ba0092c42b95571625b97f Co-Authored-By: Anil Belur <askb23@gmail.com> Signed-off-by: Tan Heng Yeow <E0032242@u.nus.edu> Signed-off-by: Anil Belur <askb23@gmail.com>
30 lines
888 B
YAML
30 lines
888 B
YAML
publishers:
|
|
- cucumber-reports:
|
|
json-reports-path: path
|
|
plugin-url-path: http://example.com/
|
|
file-include-pattern: '**/*.json'
|
|
file-exclude-pattern: badfile.txt
|
|
skipped-fails: true
|
|
pending-fails: true
|
|
undefined-fails: true
|
|
missing-fails: true
|
|
no-flash-charts: true
|
|
ignore-failed-tests: true
|
|
parallel-testing: true
|
|
failed-steps-number: 1
|
|
skipped-steps-number: 2
|
|
pending-steps-number: 3
|
|
undefined-steps-number: 4
|
|
failed-scenarios-number: 5
|
|
failed-features-number: 6
|
|
build-status: UNSTABLE
|
|
trends-limit: 7
|
|
sorting-method: ALPHABETICAL
|
|
sorting-values:
|
|
- key-value-pair:
|
|
key: classification key 1
|
|
value: classification value 1
|
|
- key-value-pair:
|
|
key: classification key 2
|
|
value: classification value 2
|