citrusframework / citrus

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

Allow creation of TestResult objects with specific parameters #1181

Closed StenAtGH closed 3 months ago

StenAtGH commented 3 months ago

User story As a back-end tester, I want to be able to pass additional parameters into the TestResult parameters, so that they can be integrated into reports subsequently.

Additional context TestResult already has a parameter map but it is not possible to fill this from the standard test execution path in citrus. The aim is to maintain the current behavior as default, but with the possibility to modify it if necessary.