arquillian / arquillian-testrunner-spock

Arquillian Spock TestRunner
Apache License 2.0
30 stars 20 forks source link

Add more containers for example/tests #23

Closed bartoszmajsak closed 8 years ago

bartoszmajsak commented 8 years ago

Current set of containers is a bit out of date. We should add at least following:

bartoszmajsak commented 8 years ago

Arquillian Chameleon has been added on the @spock_1.0 branch. This not only makes maven profiles obsolete but primarly simplifies configuration so that choosing a supported container is just a matter of providing a command line variable, e.g. -Dcontainer=wildfly:10.0.0.Final:remote

bartoszmajsak commented 8 years ago

Updated README with build section.