-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The jump to source feature only works if the test are executed from package level #133
Comments
How are you running your tests? |
I tried to reproduce the issue. |
With using IntelliJ to build, compile and run the tests it works. |
The class source works now with gradle so part of # 18 (closed) is fixed, but the methods don't work. |
the problem described by # 18 (closed) is mainly that the test are not executed at all and gradle have a deadlock. We can upgrade to gradle 6.x to fix this issue |
It seems that this is a problem with Gradle. |
Specification
Describe the bug
The Step and Field Result have no TestSource when single Document is executed
Expected behavior
I can jump to the Method that executed the step or check when executing a single document.
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: