When you execute Arquillian with -Darquillian.debug=true, you get that fancy eventing graph.
It would be nice if Spacelift reacted on the same system property. The goal of it would be to print a graph in a similar way how Arquillian does, which would visually distinguish what Task is executing other embedded Tasks in it. By doing so, you would see how your chaining is done. It would be very nice in connection with executeEvery and until methods, so you would see what is actually being executed.
When you execute Arquillian with -Darquillian.debug=true, you get that fancy eventing graph.
It would be nice if Spacelift reacted on the same system property. The goal of it would be to print a graph in a similar way how Arquillian does, which would visually distinguish what Task is executing other embedded Tasks in it. By doing so, you would see how your chaining is done. It would be very nice in connection with executeEvery and until methods, so you would see what is actually being executed.