sdk-java icon indicating copy to clipboard operation
sdk-java copied to clipboard

Add the possibility to run Temporal CLI server from test

Open antmendoza opened this issue 2 years ago • 0 comments

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.

antmendoza avatar Jun 30 '23 10:06 antmendoza