You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
andjest
extensively, and have some experience withvitest
. But, this feels like a subjective decision up to the maintainer -- they all basically work similarly as far as I'm concerned.The text was updated successfully, but these errors were encountered: