Hello All,
In some free time, I created a new project for WildFly i'm calling
wildfly-testing-tools [1]. Currently this includes a JUnit Extension for
managing a WildFly instance for tests. Please note this is NOT a
replacement for Arquillian. This is aimed for cases that are much more
simple than what Arquillian can handle.
This could end up being used in WildFly Core as a replacement for the JUnit
4 TestRunner we have. The idea for this project came from me wanting to
migrate the wildfly-maven-plugin to use JUnit 6. I needed a replacement for
a simple test runner that is similar to what we have in WildFly Core, so I
created this :)
I also moved some things from WildFly Arquillian into this project. The
reason being these were useful testing tools, but really don't have
anything to do with Arquillian. These extensions can be used with or
without Arquillian.
I'd like to propose we make this a WildFly project. I'd like others to have
a look and let me know if they would find it useful. I don't think it's
something we want to bring into WildFly testing itself, but I can see it
being useful for WildFly Core or projects where Arquillian might be a bit
of an overkill.
[1]:
https://github.com/jamezp/wildfly-testing-tools
James R. Perkins
Principal Software Engineer