Christoph Deppisch
Christoph Deppisch
I would like to work on this one
@squakez @lburgazzoli after another review of the current capabilities I think we can close this issue as completed. With the opportunity to use the Knative broker event stream as a...
@sscholl what is the underlying unit test framework that you are running the tests with? JUnit Jupiter, TestNG, JUnit4 or Cucumber, something else?
@chokdee thanks! this makes sense
The Kubernetes client used in Citrus is very old. And most likely this is not working with newer Kubernetes versions anymore. I did some update already on that in YAKS...
Thanks for letting me know in advance. The upgrade to boot 2.x is planned. I will check over the weekend what it takes for us to upgrade. I am positive...
Maybe use Groovy scenario scripts then.
the linter has been disabled temporarily
Awesome thanks! I guess this is only for a subset of Selenium actions, isn't it? Could you please share a list of actions/steps where you think the retry logic makes...
We could introduce a common retry attempt setting just like JDBC steps are doing (https://github.com/citrusframework/yaks/blob/main/java/steps/yaks-jdbc/src/main/java/org/citrusframework/yaks/jdbc/JdbcSettings.java) so users can enable/disable retry with these settings: ```gherkin Given Selenium max retry attempts: 10...