" I'll create a comprehensive test suite for the employee page functionality using Vitest, SQLite with Turso, and MSW (Mock Service Worker) for mocking API calls to Clerk.
"
Still don't know how the Turso database storage and retrieval works.
" I'll create a comprehensive test suite for the employee page functionality using Vitest, SQLite with Turso, and MSW (Mock Service Worker) for mocking API calls to Clerk.
"
Still don't know how the Turso database storage and retrieval works.
Ideally, we would have Vitest and Playwright to run the whole testing gamut.
So our vitest Next.js testing setup won't interfere with an already existing or soon to exist Playwright testing suite.
I am going to test a simple component and then build up to the current components which need to be tested.
Currently my setup, the vitest test run with the playwright tests, I would like for these tests to be more organized.
Go by testing scenarios