ingwarsw / arquillian-suite-extension

Arquillian extension that will force single deployment for all tests
Apache License 2.0
67 stars 20 forks source link

A more flexible approach supporting different reusable and non-reusable deployments #44

Open famod opened 6 years ago

famod commented 6 years ago

In my current project I cannot use this extension because in a large test module different deployment (scenarios) need to supported and may not be forced into one "deployment suite".

I came up with a custom extension implementation which seems to work as expected on WildFly 11: https://gist.github.com/famod/a423cadbe976401e02002b9103d1d2d5

Seeing all the infrastructure that has been set up for this project (tests on different servers, CI, Maven upload etc.), I wondered whether my approach can be somehow integrated into this project. WDYT?

This might also be an approach for #24.