🏌🏼‍E2E testing for dApps using Playwright + MetaMask & Coinbase Wallet

2 Open Issues Need Help Last updated: Jun 25, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The issue is a TypeScript import error when using the `@tenkeylabs/dappwright` package. The user is getting a `ts(2614)` error because they're trying to import `Dappwright` as a named export when it's actually a default export. The solution involves changing the import statement to use `import Dappwright from "@tenkeylabs/dappwright"`, correcting the import and allowing access to the wallet methods.

Complexity: 2/5
help wanted

🏌🏼‍E2E testing for dApps using Playwright + MetaMask & Coinbase Wallet

TypeScript
Mobile Support 2 months ago

AI Summary: Debug and resolve a Playwright E2E test failure specifically impacting mobile (MetaMask) browser contexts. The issue is a timeout during the `beforeEach` hook, preventing tests from running due to the MetaMask extension not closing properly. Solutions involve investigating why the extension isn't closing, potentially adjusting timeout settings, or implementing robust skipping logic for mobile tests.

Complexity: 4/5
help wanted

🏌🏼‍E2E testing for dApps using Playwright + MetaMask & Coinbase Wallet

TypeScript