Emails

Setting up email notifications is super easy, just specify for each team the email(s) you want to receive notifications on in the configuration file (.testpulse.yaml).

NOTE: the emails value can be a string or a list of strings.

notifications:
  # TEAM 1
  - name: testpulse-devs
    paths:
      - io.testpulse.app.*
      - io.testpulse.something.*
    emails: testpulse-devs@awesomecompany.com     # <--- SINGLE EMAIL
  
  # TEAM 2
  - name: back-end-devs
    paths:
      - io.testpulse.backend.*
    emails: 
      - back-end-devs@awesomecompany.com          # <--- MULTIPLE EMAILS
      - cool-guys@awesomecompany.com
      - super-cool-guys@awesomecompany.com

# Generic settings
settings:
  - emails: ceo@awesomecompany.com                # <--- GENERIC EMAIL