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

🐛 Bug: After running pnpm test running the pnpm lint:spelling picks up the playwright reports #111

Closed
3 tasks done
jvoccia opened this issue Aug 31, 2024 · 1 comment
Closed
3 tasks done
Labels
type: bug Something isn't working

Comments

@jvoccia
Copy link
Contributor

jvoccia commented Aug 31, 2024

Bug Report Checklist

  • I have tried restarting my IDE and the issue persists.
  • I have pulled the latest main branch of the repository.
  • I have searched for related issues and found none that matched my issue.

Expected

On a clean checkout of main:
I run pnpm test then pnpm lint:spelling
I expect both to pass.

Actual

On a clean checkout of main:
I run pnpm test then pnpm lint:spelling
I expect both to pass.

I got 100s of spelling errors in the generated playwright reports.

.\playwright-report\index.html:26:576 - Unknown word (jsxs)
.\playwright-report\index.html:26:7587 - Unknown word (bitb)
.\playwright-report\index.html:26:7596 - Unknown word (bitk)
.\playwright-report\index.html:26:8636 - Unknown word (bitb)

Additional Info

No response

@jvoccia jvoccia added the type: bug Something isn't working label Aug 31, 2024
@jvoccia
Copy link
Contributor Author

jvoccia commented Sep 17, 2024

Fixed by #112

@jvoccia jvoccia closed this as completed Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant