arquillian / arquillian-extension-rest

Declarative REST testing extension
37 stars 20 forks source link

Split project #16

Open lordofthejars opened 10 years ago

lordofthejars commented 10 years ago

Currently the only RESt framework supported by the extension is RestEasy, but if for example you are using Apache TomEE you would like to run your client tests with Apache CXF (so no more dependencies are downloaded). I think that would be amazing to split the project so you can provide your implementation of client to be used. Something like arquillian recorder that you can implement your own screenshot shooter or videorecorder.

blabno commented 10 years ago

It is already done. There are 2 separate implemntations for resteasy 2 and resteasy 3. There is also impl for pure JAX-RS 2.0.