-
Currently, a typical test setup with Spring Boot tests and shared containers does not work anymore with JUnit 5: Using static testcontainers with Spring Boot's `ApplicationContextInitializer` to confi…
-
Especially TestNG cannot run in parallel with JGiven using injected stages, due to its lifecycle strategy.
It would be nice to create a proxy for TestNG and by Extension JUnit5 to support those two…
-
Not sure where to start discussion about this, but I added some logs to your project and I found this:
```
16:34:25.689 DEBUG [main] github.zforgo.arquillian.junit5.ArquillianExtension:138 - populat…
-
Hello,
I am currently using this quarkus extension, and when I had a look at the Junit surefire report, it seems that all tests (scenarios) are named "getTests"
In order to make the surefire repor…
-
I'm trying to run junit5 selenium tests with the Java Test Runner. I always get this error message:
```
org.openqa.selenium.WebDriverException: Driver isn't initialized. This extension can only be…
-
**TLDR**: Having a single test case for multiple message types to the same parser cause fast failing of the test and make it hard to determine, which message was faulty. It would be easier to have one…
-
Hi team,
A proposal to moving on after the adoption of java8+ is to start the migration from junit4 to jnuit5.
- JUnit 4 never advanced beyond Java 7, missing out on a lot of features from Java …
-
> @nmancus1, I have an idea. We can write JUnit extension for this.
A test will be something like that:
```java
@Test
@Timeout(value = 10, unit = TimeUnit.SECONDS)
@Thread(name = "D…
-
There is written in the README:
> Move from JUnit 4 to Junit 5. Junit 5 is lacking the support for temporary files that JUnit 4 provides.
Doesn't that fit you need: https://junit.org/junit5/doc…
-
Hi @LachlanMcKee ,
Thanks for this library, I had it in use on multiple apps.
Now with migrating to Junit 5 we need an other approach with a Junit 5 extension.
Are you planning to implement that …