Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 447 Bytes

File metadata and controls

8 lines (5 loc) · 447 Bytes

simple-api-tests

  • This is a sample example of api tests using python requests and behave bdd framework.
  • There are two scenarios covering GET and POST requests in different feature files.

To setup the tests environment considering there is a working python installation (>3.8), run "pip install -r requirements.txt" to install the dependencies.

To run the tests in a terminal, change to the features directory and type the "behave" command.