Skip to content
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

[CPT] I can deploy resources via test annotation #19178

Open
saig0 opened this issue Jun 7, 2024 · 0 comments
Open

[CPT] I can deploy resources via test annotation #19178

saig0 opened this issue Jun 7, 2024 · 0 comments
Labels
component/camunda-process-test Related to the Camunda-Process-Test component kind/feature Categorizes an issue or PR as a feature, i.e. new behavior

Comments

@saig0
Copy link
Member

saig0 commented Jun 7, 2024

Description

In Camunda Process Test, I want to deploy process resources via test annotation. Take inspiration from Camunda 7.

Tasks

  • Create a new or extend the existing test annotation to define deployment resources
  • Deploy the given resources before running the test

For example:

@TestDeployment(resources = "my-test-process.bpmn")
void shouldWork() {
  // ...
}

requires #18997
related to camunda/zeebe-process-test#823

@saig0 saig0 added kind/feature Categorizes an issue or PR as a feature, i.e. new behavior component/camunda-process-test Related to the Camunda-Process-Test component labels Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/camunda-process-test Related to the Camunda-Process-Test component kind/feature Categorizes an issue or PR as a feature, i.e. new behavior
Projects
None yet
Development

No branches or pull requests

1 participant