IdeaGinkgo / Intellij-Ginkgo

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

Tests failed false positive when specifying --label-filter flag #88

Open criscola opened 1 year ago

criscola commented 1 year ago

Ginkgo's output:

Ran 1 of 22 Specs in 3.381 seconds
SUCCESS! -- 1 Passed | 0 Failed | 0 Pending | 21 Skipped
PASS

Ginkgo ran 1 suite in 5.827939595s
Test Suite Passed

extension reported:

image

this only happens when I specify --label-filter, e.g.

image

note that running ginkgo via CLI doesn't yield errors.

P.s. great plugin!