-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor processes to make it easier to specify which tests to run #520
Comments
@pihme I guess you are probably busy to work on this issue. Would it make sense if I take up this task? I either need this to integrate e2e-tests or should find a temporary way to run e2e-tests until this is done. |
Sure, let's talk about it first, though. |
Summary of discussions with @deepthidevaki today:
In terms of implementation steps:
cc and request for comments @Zelldon |
Thanks for the update @pihme. I think it looks fine.
Not 100% sure what this means and how it would look like and why 😁 Maybe you can elaborate a bit on this.
😆 lets see whether we really can do this in one quarter :D |
I hope this helps: zeebe-io/zeebe-chaos#126 |
We want to refactor the processes. In particular, we thought about getting rid of Run All Tests in Camunda Cloud.
We want to replace it by a process that takes a list of testProcessId and then uses a multi instance to run all tests in that list.
Then the hierarchy of process would be:
Run List of Tests in Camunda Cloud > Run Test per Cluster Plan > Run Test in Camunda Cloud > Test Process
This would allow callers of the processes to specify which tests to run. We believe this will be a more flexible approach.
work items
TestReport
interface #614The text was updated successfully, but these errors were encountered: