IdeaGinkgo / Intellij-Ginkgo

Idea plugin for running and viewing ginkgo tests
GNU General Public License v3.0
33 stars 12 forks source link

Ginkgo CLI Error when using Run instead of Debug Command #96

Open ehonsey opened 1 month ago

ehonsey commented 1 month ago

Tests run successfully when using the "Debug" as the command. However, the "Run" command causes an unexpected error for all test suites:

/Users/ehonsey/bin/ginkgo -v "--focus=Test Example"
An error occurred with ginkgo CLI this usually is a V1/V2 compatibility issue. 
Please make sure the ginkgo CLI version matches the version used by your project. 
You can install the appropriate CLI by running 'go install github.com/onsi/ginkgo/ginkgo@v1' or 'go install github.com/onsi/ginkgo/v2/ginkgo@v2'
Screen Shot 2024-07-17 at 5 44 32 PM

GoLand Version: GoLand 2024.1.2 GoLand Build: Build #GO-241.17011.92 Ginkgo Version: 2.19.0

TaylorOno commented 1 month ago

can you try checking this box in the setting and see if it has any effect? image