cosmos / cosmjs

The Swiss Army knife to power JavaScript based client solutions ranging from Web apps/explorers over browser extensions to server-side clients like faucets/scrapers.
https://cosmos.github.io/cosmjs/
Apache License 2.0
647 stars 332 forks source link

e2e cypress tests #1551

Open EtienneSchneider opened 7 months ago

EtienneSchneider commented 7 months ago

Hello, I'm working on a project and I'd like to do some e2e tests. Is there a way to simulate transactions without actually using (in my case) keplr wallet. My goal is to mock the wallet extension and then run e2e tests with cypress, but for the moment I can't do it.