Replies: 1 comment 1 reply
-
is this using JSR45 in some way? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently it is possible to place breakpoints in the java code, but that's sometimes a bit to deep into the technical details. There is also the drawback that nearly no context information is available (e.g. one has to guess what step/scenario is currently executing.
Because of this, I have started an approach to make feature-files directly usable in the debugger, the following features are currently supported:
Feature > Scenario > Step
Here is an image that shows the debugger stopped at a break-point in the
date_calculator.feature
on line 7Let me know what you think about that feature, if it is useful for you, what other options/information should be displayed or could be required to see whats going on.
Beta Was this translation helpful? Give feedback.
All reactions