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

Add tests (unit + e2e) #6

Open
tbrockman opened this issue Mar 2, 2024 · 0 comments
Open

Add tests (unit + e2e) #6

tbrockman opened this issue Mar 2, 2024 · 0 comments
Labels
p1 Medium priority issue

Comments

@tbrockman
Copy link
Owner

It's cool to have a working extension and all (especially one that's able to circumvent CSP), but in-order to ensure long-term successful maintenance and development of this extension we'll need to add some tests to verify we don't have any regressions in functionality.

Playwright is suitable for testing extensions e2e (check out my prune extension as an example).

Unit testing can be done with whatever Javascript test framework du jour that's most ergonomic and makes using TS painless.

@tbrockman tbrockman added the p1 Medium priority issue label Apr 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p1 Medium priority issue
Projects
None yet
Development

No branches or pull requests

1 participant