8 lines
311 B
Markdown
8 lines
311 B
Markdown
# CI Tools
|
|
|
|
This directory contains stub scripts and notes for running tests locally or in CI:
|
|
|
|
- run-tests.sh — runs typecheck, Vitest unit tests, builds the app, and Playwright e2e tests.
|
|
|
|
Integrate with your CI runner by invoking the script after installing dependencies and preparing Playwright browsers.
|