Hi, I've got a module controller running a test fragment in an include controller and I would like to add some assertions to verify the results. I tried adding an assertion both as a child to the module controller or as a sibling and in both cases the assertion doesn't seem to be run at all. In the Tree View Listener I can see the results of the test fragment run via the include controller, but I don't see how I can get to those results in any way.
The only workaround I found is saving the result in a variable already in the included test fragment. Any thoughts? Nicola
