Skip to content

Feature request: extend valid-title to include tags #342

Open
@aaron-goff

Description

@aaron-goff

Use case: We often use an @new tag when writing new tests to help us focus down on just running those new tests, before removing the tag prior to creating our PRs.

It makes most sense to me to extend the valid-title rule to include support for this, possibly with a disallowedTags option? I can see it also being it's own rule if that makes more sense.

...
        'playwright/valid-title': [
          'error',
          {
            disallowedTags: ['@new']
          }
        ],
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions