My personal toolbox to speed up development.
- SvelteKit
- Vite
pnpm install
pnpm dev
# Install headless browsers
pnpm pw:init
# Run Visual Regression Testing
# 1. Playwright captures screenshots of `kakkofn.dev` and `localhost:3000`.
# 2. Playwright compares them.
pnpm pw:test
# Open test report
pnpm exec playwright show-report e2e/pw-report
- もともとこういうツールボックスを作りたいと思っていた
- ちょっと困った時に解決できれば嬉しい