diff options
Diffstat (limited to 'tests/publishers')
-rw-r--r-- | tests/publishers/fixtures/slack003.xml | 2 | ||||
-rw-r--r-- | tests/publishers/fixtures/slack004.xml | 2 | ||||
-rw-r--r-- | tests/publishers/fixtures/slack004.yaml | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/tests/publishers/fixtures/slack003.xml b/tests/publishers/fixtures/slack003.xml index 518a3777..026be446 100644 --- a/tests/publishers/fixtures/slack003.xml +++ b/tests/publishers/fixtures/slack003.xml @@ -14,8 +14,10 @@ <notifyUnstable>false</notifyUnstable> <notifyFailure>false</notifyFailure> <notifyBackToNormal>false</notifyBackToNormal> + <notifyRegression>false</notifyRegression> <notifyRepeatedFailure>false</notifyRepeatedFailure> <includeTestSummary>false</includeTestSummary> + <includeFailedTests>false</includeFailedTests> <commitInfoChoice>NONE</commitInfoChoice> <includeCustomMessage>false</includeCustomMessage> <customMessage/> diff --git a/tests/publishers/fixtures/slack004.xml b/tests/publishers/fixtures/slack004.xml index 13b23b54..73eb8b68 100644 --- a/tests/publishers/fixtures/slack004.xml +++ b/tests/publishers/fixtures/slack004.xml @@ -14,8 +14,10 @@ <notifyUnstable>true</notifyUnstable> <notifyFailure>true</notifyFailure> <notifyBackToNormal>true</notifyBackToNormal> + <notifyRegression>true</notifyRegression> <notifyRepeatedFailure>true</notifyRepeatedFailure> <includeTestSummary>true</includeTestSummary> + <includeFailedTests>true</includeFailedTests> <commitInfoChoice>AUTHORS_AND_TITLES</commitInfoChoice> <includeCustomMessage>true</includeCustomMessage> <customMessage>A custom message.</customMessage> diff --git a/tests/publishers/fixtures/slack004.yaml b/tests/publishers/fixtures/slack004.yaml index bb7d8e60..bf4d9e1c 100644 --- a/tests/publishers/fixtures/slack004.yaml +++ b/tests/publishers/fixtures/slack004.yaml @@ -13,7 +13,9 @@ publishers: notify-failure: True notify-back-to-normal: True notify-repeated-failure: True + notify-regression: True include-test-summary: True + include-failed-tests: True commit-info-choice: 'AUTHORS_AND_TITLES' include-custom-message: True custom-message: 'A custom message.' |