This is a Cucumber + Java + Rest Assured automation framework for testing the RMS API endpoint provided in the BBC SDET take-home task. takehometest-bbc-rms-api/ │ ├── pom.xml │ └── src/ ├── main/ │ ...
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/ │ ├── ...