With UI mode you can launch the webserver with `pnpm dev` instead of `pnpm build && pnpm preview`...it will not rerun automatically but at least you can rerun the test without rebuilding the whole sveltekit app
Comments
Log in with your Bluesky account to leave a comment
Agree...what I did is run UI with dev and normal mode with preview...so I can fix a test with UI and then run a final general test with preview before pushing and on CI
Comments