Architecture: Integration with your tests - nagyesta/lowkey-vault GitHub Wiki
Lowkey Vault integration is no different than the classical scenario when test use test doubles to test the system under test.
- Tests set up the test doubles
- The system under test is started using the test doubles
- Tests are executed
- Test doubles are cleaned up during tear down
Please see the diagram below to see how simple it is: