Skip to content

#342 - Add valid-test-tags rule #358

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

aaron-goff
Copy link

@aaron-goff aaron-goff commented Mar 31, 2025

This PR adds a rule to validate that tags in the TestDetails object:

  • Begin with an @ (ideally, Playwright just updates their type definitions but 🤷)
  • Are in the allowedTags array
  • OR are not in the disallowedTags array

Fixes #342

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.

Feature request: extend valid-title to include tags
1 participant