ginkgoTestExplorer
ginkgoTestExplorer copied to clipboard
Error in VS Studio after last update
This appears since I updated VS Studio:
Error running command ginkgotestexplorer.debugTest.tree: report.testcase is not iterable. This is likely caused by the extension that contributes ginkgotestexplorer.debugTest.tree.
The tests can't be started any more, ginkgo runs without selecting any test case.
I'm hitting this same error.
My error is accompanied by the following in the vs code debug console
Will run 0 of 21 specs
SSSSSSSSSSSSSSSSSSSSS
Ran 0 of 21 Specs in 0.000 seconds
SUCCESS! -- 0 Passed | 0 Failed | 0 Pending | 21 Skipped
PASS
You're using deprecated Ginkgo functionality:
=============================================
--ginkgo.reportFile is deprecated, use --ginkgo.junit-report instead
Learn more at: https://onsi.github.io/ginkgo/MIGRATING_TO_V2#improved-reporting-infrastructure
To silence deprecations that can be silenced set the following environment variable:
ACK_GINKGO_DEPRECATIONS=2.11.0
Process 822795 has exited with status 0```
Same issue with newer ginkgo versions:
You're using deprecated Ginkgo functionality:
=============================================
--ginkgo.reportFile is deprecated, use --ginkgo.junit-report instead
Learn more at: https://onsi.github.io/ginkgo/MIGRATING_TO_V2#improved-reporting-infrastructure
--ginkgo.debug is deprecated
Learn more at: https://onsi.github.io/ginkgo/MIGRATING_TO_V2#removed--debug
To silence deprecations that can be silenced set the following environment variable:
ACK_GINKGO_DEPRECATIONS=2.13.2