-
1. Re: Faster test development with arquillian when testing large ear
blabno Apr 20, 2012 3:45 AM (in response to joriswijlens)Joris, I'm working on this currently. We have here 2 problems:
1) have single deployment for all test classes https://issues.jboss.org/browse/ARQ-197
2) create Arquillian extension so that Arquillian deploys the package only once and then single classes could be updated with JRebel
I'm working on the latter, but will need help from Aslak.
-
2. Re: Faster test development with arquillian when testing large ear
joriswijlens Apr 20, 2012 11:08 AM (in response to blabno)Hi Bernard,
Thanks for your answer. I'm glad someone is working on these problems. I looked at issue https://issues.jboss.org/browse/ARQ-197 but I,m wondering if that is going to solve my problem because that is about doing one deployment for multiple testcases but still one deployment per test run. I'm often running only one test at the time, but very often in a short time I want to share deployment between test runs and maybe do it with something like maven!? So I prefer solution number two. Is this https://github.com/arquillian/arquillian-extension-jrebel the right place to track progress?
Joris
-
3. Re: Faster test development with arquillian when testing large ear
blabno Apr 25, 2012 4:46 AM (in response to joriswijlens)Follow https://community.jboss.org/message/728446
My pull request waits for approval. You can grab it from here: https://github.com/blabno/arquillian-extension-jrebel/tree/wip but once it's accepted it will be in https://github.com/arquillian/arquillian-extension-jrebel