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/ │ │ │ ...
A concise Playwright (Python) test suite using the synchronous Playwright API and a small Page Object Model.