Skip to content

bug: Commands related to test not working #461

@dodonut

Description

@dodonut

Did you check docs and existing issues?

  • I have read all the plugin docs
  • I have searched the existing issues
  • I have searched the existing issues of plugins related to this issue

Neovim version (nvim -v)

v0.12.0-dev-1769+gd6bee7e407

Operating system/version

linux ubuntu 24.04 e WSL 2.6.2

Describe the bug

I've created a demo application to show the problem. It's a springboot 2.7.1 java 17 with gradle 7.6.
The issue is with the testing, if I run the ./gradlew test it works fine, but the :JavaTestRunCurrentClass (or method) will give me the print that its running bug as soon as I open the test reports I get the error

Image

If I run the :JavatestDebugCurrentMethod (or class) it gives me an error in repl

Image

Steps To Reproduce

  • Download the issue.zip which as my nvim config and the project.
  • Open the test class (only has one)
  • run the commands described above

Expected Behavior

Tests to run and show on viewLastReport and to be able to debug them.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions