Skip to content

Miragon/camunda-testing-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues Unlicense License


Logo

Camunda 7 Testing Example

An awesome template to jumpstart your testing projects!
Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

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.

(back to top)

Built With

the help of the following major frameworks/libraries among others.

  • JUnit-shield
  • Camunda-shield-test-coverage
  • Camunda-shield-extension

(back to top)

Getting Started

This is a guideline on setting up your project locally.

Prerequisites

  • Intellij or other IDE

Installation

This project doesn't rely on any external dependencies or services.

  1. Clone the repo
    git clone https://github.com/github_username/repo_name.git
  2. 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

(back to top)

Usage

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

Roadmap

  • Add Additional Templates/Examples
  • ...

See the open issues for a full list of proposed features ( and known issues).

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Top contributors:

Made with contrib.rocks.

(back to top)

License

Distributed under the Apache License Version 2.0. See LICENSE for more information.

(back to top)

Contact

Project Link: https://github.com/dominikhorn63/camunda-testing-examples

(back to top)

Acknowledgments

(back to top)

About

Collection of best practices to test camunda processes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages