Create a simple integration test to test the rest endpoiints.
Basically we should create python tests to call our API and validate the responses.
We have few REST endpoints that are used by the UI
http://apps.newaisolutions.com/api/docs
Later we will run those as part of the pipeline
Create a simple integration test to test the rest endpoiints.
Basically we should create python tests to call our API and validate the responses.
We have few REST endpoints that are used by the UI
http://apps.newaisolutions.com/api/docs
Later we will run those as part of the pipeline