I want to be able to see the results of each GUItest-project seperately in CatLight.
My idea on how to solve this is to have them as seperate releases for each GUI-testproject. This would make it possible to have them separetely in CatLight.
My problem is that i can't have the release start during the GUI-tests. So i would like to mark the GUI-test with a semaphore of sorts and mark the release with the same, so they can't run together. I can't find any logical way of doing this in Microsoft release management, but it sounds like a common restriction.
So this would be the setup,
Release definitins:
The deploy is only allowed to run when no GUI-tests run. The GUI-Tests are allowed to run parallel. So i'm thinking about having three metaphores: A, B, C. The Deploy takes all of those and the GUI-tests one each.
Is there any way to do this, or plugin for this or another solution that is not visible for me?
Today we do the GUI tests as tasks in the deployment, the problem with this is that the different teams have to check to see if it's their gui-tests that have trouble if one fails...