You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible for the plugin to support reading the Templates section Python configuration parameters and pass them into run configuration being created by plugin?
For example I have the following parameter defined within Templates\Python section: --outputdir .results
So when I run clicking Robot test case and running test the new run configuration is being created by plugin but the --outputdir .results parameter is missing.
Providing those parameters passing would make it able to use Templates section with this plugin.
The text was updated successfully, but these errors were encountered:
SergeySerj
changed the title
Retain Python configuration parameters
Retain Templates\Python configuration parameters
Aug 28, 2018
Is it possible for the plugin to support reading the Templates section Python configuration parameters and pass them into run configuration being created by plugin?
For example I have the following parameter defined within Templates\Python section:
--outputdir .results
So when I run clicking Robot test case and running test the new run configuration is being created by plugin but the
--outputdir .results
parameter is missing.Providing those parameters passing would make it able to use Templates section with this plugin.
The text was updated successfully, but these errors were encountered: