Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.

πŸ“ˆ Summarise your test success, failures and ignored as a slack message

Notifications You must be signed in to change notification settings

franklychilled/junit-slack-notification-buildkite-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

JUnit - slack notification buildkite plugin

This project has a new home in iress/junit-slack-notification-buildkite-plugin

Example

Add a extra step like this after running your tests to your pipeline.yml:

steps:
  - label: Run tests
    key: my-test
    command: ...
    
  - label: ":slack: :memo: to #junit_bot_testing"
    depends_on: my-test
    allow_dependency_failure: true
    plugins:
      - iress/junit-slack-notification#v1.0.0:
          artifacts: "**/*.xml"
          SLACK_TOKEN: "xoxb-xxxxxxxxxxx-xxxxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxx"
          SLACK_CHANNEL: "#junit_bot_testing"

About

πŸ“ˆ Summarise your test success, failures and ignored as a slack message

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •