secrets-provider-for-k8s
secrets-provider-for-k8s copied to clipboard
Refactoring our tests from bash to bdd
Our tests were written in bash and moving to bdd may solve us several problems :
- Analyse the results with jenkins is not easy
- Reduce our time while writing new tests
- The tests will be readable
- Maintainability of the testing code will be easier
DOD:
- [ ] Running the same tests as today with Cucumber (godog?)