-
We had some tests with a `static final` `@TempDir` fields which were silently being skipped, going unnoticed for some time (due to the large number of tests in the project, https://github.com/apache/a…
-
Hi
When upgrading the parent, if I subsequently add a new dependency that is not handled by the parent, the version attribute is added unnecessarily.
Example in https://github.com/ruben-garciapa…
-
Hi All,
I am using latest serenity version with Cucumber 7 to use BeforeAll tag. This Tag is running fine when executing the test scenarios from feature file. However when executing the scenarios fro…
-
I have issues with usage of build properties generated by spring-boot-maven-plugin, goal build-info. This goal does not generate build-info properties file to META-INF folder. For testing purposes I c…
-
Hello, team
We've upgraded our project to use neo4j-java-driver-spring-boot-starter v. 4.3.6.0, and it has in its dependency tree neo4j-java-driver v. 4.4.2, and it in turn has akka-stream_2.12 v. 2.…
-
Hi,
Recently I run into an issue, when I try to enqueueAt a job in redis I encountered the following error :
```
org.springframework.data.redis.core.script.ScriptingException: Error reading scri…
-
**Flow **
I have BaseIT where i want to add some default expectation for mockserver to lower boilerplate code in child tests.
In some test needed some another behavior so i clear old and add new exp…
-
Running
```
import org.junit.Test;
import com.vaadin.testbench.TestBenchTestCase;
public class TBTest extends TestBenchTestCase {
@Test
public void nix() {}
}
```
On a M1 Max M…
-
#### Summary
The [AssertJ docs](https://assertj.github.io/doc/#assertj-core-assumptions) do clearly state in section 3.15:
> Assumptions provide support for conditional test execution, if the a…
-
在引入sentinel之前,项目可以正常启动,build.gradle如下:
Before sentinel is introduced, the project can start normally, build.gradle is as follows:
```
plugins {
id 'org.springframework.boot' version '2.3.7…