Skip to content

Commit 37cd35b

Browse files
authored
docs: add acceptance tests to agent information
Co-authored-by: Phil Davis <phil@jankaritech.com>
1 parent f7a0f20 commit 37cd35b

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

agents.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This file provides context for AI coding agents (Claude Code, GitHub Copilot, Cu
1717
- `l10n/` - Translations
1818
- `img/` - App icons
1919
- `screenshots/` - App screenshots
20-
- `tests/` - PHPUnit test suite
20+
- `tests/` - PHPUnit and acceptance test suite
2121
- `Makefile` - Build and test automation
2222
- `composer.json` - PHP dependencies
2323
- `phpcs.xml` - PHP_CodeSniffer configuration
@@ -35,9 +35,16 @@ This file provides context for AI coding agents (Claude Code, GitHub Copilot, Cu
3535
# Build
3636
make
3737

38-
# Test
38+
# Test (PHPunit)
3939
make test-php-unit
4040

41+
# Test (API acceptance)
42+
make test-acceptance-api
43+
44+
# Test (WebUI acceptance)
45+
make test-acceptance-webui
46+
47+
4148
# Lint
4249
make test-php-style
4350

0 commit comments

Comments
 (0)