Skip to content

Project template for tests with the Zeeebe Java client

License

Notifications You must be signed in to change notification settings

zeebe-io/zeebe-test-template-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zeebe test template with Java client

This repository contains a simple example of how to write a test for Zeebe. You can use it for reporting bugs or asking questions in the forum.

Usage

  1. Clone this repository, or use it as template to create a new one.

  2. Modify the test and/or workflow to your needs.

    • JUnit test: src/test/java/io/zeebe/WorkflowTest.java
    • BPMN workflow: src/test/resources/process.bpmn
  3. Check the results by running the test WorkflowTest locally in your IDE.

    Or, using the Maven command: mvn clean test.

  4. Share your repository in the forum, or as part of an issue.

Code of Conduct

This project adheres to the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].

About

Project template for tests with the Zeeebe Java client

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages