citrus icon indicating copy to clipboard operation
citrus copied to clipboard

Framework for automated integration tests with focus on messaging integration

Results 194 citrus issues
Sort by recently updated
recently updated
newest added

**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...

Type: Bug
Prio: Medium
good first issue

**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...

Type: Bug
Prio: Low

**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...

Type: Enhancement
Prio: Medium

**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...

Type: Enhancement
Prio: Medium

**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...

Type: Maintenance
Prio: Low

**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...

Type: Bug
Prio: Medium
good first issue

**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...

Type: Bug
Prio: Low
good first issue

**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**...

Type: Enhancement
Prio: Low

**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...

Type: Enhancement
Prio: Low

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...

Type: Enhancement
Prio: Low