-
**Citrus Version**
dependencies {
compile group: 'org.testng', name: 'testng', version: '6.14.3'
compile group: 'junit', name: 'junit', version: '4.12'
compile group: 'com.consol.citru…
-
```
What steps will reproduce the problem?
1.attempting to install package on motorola citrus
2.
3.
What is the expected output? What do you see instead?
Install of app. Error screen talking about p…
-
**Citrus Version**
2.8.0
**Question**
I am trying to create a project with cucumber cases on top of citrus framework. I noticed that if my scenario specifies
When .. Then.. And..
The case fai…
-
**Citrus Version**
Citrus 2.8.0
**Question**
Is there a way to set a currentDate to UTC?
**What I've tried so far**
In my country, I've adjusted the time by subtracting 1 hour as demonstrated…
-
**Citrus Version**
4.1.0
I am getting error:
> Unable to find bean reference for type 'class org.citrusframework.jms.endpoint.JmsEndpoint'
If I use Spring Beans instead, it is going to work.…
-
- lang: 第一言語(まずは日本語のみ) (言語コード: ISO639) (str, default="ja")
- age: 年齢(0〜120, None) (int, default=None)
- gender: 性別(男、女、その他, 答えたくない) (int gender_id, 男=1, 女=2, その他=3, 答えたくない=None)
- 更に多くのジェンダーにも対応す…
-
We're currently observing issues using Citrus in projects with very old versions of common libraries. As Citrus ships newer versions as the SUT classpath provides, the version clash influences the beh…
-
> [ERROR] Failed to execute goal on project citrus-sample-cucumber-spring: Could not resolve dependencies for project com.doubleslash:citrus-sample-cucumber-spring:jar:2.8.0: Failure to find com.conso…
-
**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**
2.8.0, tests are in XML files
**Question**
I've encountered an unusual problem while conducting integration tests using Citrus. During multiple runs of the same test, I'm consi…