You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It's currently cumbersome to perform integration tests for services that depend on Azure Key Vault. Although we can use LowKey Vault as a test double, the process requires manually starting the Docker image. This manual step disrupts the workflow and does not integrate seamlessly with our testing pipeline.
Describe the solution you'd like
A dedicated LowKey Test Container Package/Module for .NET that automates the setup and teardown of the LowKey Vault Docker container as part of the test lifecycle, simplifying integration testing for Azure Key Vault dependencies.
Describe alternatives you've considered
Manually starting the LowKey Vault Docker container prior to running tests, which is inefficient and prone to errors.
The text was updated successfully, but these errors were encountered:
Hi @Xor-el ,
thank you for reporting this issue and thank you for using Lowkey Vault!
This was a long term plan already for me to have better support for Testcontainers for other languages.
I cannot promise that I will succeed because I am not a .Net developer. As you might imagine, it will be a challenge for sure to accomplish this, but I will try to look into it and see what I can do. I think it would be best to implement this module in Testcontainers. As I see you have created an issue there as well: testcontainers/testcontainers-dotnet#1334
Please feel free to track these tickets for updates...
@nagyesta Thanks for the feedback. I also agree that it would be better suited to implement this in TestContainers like you mentioned.
I would take some time to see how the containers are implemented and see if it is something I can contribute.
Thanks once again.
Is your feature request related to a problem? Please describe.
It's currently cumbersome to perform integration tests for services that depend on Azure Key Vault. Although we can use LowKey Vault as a test double, the process requires manually starting the Docker image. This manual step disrupts the workflow and does not integrate seamlessly with our testing pipeline.
Describe the solution you'd like
A dedicated LowKey Test Container Package/Module for .NET that automates the setup and teardown of the LowKey Vault Docker container as part of the test lifecycle, simplifying integration testing for Azure Key Vault dependencies.
Describe alternatives you've considered
Manually starting the LowKey Vault Docker container prior to running tests, which is inefficient and prone to errors.
The text was updated successfully, but these errors were encountered: