secrets-provider-for-k8s icon indicating copy to clipboard operation
secrets-provider-for-k8s copied to clipboard

Refactoring our tests from bash to bdd

Open eladkug opened this issue 4 years ago • 0 comments

Our tests were written in bash and moving to bdd may solve us several problems :

  1. Analyse the results with jenkins is not easy
  2. Reduce our time while writing new tests
  3. The tests will be readable
  4. Maintainability of the testing code will be easier

DOD:

  • [ ] Running the same tests as today with Cucumber (godog?)

eladkug avatar Aug 10 '20 06:08 eladkug