• Provides a basic interface to the Apigee JS environment • Allows us to use nock to intercept and stub service requests • https://github.com/darbyfrey/apigee-mock
a request to a proxy 2. That request hits the proxy and gets proxied to the ngrok tunnel 3. The ngrok tunnel routes the request back to the same process that initiated the request 4. That process can make assertions based on that inbound request or send back stub data PROXY TEST NGROK