Recently I've made use of RestAssured for testing Rest API and it seems to be pretty useful. However I've a query regarding testing rest end-points. We don't deploy our services locally onto a server. We write the unit test and integration tests and test it and deploy it on a separate dev1 environment. What I want is to write an integration test that will post a request and test the rest-endpoint using restassured.Kindly advise. Thanks.
P.S. We don't have local server where we can deploy and hit the rest end-point.