- 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.