-
Hi there,
Thanks for your help in advance, I am upgrading serenity to the last version on my BDD project. I am receiving the following error when I run the suite:
> java.lang.NoClassDefFoundErr…
-
Logger should be introduced and all logs to be bridged there.
-
It's best for all users if each component's release enforces the limits of the deps it exposes to prevent these problems.
For example, I just upgraded to serenity-core, serenity-junit, serenity-repor…
-
Environment:
testCompile group: 'junit', name: 'junit', version: '4.11'
compile group: 'org.hamcrest', name: 'hamcrest-core', version: '1.3'
compile group: 'org.apache.commons', name: '…
-
When a POST request returns with response with empty body, a EOFException exception is thrown. See exception stack trace below.
The response on this POST request is valid, the response is returned …
-
I need to do following changes to enable Intellij IDE build:
```diff
diff --git a/PluginsAndFeatures/azure-toolkit-for-intellij/.idea/misc.xml b/PluginsAndFeatures/azure-toolkit-for-intellij/.idea…
-
I was just talking with @clee681 and it seems that https://github.com/ctco/cukes-rest/blob/4961e4adc9fd5c7c5e8e4e02b7d2dbf477ec1b84/cukes-rest/src/main/java/lv/ctco/cukesrest/internal/RequestSpecifica…
-
``` java
@Singleton
class GlobalWorld {
private final Map context = new ConcurrentHashMap(); //Source code
private final Map context = new ConcurrentHashMap(); //wanta it like this
```
Exam…
-
Hello again!
While debugging a `NoSuchMethodError` with @yegeniy and @iantabolt, I wanted to offer a suggestion to use the `mockito-core` library rather than `mockito-all`. `mockito-all` includes Ham…
-
```
Feature: createContract
Background:
Given content type is "application/json"
Scenario Outline: shouldCreateSimpleContract
Given request body from file
When the client performs P…