sdk-java
sdk-java copied to clipboard
Add the possibility to run Temporal CLI server from test
Is your feature request related to a problem? Please describe.
Other SDKs allows starting a full Temporal server locally for testing purpose.
Eg typescript: TestWorkflowEnvironment.createLocal()
I would like to have the same in Java, it will help to test features that are not implemented in test env, like listWorkflowExecution
Describe the solution you'd like A clear and concise description of what you want to happen.
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context Add any other context or screenshots about the feature request here.