-
Notifications
You must be signed in to change notification settings - Fork 2
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
Use different emojis for failure and error #65
Comments
Thanks for reporting this. I would prefer to keep the emojis agnostic from any human connotation, but if you would like to send a PR to make them configurable, feel free to do so. |
It's mostly about differenciate between failures and errors, because they are not the same, failures are errors in the tests themselves (they are broken) instead of the code they are testing, so 🏚️ ( |
Yes agreed. I asked ChatGPT to come up with a list of emojis that could represent something that's an error, and it came up with this. Any preference? ❌ Cross Mark |
Of these ones, 💥 ( What prompt did you used? |
Let's go with that then. Mind sending a tiny PR for this? As for the prompt:
|
You have it at #66 |
node-test-github-reporter/index.js
Lines 99 to 100 in b600d81
I would use 💀 (
:skull:
) for failure, since most of the cases a test fails is because it died.The text was updated successfully, but these errors were encountered: