fabric8io / fabric8-generator

a jboss forge add on for the fabric8 upstream and SaaS generator wizards
Apache License 2.0
1 stars 12 forks source link

provide a stub back end so we can test forge in isolation with no OpenShift / Github / Auth cluster #65

Open jstrachan opened 7 years ago

jstrachan commented 7 years ago

to simplify unit tests it'd be awesome to be able to test the forge commands using the regular forge testing framework and stubbing out the back ends (Auth, OpenShfit, Github).

bartoszmajsak commented 7 years ago

Forge Test Harness is a dead end at this point - it takes minutes to run a simple test. We tried it with @corinnekrych.

For the other points, I might have something working very soon.

jstrachan commented 7 years ago

awesome!

BTW on the kubernetes/openshift side of things we've a stub/mock implementation in kubernetes-client : https://github.com/fabric8io/kubernetes-client/tree/master/openshift-server-mock which provides openshift/kubernetes support on top of https://github.com/fabric8io/mockwebserver