test: add playwright e2e test setup with smoke tests

This commit is contained in:
2026-06-24 16:10:07 +02:00
parent b0dee41eb8
commit 243ea85dbf
7 changed files with 72 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ lint-go:
test:
go test ./...
bun test
bench:
go test -bench=. -benchmem -count=5 ./internal/anime/... ./integrations/jikan/... ./internal/playback/...
@@ -22,6 +23,9 @@ bench:
bench-all:
go test -bench=. -benchmem ./...
e2e:
bun run test:e2e
build-go:
@go build -o server ./cmd/server