2

Closed

Allow additional parameters for StatLight activity

description

I need to pass in an additional parameter -b to StatLight to allow running asynchronous Silverlight tests that use a TestPanel. For now I can use a workaround to use a bat file as the tool path instead of the exe. The bat file has the following contents:
 
"C:\Program Files\StatLight\StatLight.exe" -b %1=%2 %3=%4
 
I would prefer to be able to specify additional parameters in the Activity.
Closed Dec 9, 2012 at 12:38 PM by mikeFourie
Happy to take a patch for this if provided. Many thanks...

comments

MOlausson wrote Apr 10, 2012 at 1:59 PM

This seems like a resonable thing to add, I'll add this to the backlog.