# Testing Strategy

Documentation on how to test the system.

## Structure

- `README.md`: This file (overview).
- `manual-tests.md`: Manual test scripts.
- `automated-tests.md`: How to run automated tests.

## Quick Start

Common commands to run tests:

# Example

npm test
cargo test
