-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
test_runner: it.skip and it.todo are not working as expected in the reporter #47481
Labels
test_runner
Issues and PRs related to the test runner subsystem.
Comments
ErickWendel
changed the title
test_runner: it.skip and it.todo not working
test_runner: it.skip and it.todo not working as expected
Apr 8, 2023
ErickWendel
changed the title
test_runner: it.skip and it.todo not working as expected
test_runner: it.skip and it.todo are not working as expected
Apr 8, 2023
ErickWendel
changed the title
test_runner: it.skip and it.todo are not working as expected
test_runner: it.skip and it.todo are not working as expected in the reporter
Apr 8, 2023
it seems to be solved while building from the source. Closing now |
I don't think it's completely fixed. There seems to at least be at least one discrepancy when running with Without
With
|
Reopening per Colin's comment |
VoltrexKeyva
added
the
test_runner
Issues and PRs related to the test runner subsystem.
label
Apr 9, 2023
Perfect! Finally found something to work on 🤣 |
OMG, this week is crazy busy here! Gonna go back to it on the weekend! |
indeed |
nodejs-github-bot
pushed a commit
that referenced
this issue
May 15, 2023
targos
pushed a commit
that referenced
this issue
May 15, 2023
danielleadams
pushed a commit
that referenced
this issue
Jul 6, 2023
MoLow
added a commit
to MoLow/node
that referenced
this issue
Jul 6, 2023
PR-URL: nodejs#47867 Fixes: nodejs#44656 Fixes: nodejs#47955 Fixes: nodejs#47481 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
v19.8.1
Platform
Darwin MacBook-Pro-4 21.6.0 Darwin Kernel Version 21.6.0: Mon Aug 22 20:19:52 PDT 2022; root:xnu-8020.140.49~2/RELEASE_ARM64_T6000 arm64
Subsystem
No response
What steps will reproduce the bug?
How often does it reproduce? Is there a required condition?
always
What is the expected behavior? Why is that the expected behavior?
The test output should have
ℹ tests 3
ℹ pass 1
ℹ fail 0
ℹ cancelled 0
ℹ skipped 1
ℹ todo 1
and the log should have different icons for each one:
📓 should be a todo test (0.188958ms)
➖ should be a skip test (0.034834ms)
✔ should assert a test (0.58775ms)
▶ My test suite (1.569917ms)
What do you see instead?
ℹ tests 1
ℹ pass 1
ℹ fail 0
ℹ cancelled 0
ℹ skipped 0
ℹ todo 0
Additional information
@nodejs/test_runner
The text was updated successfully, but these errors were encountered: