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

Modify the API test configuration file to run the test against the hosted Cars API app #438

Open shivahari opened 3 weeks ago

shivahari commented 3 weeks ago

The API automation test currently runs the test against the local Cars API Flask app.

Modify the test configuration file to run the test against the hosted Cars API app, the CircleCI configuration needs to be modified to stop running the Flask app in the background before running the API tests.

The documentation needs to be updated to reflect these changes too.