Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 793 Bytes

README.md

File metadata and controls

37 lines (29 loc) · 793 Bytes

kakkofn

My personal toolbox to speed up development.

ci

Stack

  • SvelteKit
  • Vite

Commands

Install deps

pnpm install

Start Dev Server

pnpm dev

Visual Regression Testing

# 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

モチベーション

  • もともとこういうツールボックスを作りたいと思っていた
  • ちょっと困った時に解決できれば嬉しい