yamori 0.1.0

A test runner and visualizer for command-line applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Screenshot Instructions

To add a screenshot to the project:

1. Run Yamori with a test configuration:
   ```
   yamori --yamori-config tests/configs/tests.toml
   ```

2. Take a screenshot of the TUI interface showing test results

3. Save the screenshot as `screenshot.png` in the `docs/` directory

4. The screenshot will be automatically displayed in the README.md file

Note: This file is just a placeholder. You should replace it with an actual screenshot image file named `screenshot.png`.