Testing Camunda Deployment processes without Eclipse? Inside Workbench?

Is there a way to unit test a Camunda Deployment process without eclipse?

Something that can be run through Workbench, cockpit, admin, or some other variation?

Thanks!

edit:

A scenario I was thinking about was using a combination of Workbench (with its breakpoints ) (obviously workbench is a little behind current versions and would need updating) + using Groovy to write tests, which Camunda engine can already execute.

The use case here is not to automate testing of hundreds of process at a single time. The use case is to be able to have assertions and ‘tests’ that can be run while making changes to a process. Asserts for the inputs and outputs.

Thoughts?