Skip to content

Test reporter that converts TAP output into github issues in multiple orgs/repos

License

Notifications You must be signed in to change notification settings

epoberezkin/tap-github-issues

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tap-github-issues

Test reporter that converts TAP output into github issues in multiple orgs/repos

Build Status npm version Coverage Status

Install

npm install -g tap-github-issues

Usage

tap-github-issues -l ghlint -u $GITHUB_USERNAME -p $GITHUB_TOKEN

where -l option defines the issue label that should be used to identify issues.

The utility consumes TAP output from ghlint.

Options

  • -l (or --label) - label to identify issues
  • -u (or --user) - GitHub username.
  • -p (or --pass) - GitHub password.
  • -r (or --remind) - the number of days after which the reminder should be added to the issue (the default is 7 days).
  • --severity - add errors severity to the issues as labels (can be "error" or "warning")
  • --dry - generate report and list of changes to issues without making changes in GitHub

License

MIT

About

Test reporter that converts TAP output into github issues in multiple orgs/repos

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%