citrusframework / citrus

Framework for automated integration tests with focus on messaging integration
https://citrusframework.org
Apache License 2.0
445 stars 135 forks source link

feat(#1156): provide test api generator #1160

Open tschlat opened 1 month ago

tschlat commented 1 month ago

I have added code for the test API generator plus documentation. The generator has been implemented having XML tests in mind. Therefore, usage within Java DSL is a little cumbersome and needs a rework. We propose to add this change as work in progress. It is quite isolated.

I have added #1161 and #1163 to finish this up.

christophd commented 1 month ago

@tschlat awesome work! please bear with me as I need some more time to have a closer look