Skip to content

Conversation

@MoLow
Copy link
Member

Fixes: #49733

@nodejs-github-bot
Copy link
Collaborator

Review requested:

  • @nodejs/test_runner

@nodejs-github-botnodejs-github-bot added needs-ci PRs that need a full CI run. test_runner Issues and PRs related to the test runner subsystem. labels Sep 21, 2023
@MoLow
Copy link
MemberAuthor

after this change --experimental-test-coverage is the last cli flag that cannot be passed to run (except for reporters - they should just use pipe), might be worth adding it as well. @cjihrig WDYT?

@atlowChemi
Copy link
Member

might be worth adding it as well

@MoLow I think it could be a nice addition, as it would simplify the usage (would not require understanding of streams etc) without adding a lot of overhead

@MoLow
Copy link
MemberAuthor

@MoLow I think it could be a nice addition, as it would simplify the usage (would not require understanding of streams etc) without adding a lot of overhead

I was not suggesting to add support for the reporter flags. was suggesting to add the coverage flag

@MoLowMoLow added request-ci Add this label to start a Jenkins CI on a PR. author ready PRs that have at least one approval, no pending requests for changes, and a CI started. labels Sep 21, 2023
@github-actionsgithub-actionsbot removed the request-ci Add this label to start a Jenkins CI on a PR. label Sep 21, 2023
@nodejs-github-bot
Copy link
Collaborator

@cjihrig
Copy link
Contributor

@cjihrig WDYT?

Sounds great to me.

@nodejs-github-bot
Copy link
Collaborator

PR-URL: nodejs#49646Fixes: nodejs#48937 Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.needs-ciPRs that need a full CI run.test_runnerIssues and PRs related to the test runner subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Test runner: add 'testOnly' parameter to 'run' function

5 participants

@MoLow@nodejs-github-bot@atlowChemi@cjihrig@benjamingr