GitHub Issues
If specified, every time a test will reakb we will open a GitHub Issue and assign it to team members (if any).
NOTE: the team name specified in
.testpulse.yaml
should match the team name in GitHub, otherwise we will not be able to assign the Issue to the right developers.
Example:
notifications:
- name: amazing-team
paths:
- io.testpulse.app.*
open_github_issue: true
In this example, any time a test that matches the regex io.testpulse.app.*
will break, a new GitHub issue will be created and assigned to all members of the GitHub team amazing-team
.