joselitofilho / ginkgoTestExplorer

A Ginkgo Test Explorer for VS Code
https://marketplace.visualstudio.com/items?itemName=joselitofilho.ginkgotestexplorer
Other
31 stars 14 forks source link

Could not populate the outline view: Error: error running "~/go/bin/ginkgo outline --format=json -" (error code ENOENT) #68

Closed devhawk closed 5 months ago

devhawk commented 5 months ago

When I click on a test file in the test explorer, I get "Could not populate the outline view" error message and this in the log window:

Checking the Ginkgo executable was installed.
Could not populate the outline view: Error: error running "~/go/bin/ginkgo outline --format=json -" (error code ENOENT)
Ginkgo executable already installed. ;)
Checking the Ginkgo executable was installed.
Could not populate the outline view: Error: error running "~/go/bin/ginkgo outline --format=json -" (error code ENOENT)
Ginkgo executable already installed. ;)

(Note, I specified the path to ginkgo in my settings file)

joselitofilho commented 5 months ago

Hi @devhawk ,

Could you please check if it is related to this: https://github.com/joselitofilho/ginkgoTestExplorer/issues/52? Are you using the latest version 1.0.2?

devhawk commented 5 months ago

Yes, looks like #52. If I set ginkgotestexplorer.ginkgoPath to ~/go/bin/ginkgo it fails but it works if I set it to /home/harry/go/bin/ginkgo it works.

joselitofilho commented 5 months ago

@devhawk Thanks for the feedback. So shall we close this issue?

devhawk commented 5 months ago

Fine by me