mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-26 20:51:37 +00:00
17 lines
452 B
Markdown
17 lines
452 B
Markdown
|
|
# Test Documentation
|
||
|
|
|
||
|
|
This directory stores manual and automated test definitions for MindWork AI Studio.
|
||
|
|
|
||
|
|
## Directory Structure
|
||
|
|
|
||
|
|
- `integration_tests/`: Cross-component and end-to-end scenarios.
|
||
|
|
|
||
|
|
## Authoring Rules
|
||
|
|
|
||
|
|
- Use US English.
|
||
|
|
- Keep each feature area in its own Markdown file.
|
||
|
|
- Prefer stable test IDs (for example: `TC-CHAT-001`).
|
||
|
|
- Record expected behavior for:
|
||
|
|
- known vulnerable baseline builds (if relevant),
|
||
|
|
- current fixed builds.
|