citrus-simulator icon indicating copy to clipboard operation
citrus-simulator copied to clipboard

Load scenarios from git repo

Open christophd opened this issue 8 years ago • 2 comments

On simulator startup simulator should be able to load a git repo that defines the scenarios.

TODO: Find out how we can load Java scenario code at runtime.

christophd avatar Sep 21 '17 08:09 christophd

Maybe use Groovy scenario scripts then.

christophd avatar Sep 21 '17 08:09 christophd

I think that should be fairly easy, right? loading scenarios at runtime is already supported (we do it based on XML), just not from a GIT repository.

would actually be a cool addition!

bbortt avatar Aug 21 '23 19:08 bbortt