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

chore: add support for specifying test files glob #7990

Merged
merged 1 commit into from
Oct 18, 2024

Conversation

web-padawan
Copy link
Member

Description

Added support for running individual unit test files using --glob argument. Can be used e.g. like this:

  • Only run Lit tests: yarn test --group combo-box --glob="*-lit"
  • Only run Polymer tests: yarn test --group combo-box --glob="*-polymer"
  • Only run validation tests: yarn test --group combo-box --glob="validation-*"

Type of change

  • Internal change

Copy link

sonarcloud bot commented Oct 17, 2024

@web-padawan web-padawan merged commit 605efe5 into main Oct 18, 2024
9 checks passed
@web-padawan web-padawan deleted the chore/test-groups-glob branch October 18, 2024 07:03
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