You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Playwright API Automation Framework with Page Object Model (JavaScript)
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.
Features
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.
About
Playwright API Automation Page Object Model with JavaScript