Tests must be triggered automatically after an application is deployed #16718
Unanswered
yasinitskyi
asked this question in
CI setup
Replies: 2 comments 2 replies
-
Sure. This is not a cypress matter at all. This is a pipeline topic, especially a gitlab-ci matter. You can ask pipeline A in a step to trigger pipeline B. This is well documented. |
Beta Was this translation helpful? Give feedback.
2 replies
-
@yasinitskyi > If this is answered, could you please mark this as replied :) ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My team have an application which lives in GitLab and deploys from there to Google Cloud once pipeline has successfully finished. The team do not want tests to be part of the pipeline for certain reasons, so they suggest me to set them somewhere else and trigger them automatically after the application is deployed. Currently, the pipeline has the last stage which is DEPLOY, and my test should react after that stage is done and trigger themselves 24/7. Any idea how can I do that?
Beta Was this translation helpful? Give feedback.
All reactions