-
To follow-up feedback from Mike.
------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] --------------------------…
-
There appears to be an issue with the JSON array contains / not contains step, when trying to partially match objects.
Given the following scenario:
```
Feature: Bug Report
Scenario: Each not …
-
### Prerequisites
Please answer the following questions for yourself before submitting an issue.
- [x] I am running the latest version
- [x] I checked the documentation and found no answer
- [x] I…
-
Hi John,
I have been trying for few days, to solve the error. I know you have mentioned in #206 but i checked its not dependency conflict.
I am using serenity-core latest release 1.1.34. However I ha…
-
When using Spring Cloud GCP in Kubernetes I get the following exception when spans are sent to Stackdriver. Here's a [minimal sample app](https://github.com/michael-barker/spring-cloud-gcp-trace-kube…
-
##### **Overview of the issue**
We can't run the IT tests with **Idea**, with current master 0eca33cccd11407a8d85b6cc8290c6cfee7d95f0 and the merges of these PR:
- https://github.com/jhipster/gene…
-
The rsocket server dies on keep-alive ack timeout. I've tried adding onErrorResume, but to no avail. How can I prevent the server from closing its socket on error?
**Error**
```
[2019-05-20 11:12…
-
## MyBatis version
3.5.0
## Database vendor and version
Microsoft SQL Server Enterprise Edition (64-bit)
11.0.2218 RTM
## Test case or example project
[mybatisBugReport.zip](https://…
-
I get `java.lang.ClassNotFoundException: kotlin.streams.jdk8.StreamsKt` when running Spek Framework plugin v2.0.0-IJ2018.3 in IntelliJ IDEA 2018.3.3
And my tests runs are green while they shouldn't…
-
Discussion: Probably we should use/develop some method to compare JSON Objects in tests, instead of hardcoding the expected result, because same objects could have keys in different order, which would…