Hello everybody. Are there any plans to implement something like arquillian persistence extension to be able to seed, verify, etc a db for specific tests?
I have a "port" of it which can be used for non java ee related tests (see https://github.com/dadrus/jpa-unit). I would however like to use the corresponding functionality in a lightwight container (compared to arquillian), like available with test-control. Would it be something the comunity would like to have? And if yes, what would be the best entry point from your experience to make the aforementioned junit extension usable with the test-control module? Regards Dimitrij
