Skip to content

Commit

Permalink
Updated the Readme to remove references to cars api
Browse files Browse the repository at this point in the history
  • Loading branch information
qxf2 committed Sep 21, 2018
1 parent 0dbf971 commit 67f4903
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions Readme.md
Expand Up @@ -11,7 +11,7 @@ You can use this test automation framework to write:

3. __API automation__ scripts to test endpoints of your web/mobile applications

This GUI and API test automation framework is developed and maintained by [Qxf2 Services](https://qxf2.com). This framework is written in __Python__ and is based on the __Page Object Model__ - a design pattern that makes it easy to maintain and develop robust tests. We have also included our __API test automation framework__ based on the player-interface pattern in this repository. You can now write your API tests along with your Selenium and Appium tests. Please note: the API test examples are written for the sample API available at [Cars API](https://github.com/qxf2/cars-api) repository.
This GUI and API test automation framework is developed and maintained by [Qxf2 Services](https://qxf2.com). This framework is written in __Python__ and is based on the __Page Object Model__ - a design pattern that makes it easy to maintain and develop robust tests. We have also included our __API test automation framework__ based on the player-interface pattern in this repository. You can now write your API tests along with your Selenium and Appium tests.

We've implemented some version of this framework at several [clients](https://qxf2.com/clients). In all cases, this framework helped us write automated tests within the first week of our engagement. We hope you find this framework useful too!

Expand Down Expand Up @@ -90,13 +90,7 @@ __Optional steps__ for more details on setting up appium and running tests on An

__4. Setup for API automation__

a. Get Cars API code from repo https://github.com/qxf2/cars-api using command "git clone https://github.com/qxf2/cars-api.git"

b. Install Flask using command "pip install flask"

c. Run cars-app server using command "python cars-api/cars_app.py"

d. Run test_api_example now using command "pytest -k api -s"
There are no extra setup steps for API automation. To verify, run test_api_example now using command "pytest -k api -s"

__Optional steps__ for more details on setting up API and running tests refer to below link:
* [Easily Maintainable API Test Automation Framework](https://qxf2.com/blog/easily-maintainable-api-test-automation-framework/)
Expand Down

0 comments on commit 67f4903

Please sign in to comment.