wearefrank / ladybug

Enable users of your application to debug and test it
Apache License 2.0
13 stars 8 forks source link

Skipped pipes show as if they were executed anyways #212

Closed MLenterman closed 4 months ago

MLenterman commented 7 months ago

If a pipe is skipped because of an IfParam or IfSessionKey condition, it still shows as if it was executed anyways. The output of the pipe and the storeResultInSessionKey sessionkey are both showing the input of the pipe. The only indication that a pipe was skipped is that the output and storeResultInSessionKey sessionkey look off.

Greying out skipped pipes or any other indication that a pipe was skipped would be very handy.

jacodg commented 4 months ago

Can you create an issue at the F!F project? Ladybug doesn't know about pipes, it has generic methods to create reports with checkpoint that can have any name or content. F!F creates checkpoints with names like Pipeline and Pipe

MLenterman commented 4 months ago

https://github.com/frankframework/frankframework/issues/6654