NicoWeio / test-annotations-action

A GitHub Action that creates annotations for test failures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Actions status

Test Failure Annotation Creator

This action adds annotations based on a input json file which contains tests that have failed.

In order to use this action you need a test reporter for your test framework that reports test failures on the format:

[{
	file: "path/to/file.js",
	line: 5,
	message: "my test error message",
	title: "title for my annotation"
}]

About

A GitHub Action that creates annotations for test failures

License:MIT License


Languages

Language:JavaScript 100.0%