-
### Introduction
Hi everyone,
I encountered a behavior of mockk, where, if the backing field has a different type than the getter, a warning is printed to the logs but the test continues and passe…
-
### Expected Behavior
In a Micronaut Lambda project serving REST resources, a resource method such as this one should be perfectly valid:
```java
@Get(value = "{id}", produces = MediaType.APPLI…
-
When upgrading from 1.15.4 to 1.15.5 some warnings are now thrown during Serenity Test Runs:
```
[INFO] Running com.amido.stacks.tests.api.CucumberTestSuite
Oct 23, 2024 10:59:39 AM io.cucumber.c…
-
I implemented a [`ClassOrderer` for Quarkus](https://github.com/quarkusio/quarkus/blob/2.6.0.CR1/test-framework/junit5/src/main/java/io/quarkus/test/junit/util/QuarkusTestProfileAwareClassOrderer.java…
famod updated
2 weeks ago
-
### What happened?
I use maven dependency
org.seleniumhq.selenium
selenium-java
4.18.1
selenide
com.codeborne
…
-
These 3 tests fail on **Linux**. I noticed in [this run](https://github.com/eclipse-platform/eclipse.platform.swt/actions/runs/11593022080/job/32277129469) of https://github.com/eclipse-platform/eclip…
-
Hello, running the application with ETOKEN and SpringBoot 3 is no problem. Even writing Test for ETOKEN (without `@SpringBootTest` is working.
But the SpringBoot3-Tests with ETOKEN are always faili…
-
`Junit 5` platform offers few advantages over `Junit 4` like `Junit 5` uses some advanced features of Java, can execute via more Runners etc. Migrate all the unit tests to `Junit 5`.
-
# Bug Report
## Describe the Bug
CryptoConverterTest.createVerifierFor_edDsaKey_bouncyCastleProvider() is flaky. It has a very slight chance to fail.
## Steps to Reproduce
I cannot reprodu…
-
I have a project where it would be nice to be able to plug in arbitrary test listeners to get the output that you want.
It would be nice to be able to use the listeners in the console package to op…