I am trying to prevent the setup/cleanup sections of my sequence from being displayed during execution. (i.e. I do not want the users to see anything other than the main sequence). This way they can see the progress being made through the sequence and the cleanup sequence will not block the view of the main sequence(and the values from individual tests).
If anyone has a clue how to do this please let me know.
(Note: I still want the startup/cleanup to run, just invisibly)
Thanks