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.3
22.11.0
15.0
Playwright + Synpress (as plugin)
No response
Docs are outdated https://docs.synpress.io/docs/setup-playwright
import { MetaMask } from "@synthetixio/synpress"; -> Metamask is not define in synthetixio/synpress
import { testWithSynpress, MetaMask, unlockForFixture, } from "@synthetixio/synpress"; -> unlockForFixture is also not defined in synthetixio/synpress
Please update the docs.
Just look at the docs and the synpress example docs
The text was updated successfully, but these errors were encountered:
import { MetaMask, unlockForFixture } from "@synthetixio/synpress/playwright"
Sorry, something went wrong.
thanks @SssSxxS . But i think the docs should be updated with these new changes. This old docs is misleading.
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.3
Node.js version
22.11.0
Operating system
15.0
Run mode
Playwright + Synpress (as plugin)
CI platform (if applicable)
No response
Are you running your tests inside docker? (if applicable)
What happened?
Docs are outdated
https://docs.synpress.io/docs/setup-playwright
import { MetaMask } from "@synthetixio/synpress";
-> Metamask is not define in synthetixio/synpress
import {
testWithSynpress,
MetaMask,
unlockForFixture,
} from "@synthetixio/synpress";
-> unlockForFixture is also not defined in synthetixio/synpress
What is your expected behavior?
Please update the docs.
How to reproduce the bug.
Just look at the docs and the synpress example docs
Relevant log output
No response
The text was updated successfully, but these errors were encountered: