Testing REST API with Scriptcase

Creating a REST API for my application with Slim as external library. Is there a way I can test routes from within Scriptcase without having to deploy to a web server during the development cycle?

Do you want to consume a rest service. That’s in dev exactly the same as in prod. If you want to create a rest service then it’s the same story, only if you want to test it from the internet and you’re developping locally you have to setup some router rules.