Skip to content

Add --dump-test-list option#127

Merged
Constellation merged 1 commit into
WebKit:mainfrom
Constellation:list
Aug 13, 2025
Merged

Add --dump-test-list option#127
Constellation merged 1 commit into
WebKit:mainfrom
Constellation:list

Conversation

@Constellation
Copy link
Copy Markdown
Member

This offers an easy way to dump list of tests scheduled for this command invocation. Like,

$VM cli.js -- --dump-list-tests

Then it dumps list of tests it will execute.

@netlify
Copy link
Copy Markdown

netlify Bot commented Aug 13, 2025

Deploy Preview for webkit-jetstream-preview ready!

Name Link
🔨 Latest commit 0bb771c
🔍 Latest deploy log https://app.netlify.com/projects/webkit-jetstream-preview/deploys/689d0fe6cf567c0009337f10
😎 Deploy Preview https://deploy-preview-127--webkit-jetstream-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Copy Markdown
Contributor

@camillobruni camillobruni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice!

Copy link
Copy Markdown
Contributor

@kmiller68 kmiller68 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM too.

Comment thread cli.js Outdated
console.log(" --iteration-count: Set the default iteration count.");
console.log(" --worst-case-count: Set the default worst-case count");
console.log(" --dump-json-results: Print summary json to the console.");
console.log(" --dump-test-list: Print test list.");
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: might be worth adding "instead of running"

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good! Changed.

This offers an easy way to dump list of tests scheduled for this command
invocation. Like,

    $ VM cli.js -- --dump-list-tests

Then it dumps list of tests it will execute.
@Constellation Constellation merged commit 512b065 into WebKit:main Aug 13, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants