test: add playwright e2e test setup with smoke tests
This commit is contained in:
4
justfile
4
justfile
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user