Skip to content

Commit 6ea90eb

Browse files
QualityOwlQualityOwl
andauthored
Update README.md text. (#5)
Co-authored-by: QualityOwl <josh@qualityowl.llc>
1 parent 9c3306a commit 6ea90eb

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,15 @@ Tests cover three areas of the Restful Booker API:
2222

2323
API credentials are read from `Config/appsettings.json` and can be overridden with environment variables (used in CI).
2424

25+
## Project structure
26+
27+
| Folder | Purpose |
28+
|---|---|
29+
| `Controllers/` | Test classes organized by API controller (`Auth`, `Booking`, `Ping`) |
30+
| `Fixtures/` | `TestFixture` — sets up `HttpClient` and handles auth token caching |
31+
| `Models/` | DTOs for serializing request and response bodies |
32+
| `Config/` | `ApiSettings` and `TestConfiguration` — reads from `appsettings.json` or environment variables |
33+
2534
## Running the tests
2635

2736
```bash

0 commit comments

Comments
 (0)