We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
4.0.5
22.9.0
macOS Sequoia 15.2
Playwright + Synpress (as plugin)
No response
Following these docs: https://docs.synpress.io/docs/setup-playwright
I get a few type-related errors:
Line 10: Expected 1 arguments, but got 2.ts(2554)
Expected 1 arguments, but got 2.ts(2554)
Line 17-19: Property does not exist on type '{} & {} & {} & {}'.
Property does not exist on type '{} & {} & {} & {}'.
Follow the instructions provided in https://docs.synpress.io/docs/setup-playwright
The text was updated successfully, but these errors were encountered:
Can confirm, I also have this.
Sorry, something went wrong.
No branches or pull requests
🔎 Have you searched existing issues to avoid duplicates?
🧪 Have you tested your code using latest version of Synpress?
💡 Are you able to provide enough information to be able to reproduce your issue locally?
Synpress version
4.0.5
Node.js version
22.9.0
Operating system
macOS Sequoia 15.2
Run mode
Playwright + Synpress (as plugin)
CI platform (if applicable)
No response
Are you running your tests inside docker? (if applicable)
What happened?
Following these docs: https://docs.synpress.io/docs/setup-playwright
I get a few type-related errors:
Line 10:
Expected 1 arguments, but got 2.ts(2554)
Line 17-19:
Property does not exist on type '{} & {} & {} & {}'.
What is your expected behavior?
No response
How to reproduce the bug.
Follow the instructions provided in https://docs.synpress.io/docs/setup-playwright
Relevant log output
The text was updated successfully, but these errors were encountered: