Skip to content

Add test result comment bot #3749

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Nov 20, 2024
Merged

Add test result comment bot #3749

merged 5 commits into from
Nov 20, 2024

Conversation

dondonz
Copy link
Member

@dondonz dondonz commented Nov 20, 2024

Trying out this GitHub Action to help highlight which tests are failing in a PR or master build, because it's getting hard to read which test failed in plain text output with thousands of tests

GitHub Action source repo: https://github.com/EnricoMi/publish-unit-test-result-action

def "testing the GitHub Action on failing tests"() {
// TODO: I will remove this test before merging the PR. This is only to generate a test failure message.
false
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Temporary & deliberately failing test to generate a bot message

Copy link
Contributor

github-actions bot commented Nov 20, 2024

Test Results

  304 files    304 suites   40s ⏱️
3 437 tests 3 432 ✅ 5 💤 0 ❌
3 526 runs  3 521 ✅ 5 💤 0 ❌

Results for commit d6facee.

♻️ This comment has been updated with latest results.

@dondonz dondonz added the not release related changes which are not released (for example unit tests or docs) label Nov 20, 2024
@dondonz dondonz changed the title Add test result comment bot WIP Add test result comment bot Nov 20, 2024
@dondonz dondonz added this pull request to the merge queue Nov 20, 2024
Copy link
Member

@bbakerman bbakerman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very very nice

Merged via the queue into master with commit f83ba25 Nov 20, 2024
2 checks passed
@dondonz dondonz deleted the test-result-comment-bot branch November 20, 2024 03:58
@dondonz
Copy link
Member Author

dondonz commented Nov 20, 2024

Special thanks to @AlexandreCarlton!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
not release related changes which are not released (for example unit tests or docs)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants