An awesome template to jumpstart your testing projects!
Report Bug
·
Request Feature
Table of Contents
There are not many camunda 7 workflow testing examples available on GitHub. However, here there is one.
Of course, no one example will serve all BPMN process models. So feel free to suggest changes by forking this repo and creating a pull request or opening an issue. Thanks to all the people have contributed to expanding this repository!
Use the IDEAS
to get started.
the help of the following major frameworks/libraries among others.
This is a guideline on setting up your project locally.
- Intellij or other IDE
This project doesn't rely on any external dependencies or services.
- Clone the repo
git clone https://github.com/github_username/repo_name.git
- Change git remote url to avoid accidental pushes to base project
git remote set-url origin github_username/repo_name git remote -v # confirm the changes
This project is meant to provide you examples how to unit test a BPMN process model. It will focus on giving you an idea of how to unit test BPMN process models. (It contains a running camunda starter application, which we do not focus on.)
The template shows an order process with optional deliveries:
- One delivery takes place external
- The other delivery is a partial process
- Add Additional Templates/Examples
- ...
See the open issues for a full list of proposed features ( and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Made with contrib.rocks.
Distributed under the Apache License Version 2.0. See LICENSE
for more information.
Project Link: https://github.com/dominikhorn63/camunda-testing-examples