TenKeyLabs / dappwright

🏌🏼‍E2E testing for dApps using Playwright + MetaMask & Coinbase Wallet
https://www.npmjs.com/package/@tenkeylabs/dappwright
Other
82 stars 21 forks source link

Create transaction #328

Open alejogranerorequest opened 4 months ago

alejogranerorequest commented 4 months ago

I want the chance to create a custom transaction.

For example:

sendTokens( from, to, network, token, amount);

Is it possible to include that in the library?

@osis

osis commented 4 months ago

The library will be able to support any flow that the wallets support, so should definitely be do-able.

Curious about the usecase since folks, I think, are using this mostly for testing their own dApps. It there a need to automate this for testing an application flow or are you thinking of a different type of automation?