citrusframework / citrus-simulator

Standalone simulator for different messaging transports such as Http REST, SOAP WebService, JMS, RMI, mail messaging and more
Apache License 2.0
44 stars 45 forks source link

Draft: load scenarios at runtime #259

Open bbortt opened 4 months ago

bbortt commented 4 months ago

dynamic scenario registration at runtime, based on Java code. happy to hear your thoughts @christophd & @tschlat.

I think it could later be enhanced with a DSL. but since the simulator supports only Java simulations up to now, I think the feature should be implemented step by step.

don't merge! I'll increase the coverage before merging. this code is for sure not bug-free! up until now I've only submitted one integration test to proof the desired behavior.