Skip to content
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

Cypress #290

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from
Draft

Cypress #290

wants to merge 6 commits into from

Conversation

Duddino
Copy link
Member

@Duddino Duddino commented Jan 11, 2024

Abstract

Depends on #288.
Adds e2e tests, simulating a complete environment.
To use:

$ docker compose up
$ npx cypress open # Opens a browser, this is what devs should run
$ npx cypress run # For headless tests

Cypress opens an actual browser, using checkpoints developers can quickly see what failed and debug using the usual chrome/firefox dev tools.

TODO:

  • Wait for Dockerbuild #288 to be merged
  • Write more tests, ideally they should cover every point of the checklist (Except ledger wallets)
  • Write gh action script

Testing

Run cypress and assert that tests pass

Copy link

netlify bot commented Jan 11, 2024

Deploy Preview for cheery-moxie-4f1121 ready!

Name Link
🔨 Latest commit 92c7b70
🔍 Latest deploy log https://app.netlify.com/sites/cheery-moxie-4f1121/deploys/65ef0e378169e7000861bd55
😎 Deploy Preview https://deploy-preview-290--cheery-moxie-4f1121.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant