kubeshop / kusk-gen

Kusk Gen generates Ingress-controller configurations from your OpenAPI definition
https://kubeshop.github.io/kusk-gen
MIT License
173 stars 12 forks source link

Split Wizard up into testable components #122

Closed kylehodgetts closed 2 years ago

kylehodgetts commented 2 years ago

As the Wizard is a core part of onboarding new users to Kusk and therefore it should be well written and tested to increase confidence when releasing it.

This PR splits the wizard up into smaller components that we can test in isolation / mock where the real thing isn't required

Changes

Checklist