we can use and therefore test everything that is proposed by SvelteKit, and also things that could not be tested correctly in Playwright component testing (such as <svelte:head> to change the title of the page,
First, let's start by installing sveltekit, you can use any of the package managers ( NPM, Yarn or PNPM ). For this tutorial, I'll be using PNPM andVite. If you don't have Vite installed,follow this tutorial. Create a Sveltekit application by running pnpm create vite //PNPM npm crea...