I want to do #LDD (#LogDrivenDevelopment) with #honeycomb ; anyone doing this already? what I mean is tests along the lines of
given ABC
When I do XYZ
Then Foo
and Bar
should be logged
I've done this in .net, but am new to typescript; I think I'll need to "intercept" (or proxy?) outgoing calls if I dont want to write a wrapper around the entire HoneyCombIO library. Anyway, ping me if any1 else also doing this, ciao, Alan
