qxf2 / qxf2-page-object-model

Write Selenium and Appium tests in Python using the Page Object pattern. This Pythonic GUI and API test automation framework will help you get started with QA automation quickly. It comes with many useful integrations like - email, BrowserStack, Slack, TestRail, etc. This repository is developed and maintained by Qxf2 Services.
https://qxf2.com
MIT License
256 stars 191 forks source link

Modified the Async API test to use the right pytest marker #436

Closed shivahari closed 3 weeks ago

shivahari commented 3 weeks ago

Modified the test to replace the old marker - @pytest.mark.API with the required @pytest.mark.asyncio marker.

Ran the test on Python3.11 & Python < 3.11 to make sure that the test is run on Python3.11 and skipped in Python < 3.11