ginkgoTestExplorer icon indicating copy to clipboard operation
ginkgoTestExplorer copied to clipboard

Error in VS Studio after last update

Open kgadams opened this issue 1 year ago • 2 comments

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.

kgadams avatar Aug 11 '23 14:08 kgadams

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```

chiluk avatar Oct 10 '23 03:10 chiluk

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

KevM avatar Apr 09 '24 12:04 KevM