kudobuilder / kuttl

KUbernetes Test TooL (kuttl)
https://kuttl.dev
Apache License 2.0
657 stars 86 forks source link

Test Harness Fuzzing / Generative Tests #160

Open gerred opened 5 years ago

gerred commented 5 years ago

The best part about data-driven tests is we can easily perform fuzz testing and create generative tests around parameters. @jbarrick-mesosphere wdyt?

oliviabarrick commented 5 years ago

Yes! I was thinking about this earlier today. We could even do some form of snapshot testing.

kensipe commented 4 years ago

I can see the need / desire for this on KUDO... which has parameters. I don't see how KUTTL will generically provide a solution. Do you have thoughts @gerred ?