You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
We have a build plan with a final stage of deploying to a server.
I'd like to run some automated e2e (end-to-end) UI tests against that deployed server after the deployment completes (using Cypress test platform).
(Also, I would like to avoid having e2e test failures result in a failed plan, especially as we're learning to write non-flaky tests.)
Can anyone suggest resources on best practices in Bamboo for running automated UI tests post-deployment? I've found very little info thus far.
Maybe "child plans" are the right mechanism?
Searching for "e2e" in this Bamboo forum turns up nothing, which seems surprising.
p.s.
I found a Bamboo plugin called "After Deployment Trigger for Bamboo", but there is little documentation or discussion of how to use it.