FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

test_runner: accept `testOnly` in `run` by MoLow · Pull Request #49743 · nodejs/node · GitHub

/ node Public

test_runner: accept testOnly in run - #49743

Merged
MoLow merged 1 commit into
nodejs:mainfrom
MoLow:run-accept-only
Sep 21, 2023
Merged

test_runner: accept testOnly in run#49743
MoLow merged 1 commit into
nodejs:mainfrom
MoLow:run-accept-only

Conversation

MoLow commented Sep 21, 2023

Copy link
Copy Markdown
Member

Fixes: #49733

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/test_runner

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 Sep 21, 2023

MoLow commented Sep 21, 2023

Copy link
Copy Markdown
Member Author

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?

Copy link
Copy Markdown
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

Comment thread doc/api/test.md Outdated
Comment thread test/fixtures/test-runner/test_only.js Outdated

MoLow commented Sep 21, 2023

Copy link
Copy Markdown
Member Author

@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

MoLow added request-ci Add this label to start a Jenkins CI on a PR. author ready PRs that have at least one approval, no outstanding review comments, and a CI started. labels Sep 21, 2023
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Sep 21, 2023

Copy link
Copy Markdown
Collaborator

cjihrig commented Sep 21, 2023

Copy link
Copy Markdown
Contributor

@cjihrig WDYT?

Sounds great to me.

Copy link
Copy Markdown
Collaborator

PR-URL: nodejs#49646
Fixes: nodejs#48937
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. 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: add 'testOnly' parameter to 'run' function

5 participants


Back | FazBrowse Home | New Git URL