The directory layout adheres to a strict Separation of Concerns (SoC) principle, isolating the network layer, test data generation, and automation execution: ├── src/ │ ├── api/ │ │ ├── clients/ │ │ │ ...