Hi
Is it possible to provide system-properties (as read by System.getProperty(String)) from within a testng.xml file? To avoid adding them as VM arguments to my run-configurations in Eclipse?
Something like:
<suite name=”my-suite”>
<system-properties>
<property name=”foo” value=”fooValue”>
</system-properties>
<test>…</test>
</suite>
Thanks,
Alex
--
You received this message because you are subscribed to the Google Groups "testng-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to testng-users...@googlegroups.com.
To post to this group, send email to testng...@googlegroups.com.
Visit this group at http://groups.google.com/group/testng-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Ok, thanks.
/Alex