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

Playwright 1.42.0 test.describe with new introduced tags syntax Second argument must be function(playwright/valid-describe-callback) #266

Closed
pascalknupper opened this issue Feb 28, 2024 · 1 comment
Labels

Comments

@pascalknupper
Copy link

Rule playwright/valid-describe-callback failing on new Playwright tag syntax:

ESLint: Second argument must be function(playwright/valid-describe-callback)

test.describe('group', { tag: 'tag1' }, () => {
  test('1.1', async ({ page }) => {
    // ...
  });

  test('1.2', { tag: ['tag1.2'] }, async ({ page }) => {
    // ...
  });
});
Copy link

🎉 This issue has been resolved in version 1.5.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant