Configure resource deployments for tests using annotations #823
Labels
area/ux
Relates to user experience
kind/feature
Categorizes an issue or PR as a feature, i.e. new behavior
Description
In the Camunda 7 test suite, it was possible to create deployments using an annotation. This was quite handy.
For tests, I would like to see an annotation
@Deployment
or@TestDeployment
(as@Deployment
is also used byspring-boot-starter-camunda
) that deploys the selected resources on deployment, allows for injection of the deploymentResponse to the test method and (in the future) removes the deployed resources again after the test has been carried out.The text was updated successfully, but these errors were encountered: