Executing a runner Follow
Hi,
I've developed my own runner and would like to execute it via RunStrategy. I didn't find any simple example, but TestNG plugin. Is there any documentation reletaed to this?
For use RunStrategy have I to register the runner in plugin.xml or can I execute it directly?
Thanks,
Andre
Please sign in to leave a comment.
Hello Andre,
TestNG creates special RunConfiguration. Profiler/Defugger register their
Runners
What do you need exactly?
Thank you
-
Anna Kozlova
JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
Hi Anna,
I just solved the problem, thank you!