Question about Process Test Coverage feature in Operaton

Hi Operaton community,

I have been exploring Operaton and noticed that Scenario Testing is discussed here (see: Development - Operaton ).

However, I could not find any information or artifacts regarding Process Test Coverage (similar to Camunda’s process-test-coverage).

Could you please clarify:

  1. Are there any plans to implement Process Test Coverage in Operaton?
  2. Is there a roadmap or ETA for this feature?
  3. If it is in progress, are there any recommended workarounds for measuring test coverage of BPMN processes in the meantime?

Thank you very much for your guidance and insights!

Hi @Balint ! The process-test-coverage extension is not part of Camunda 7 core, which is the scope of Operaton. For additional add-ons we rely on contributors providing the add-ons. We have to focus our resources on the core project ATM.

There is a growing set of such extensions available, which we link on the Operaton Hub page.

Basically, it is pretty easy to adopt any plugin like process-test-coverage:

  1. Fork the original source
  2. Run our migration recipes
  3. Publish the result
  4. Maintain it

It is easy to do yourself. If you want someone else to provide it and can sponsor the development & maintenance consider to contact a service provider.

The process-test-coverage will be pretty sure one day in the not too far future available as Operaton compatible version, but the Operaton team can’t tell by whom and when.

Hi @Balint and @kthoms,

Just wanted to let you know that I went ahead and forked both projects and made them compatible with Operaton!

Both libraries are compatible with Operaton 1.x and 2.x. Hope this helps anyone looking for test coverage and scenario testing support in the meantime!

Feedback and contributions are welcome.

1 Like

Dear @RonAlders !

Thanks for porting these extensions to Operaton! Would you be so kind and request a listing on them on out Hub Page: Hub - Operaton

The link to open a request is on that page.