When isolating a root cause of a failing test written in Python or Java, I use a debugger built in my IDE (e.g., Intellij) to debug it.
Is the same possible for Robot tests?
Particularly, what's a support for debugging Robot tests in IDEA Intellij?
I wonder because I found Robot tests are a mix of both .robot
and .py
/ .java
fies.
-
duplicate of stackoverflow.com/questions/35357271/…Amias– Amias2018年10月05日 12:28:16 +00:00Commented Oct 5, 2018 at 12:28
1 Answer 1
The Eclipse plugin called RED ([GitHub]1 ) has support for the standard debugger.
More information can be found in the RED GitHub Help pages.
-
So no support for Intellij?dzieciou– dzieciou2019年04月17日 08:11:01 +00:00Commented Apr 17, 2019 at 8:11
-
1No, IntelliJ is not supported. The team does not have the capacity to support multiple IDE platforms. The approach they took should be compatible, but a significant development effort is still needed for the IDE specific parts.A. Kootstra– A. Kootstra2019年04月18日 05:32:57 +00:00Commented Apr 18, 2019 at 5:32