- This repository showcases an API automation testing framework built with Playwright and JavaScript, which facilitates efficient testing of RESTful APIs.
- This framework utilizes the public APIs provided by DemoQA for practising API automation testing.
- Leverages Playwright's APIRequestContext for direct HTTP requests, enabling robust API testing without UI dependencies.
- Implements POM to encapsulate API endpoints and related actions, enhancing code organization and readability.
- Utilizes JavaScript for scripting, ensuring flexibility and widespread community support.
- Organizes code into distinct modules for configuration, utilities, and tests, promoting scalability.