Loïc Ledoyen

Results 14 comments of Loïc Ledoyen

Here is a proposition for lifecycle hooks invocations around dynamic tests : #735

@atsiporu what you are trying to achieve is doable today with a little bit of work. You can see here how such an extension works: https://github.com/fridujo/classpath-junit-extension/blob/master/src/main/java/com/github/fridujo/classpath/junit/extension/jupiter/AbstractClasspathExtension.java However it presents some...

Hello :wave:, isn't youki (or any other alternative runtime) already supported through the use of the `HostConfig#runtime` field, when creating a new container ? Something like ```rust use bollard::{container::Config, Docker,...