API Automation Testing - Multiple Test Cases for Multiple Projects/Products – Using Fixtures #42
neelidevikanjali
announced in
Tech-Stack
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This update release of API Testing Via Playwright Using Python at Vivify Healthcare is part of the company's research and development efforts to find the best technology stack that is both sustainable and affordable.
Playwright is a cross-browser automation tool that allows developers to automate user interactions with web applications. Playwright is not a term that is typically associated with the Python programming language. However, there is a Python package called "playwright-python" which provides a Python API for the Playwright testing and automation library. With Playwright Python, developers can write scripts to interact with webpages using a variety of browsers such as Chromium, Firefox, and Webkit.
Problem Statement
Executing the Testcases for Specific Project form the reshaped Testing Code Block with Grouping of Endpoints with Product/Project and Save the Test Cases and their respective outcomes in to different collections.
Repository: https://github.com/vivifyhealthcare/Playwright_API_Testing/tree/7-multiple-testcases-for-multiple-projectsproducts-using-fixtures
Solution
Reshaped the Testing Code Block for Executing the Testcases for Specific Project from Grouping the Endpoints with Product/Project and Save the Test Cases and their respective outcomes in to different collections.
Check Feature Request : vivifyhealthcare/Playwright_API_Testing#7
Beta Was this translation helpful? Give feedback.
All reactions