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

[FEATURE] Implement e2e testing #187

Open
tombeckenham opened this issue Nov 20, 2024 · 0 comments
Open

[FEATURE] Implement e2e testing #187

tombeckenham opened this issue Nov 20, 2024 · 0 comments

Comments

@tombeckenham
Copy link
Collaborator

Issue to be solved

There are currently no automated tests for the extension. This makes it both difficult for developers to know whether they have broken code and difficult for QA to manually cover every aspect of the codebase. Implementing some basic e2e testing would additionally help to document the codebase by providing automated step by step run throughs of common features.

Suggest A Solution

Implement Playwright e2e testing to cover basic features within the extension.

It should cover:

  • Sign up
  • Recovery
  • Sending & Moving Transactions & NFTs

Responses should be mocked or seeded locally instead of using testnet or mainnet.

New features and bug fixes should include their own tests

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

No branches or pull requests

1 participant