Use a given Eclipse Run Configuration for running tests
Reported by Remon Sinnema | February 4th, 2010 @ 05:56 PM
Our tests have some VM arguments that we need to set. Additionally, they need to be run from a specific directory. We have all those requirements captured in a Run Configuration, so we'd like to have Infinitest use that to run the tests.
Comments and changes to this ticket
-
benrady (at gmail) February 5th, 2010 @ 02:38 AM
Thanks for the feedback.
Using a run configuration would be very convenient in some cases. For now,
you can achieve a similar effect using the infinitest.filters and
infinitest.args files, as described in the user guide:http://improvingworks.com/products/infinitest/infinitest-user-guide/
-
Remon Sinnema February 5th, 2010 @ 10:58 AM
Thanks for the feedback. This is a nice feature that almost gets the job done. The one thing I can't seem to use this for, is running the tests from a specific directory. Any ideas on how to achieve that?
-
Remon Sinnema February 5th, 2010 @ 11:34 AM
Also, it doesn't seem possible to use Eclipse variables in infinitest.srgs file, like so:
-Dother.project.dir=${workspace_loc:OtherProject}
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Continuous Test Runner for Java