Recommended best practices to test multiple services #5391
Unanswered
jerometremblay
asked this question in
Q&A
Replies: 1 comment
-
Hello @jerometremblay ! For your use case which is to deploy all the services in parallel and once all the services are deployed run e2e tests, you can definitely use a single pipeline. You can use stages.deployments and (stages.test_commands or stages.post_deployments)to deploy all the services to a particular environment and finally run e2e tests. Here is how the pipeline manifest can look like:
|
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
Uh oh!
There was an error while loading. Please reload this page.
-
What are the recommended best practices to test multiple services?
When I deploy i have one pipeline for each service, and they are all deployed in parallel. But how should I test everything? Should I use a single pipeline? A pipeline dedicated to e2e tests with a wait stage that checks all dependencies and wait that they are all deployed to the latest version?
Beta Was this translation helpful? Give feedback.
All reactions