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
Review the test framework being used in the Secrets Provider project. Identify what tests they run (unit, integration, e2e) and how each are set up.
The outcome of this card will be a presentation to the team on how tests work in Secrets Provider, if possible including some ideas for how to improve the test strategy (especially to reduce build time).
Describe the solution you would like
Any gaps in UT in the area of SP container configuration, e.g. tests for defaults and invalid values
Are there any Golang mock examples for retrieving secrets from Conjur?
What Docker-compose based test infrastructure is available?
What E2E, holistic testing is available, and for what platforms (e.g. KinD, GKE, OpenShift)? (for future reference)?
Report results to team, perhaps a quick Gist.
The text was updated successfully, but these errors were encountered:
Description
Review the test framework being used in the Secrets Provider project. Identify what tests they run (unit, integration, e2e) and how each are set up.
The outcome of this card will be a presentation to the team on how tests work in Secrets Provider, if possible including some ideas for how to improve the test strategy (especially to reduce build time).
Describe the solution you would like
The text was updated successfully, but these errors were encountered: