Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 787 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 787 Bytes

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.​