citrus
citrus copied to clipboard
Framework for automated integration tests with focus on messaging integration
**Citrus Version** v2.7.8 **Expected behavior** Soap message should be sent **Actual behavior** http message sent **Test case sample** > Please, share the test case (as small as possible) which shows...
**Citrus Version** 2.7.8 **Expected behavior** When I wait for a http server via `waitFor().http()` and `waitFor().execution().action()`, I expect them to request the server with the same http request method. **Actual...
**User story** As a citrus test programmer, I want the async container to forward the root cause of a test failure, so that I'm able to investigate the issue straight...
**User story** As a Citrus user, I'd like to have some documentation about the Citrus JDBC Agent as an alternative to the Citrus JDBC Driver for the JDBC testing, so...
**User story** As a citrus user, I would like to find a step by step guide of how to add the Citrus JDBC driver to my application. **Additional context** It's...
**Citrus Version** >=2.7.4 **Expected behavior** A swagger generation containing response definitions without "200" or "default" definitions are parsed and tests are generated. **Actual behavior** The test execution fails completely. **Test...
**Citrus Version** 2.7.1 **Question** How to concat a single quote with citrus:concat? **What I've tried so far** ``` ``` The second value with a single quote isn't concated to the...
**Description** Assume you have a TestNG DataProvider that returns n parameter sets. If you execute a parameterized Citrus test / DataProvider, the DataProvider method gets invoked n+1 times. **Citrus Version**...
**User story** As a Citrus user, I would like to use XPath extractions from HTML files and use the Citrus HTML to XHTML conversion feature implicitly, to be able to...
SFTP client does not support gssapi-with-mic authentication method. When method is chosen by client and server the username/password is prompted with interactive command line input. Instead username password setting on...