Project Variables for Test Execution

Answered

Hey there,

 

unfortunately I am coming from a world full of "Eclipse" and my question ist probably very specific, but I thought I give it a try.

We are using AludraTest for GUI Testing in Eclipse our Run Configuration used kind of a Aludra Wrapper Class which than executed the in the project explorer selected Test Class. To achieve this there is a variable in Eclipse called ${java_type_name} (Docs: Returns the fully qualified Java type name of the primary type in the selected resource.) Which we could use in the VM Arguments in the run configuration.

Is there any possible way to achieve that in IntelliJ?

 

Thanks in advance,

 

Max

0
1 comment

Run configurations have no access to the project view or selection context as they can be run via multiple ways. You may need to create a plug-in/extension for IntelliJ IDEA to make it work.

0

Please sign in to leave a comment.