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

Create tests to ensure that all features work as expected #9

Open
adamghill opened this issue Jan 2, 2025 · 0 comments
Open

Create tests to ensure that all features work as expected #9

adamghill opened this issue Jan 2, 2025 · 0 comments

Comments

@adamghill
Copy link

I see a directory of examples in this repo which is great for manual testing, but it might be useful to have automated tests for the things that can be tested.

These UI frameworks seem to be a little bit challenging to test reliably, but Playwright might be an option -- it seems to be the least flaky end-to-end testing framework that I have used.

Other frameworks for unit testing the internal JavaScript abound. Personally, I've used ava and jest extensively, and have some experience with vitest. But, this feels like a subjective decision up to the maintainer -- they all basically work similarly as far as I'm concerned.

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

No branches or pull requests

1 participant