- Svelte Testing Crash Course https://blog.craftlab.hu/svelte-testing-crash-course-99bb4c5808a6
- Unit Tests for Svelte (8 part series) https://dev.to/d_ir/series/4203
- Dainte https://nathancahill.com/dainte/introducing (see also Sveltik for examples)
- Svelte Unit testing with Cypress https://github.com/bahmutov/cypress-svelte-unit-test
- Testing Library https://testing-library.com/docs/svelte-testing-library/example/
- Cypress E2E test runner https://www.cypress.io/
- Aggregator site of Svelte testing projects https://madewithsvelte.com/testing
- Svelte Dev Tools browser extension https://github.com/RedHatter/svelte-devtools
One project that's doing tests with Dainte is Sveltik, a form library for Svelte. If you want to see Svelte testing in action, https://github.com/nathancahill/sveltik/tree/master/tests might be a decent example.