⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Conversation

@Ethan-Arrowood
Copy link
Contributor

Support an env option that is passed to the
underlying child_process.
Fixes: #60709

@nodejs-github-bot
Copy link
Collaborator

Review requested:

  • @nodejs/test_runner

@nodejs-github-bot nodejs-github-bot added needs-ci PRs that need a full CI run. test_runner Issues and PRs related to the test runner subsystem. labels Jan 13, 2026
@codecov
Copy link

codecov bot commented Jan 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.52%. Comparing base (1bd7f62) to head (cd4d84e).
⚠️ Report is 18 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #61367   +/-   ##
=======================================
  Coverage   88.51%   88.52%           
=======================================
  Files         704      704           
  Lines      208739   208786   +47     
  Branches    40274    40306   +32     
=======================================
+ Hits       184770   184827   +57     
+ Misses      15968    15956   -12     
- Partials     8001     8003    +2     
Files with missing lines Coverage Δ
lib/internal/test_runner/runner.js 93.02% <100.00%> (+0.07%) ⬆️

... and 39 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Support an `env` option that is passed to the underlying child_process.
Fixes: nodejs#60709
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-ci PRs that need a full CI run. test_runner Issues and PRs related to the test runner subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Test Runner run() should support env option

6 participants