Skip to content
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

Allow passing params to run-all #6874

Merged
merged 1 commit into from
Nov 27, 2024
Merged

Allow passing params to run-all #6874

merged 1 commit into from
Nov 27, 2024

Conversation

zurfyx
Copy link
Member

@zurfyx zurfyx commented Nov 27, 2024

This enables npm run run-all -- Filename

Copy link

vercel bot commented Nov 27, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
lexical ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 27, 2024 4:20pm
lexical-playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 27, 2024 4:20pm

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Nov 27, 2024
@zurfyx zurfyx added the extended-tests Run extended e2e tests on a PR label Nov 27, 2024
Copy link

size-limit report 📦

Path Size
lexical - cjs 30.91 KB (0%)
lexical - esm 30.79 KB (0%)
@lexical/rich-text - cjs 39.67 KB (0%)
@lexical/rich-text - esm 32.65 KB (0%)
@lexical/plain-text - cjs 38.27 KB (0%)
@lexical/plain-text - esm 29.93 KB (0%)
@lexical/react - cjs 41.4 KB (0%)
@lexical/react - esm 34 KB (0%)

Comment on lines +61 to +62
"debug-run-all": "npm-run-all 'debug-test-e2e-* -- {1}' --",
"run-all": "npm-run-all 'test-e2e-* -- {1}' --",
Copy link
Collaborator

Choose a reason for hiding this comment

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

Given the names of the test suites, wouldn't this run both the CI and non-CI versions of these tests? Seems like some other refactoring should probably be done here

Copy link
Member Author

Choose a reason for hiding this comment

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

@etrepum yes, you're right, definitely room for improvement

@zurfyx zurfyx added this pull request to the merge queue Nov 27, 2024
Merged via the queue into main with commit 876eba3 Nov 27, 2024
47 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. extended-tests Run extended e2e tests on a PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants