playwright-toolshop-api-tests/ ├── tests/ │ └── api/ │ ├── petstore.spec.ts # Playwright API tests for pet endpoints │ └── store.spec.ts # Playwright API tests for store endpoints ├── k6/ │ ├── ...