We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c3306a commit 6ea90ebCopy full SHA for 6ea90eb
1 file changed
README.md
@@ -22,6 +22,15 @@ Tests cover three areas of the Restful Booker API:
22
23
API credentials are read from `Config/appsettings.json` and can be overridden with environment variables (used in CI).
24
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
34
## Running the tests
35
36
```bash
0 commit comments