Files
GlowTrack/tools/ci/README.md
2025-09-18 10:13:45 -06:00

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.