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.
Fixed issue https://github.com/qxf2/qxf2-page-object-model/issues/481
Now, API tests using
api_url
cli option value provided along with test run command.Run API tests along with
api_url
cli optionpytest tests/test_api_example.py --api_url http://127.0.0.1:5000
You can deploy cars app locally and run against it to confirm tests using api_url value passed with test run command.