docs: add manual runner management workflow to testing documentation

This commit is contained in:
adilallo
2025-08-29 08:24:13 -06:00
parent 9d7e0095f2
commit f87bff4675
5 changed files with 145 additions and 0 deletions
+13
View File
@@ -18,6 +18,19 @@ npm run e2e
npm run lhci
```
### Manual Runner Management
```bash
# Start runner (before creating PR)
./start-runner.sh
# Check runner status
./status-runner.sh
# Stop runner (after PR complete)
./stop-runner.sh
```
### Visual Regression
```bash