Skip to content

Issues: nodejs/node

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

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Revert https://github.com/nodejs/node/pull/56664 needs-ci PRs that need a full CI run. test_runner Issues and PRs related to the test runner subsystem. tsc-agenda Issues and PRs to discuss during the meetings of the TSC.
#58282 opened May 11, 2025 by romainmenke Loading…
doc: call out potentially unexpected results when mocking and testing synchronous callback-based APIs doc Issues and PRs related to the documentations. test_runner Issues and PRs related to the test runner subsystem.
#58170 opened May 4, 2025 by filmaj Loading…
MockFunctionContext cannot be used to track callback / continuation-passing methods test_runner Issues and PRs related to the test runner subsystem.
#58161 opened May 4, 2025 by filmaj
util: fix test to prevent styleText color from changing needs-ci PRs that need a full CI run. test_runner Issues and PRs related to the test runner subsystem. util Issues and PRs related to the built-in util module.
#57935 opened Apr 19, 2025 by islandryu Loading…
parallel/test-runner-plan is flaky flaky-test Issues and PRs related to the tests with unstable failures on the CI. test_runner Issues and PRs related to the test runner subsystem.
#57928 opened Apr 18, 2025 by joyeecheung
test_runner: add level-based diagnostic handling for reporter needs-ci PRs that need a full CI run. test_runner Issues and PRs related to the test runner subsystem.
#57923 opened Apr 18, 2025 by JacopoPatroclo Loading…
Test Runner: custom parser for snapshot feature request Issues that request new features to be added to Node.js. test_runner Issues and PRs related to the test runner subsystem.
#57830 opened Apr 11, 2025 by axetroy
add "test" namespace to node.config.json config Issues or PRs related to the config subsystem feature request Issues that request new features to be added to Node.js. test_runner Issues and PRs related to the test runner subsystem.
#57559 opened Mar 20, 2025 by marco-ippolito
test runner run() ignores testNamePatterns and testSkipPatterns when isolation is "none" test_runner Issues and PRs related to the test runner subsystem.
#57399 opened Mar 10, 2025 by galdebert
Add an option/reporter to enforce code coverage test_runner Issues and PRs related to the test runner subsystem.
#57398 opened Mar 10, 2025 by mcollina
test_runner: ensure proper teardown when tests run without isolation needs-ci PRs that need a full CI run. test_runner Issues and PRs related to the test runner subsystem.
#57394 opened Mar 9, 2025 by pmarchini Loading…
node:test run() w/ isolation=none waits for beforeExit test_runner Issues and PRs related to the test runner subsystem.
#57234 opened Feb 28, 2025 by aecepoglu
test-runner: write out timestamp as first line in watch mode feature request Issues that request new features to be added to Node.js. good first issue Issues that are suitable for first-time contributors. test_runner Issues and PRs related to the test runner subsystem.
#57206 opened Feb 25, 2025 by jsumners-nr
test_runner: add bail out lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. test_runner Issues and PRs related to the test runner subsystem.
#56490 opened Jan 6, 2025 by pmarchini Loading…
test_runner: add level-based diagnostic handling for reporter commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. needs-ci PRs that need a full CI run. test_runner Issues and PRs related to the test runner subsystem.
#55964 opened Nov 23, 2024 by hpatel292-seneca Loading…
Support concurrency when --experimental-test-isolation is set to 'none' feature request Issues that request new features to be added to Node.js. test_runner Issues and PRs related to the test runner subsystem.
#55939 opened Nov 20, 2024 by blimmer
Add a level parameter to test runner diagnostics feature request Issues that request new features to be added to Node.js. test_runner Issues and PRs related to the test runner subsystem.
#55922 opened Nov 19, 2024 by avivkeller
test_runner: support mock file system feature request Issues that request new features to be added to Node.js. fs Issues and PRs related to the fs subsystem / file system. test_runner Issues and PRs related to the test runner subsystem.
#55902 opened Nov 18, 2024 by axetroy
--experimental-test-module-mocks is not working as expected test_runner Issues and PRs related to the test runner subsystem.
#55891 opened Nov 17, 2024 by 0hmX
test_runner: t.after should respect the first-in-last-out principle like Golang's defer feature request Issues that request new features to be added to Node.js. test_runner Issues and PRs related to the test runner subsystem.
#55853 opened Nov 14, 2024 by axetroy
Expose an id for concurrent test runners (like JEST_WORKER_ID) feature request Issues that request new features to be added to Node.js. good first issue Issues that are suitable for first-time contributors. test_runner Issues and PRs related to the test runner subsystem.
#55842 opened Nov 13, 2024 by blimmer
More benchmarks for the node:test module. benchmark Issues and PRs related to the benchmark subsystem. test_runner Issues and PRs related to the test runner subsystem.
#55723 opened Nov 5, 2024 by avivkeller
7 of 31 tasks
parallel/test-runner-output is flaky flaky-test Issues and PRs related to the tests with unstable failures on the CI. test_runner Issues and PRs related to the test runner subsystem. windows Issues and PRs related to the Windows platform.
#55390 opened Oct 15, 2024 by avivkeller
assert.deepEqual() report difference between promises during test assert Issues and PRs related to the assert subsystem. promises Issues and PRs related to ECMAScript promises. test_runner Issues and PRs related to the test runner subsystem.
#55198 opened Sep 30, 2024 by regseb
doc: add notice to execArgv commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. doc Issues and PRs related to the documentations. review wanted PRs that need reviews. test_runner Issues and PRs related to the test runner subsystem.
#55177 opened Sep 30, 2024 by avivkeller Loading…
ProTip! Exclude everything labeled bug with -label:bug.