Sven Hettwer
Sven Hettwer
Hi! I've investigated the issue. Currently this is a bug unfortunately. There is a pretty ugly workaround to make the single quote concatenation work use `'''''` instead of `'''`. So...
Developer note: The issue occurs in the class `FunctionParameterHelper`, because the method `cutOffSingleQuotes` is called twice.
Hi! There will be a fix for sure. I just can't provide a timeline. :wink: BR, Sven
Hi! The issue occurs since v2.7.5. It seems, it is caused by #359 where we changed the type of the incoming messages from `HttpEntity` to `HttpEntity`. In the latter, the...
Hi! > Is there any plan to re-enable the string representation in a future version? Absolutely, yes. As you can see, I labeled this issue as bug with medium priority....
As evaluated during #550, the timeout for the `async` containers is hard coded. If the hard coded timeout is lower than the timeout of the endpoint, this message occurs. I'll...
Hi! Thx again for another detailed issue! Yeah, this lies in the details of the TestNG integration with Citrus. Have you experienced functional deficiencies based on these multiple invocations? BR,...
Hi! Okay, now I got your point. Yeah this is definitely worth a fix. BR, Sven
Hi! Knowing about variables that define some test data should remain a test step in my opinion. :thinking: BR, Sven
Hi! Please use the annotations provided from the respective test runner (TestNG, Junit4, Junit5). E.g. `@Test(enabled = false)` For TestNG BR, Sven