-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
Regression tests #65
Comments
Going with cypress for the integration side of testing. I'll try and add as many happy paths as I can find but might need help highlighting some hairier paths through the application. |
Cypress makes sense. Probably priorities in terms of user 'footfall' are:
It feels like we should test Burn might be worth testing... although we have almost no evidence people are even burning. |
Hmmm, really struggling to "log in" as a wallet with cypress. |
Interesting. I wonder what other people are doing. From a five-minute scan of other repos, there are unit tests for functions but no regression tests... 🙃 |
Ahh good shout, didn't think about looking at other repo's implementations. I've found some eth projects that use cypress that are shedding light on possible paths 👍 |
Taking notes out of discord threads: https://github.com/CosmWasm/dApps/blob/master/packages/logic/src/service/sdk.ts#L36-L65 |
Need simple regression tests for navigating to the main pages of the app.
The text was updated successfully, but these errors were encountered: