Deployed Stubbed Functional Test
Make target: p2p-functional
Shift left the verification of your application.
Stub out any external dependencies apart from databases / caches / queues to enable reliable, fast feedback, with the ability to test failure scenarios.
Deploy Application
Deploy to the following namespace
<app_name>-functional
Or if you have multiple apps in the same tenancy
<tenant>-<app-name>-functional
Run Tests
Execute functional tests, we recommend using a BDD framework. All software templates come with example tests.