Is it possible to add JVM args to pass to the Test Runner for
execution similar to running JUnit tests in IntelliJ? I like what I
see from the tool but not being able to add JVM args prevents the
majority of my tests from being able to run in iTest because most of
our code relies on a -Denv param.
Thanks.