IdeaGinkgo / Intellij-Ginkgo

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

Output parser broken after Ginkgo 2.5.0 update? #66

Closed chbiel closed 1 year ago

chbiel commented 1 year ago

After upgrading to Ginkgo 2.5.0 the out put of explicitly ran tests (like It blocks) is no longer useful, as the output tells about every Skipped block and does not show the single tests in the test results overview anymore.

TaylorOno commented 1 year ago

I just want to make sure we are seeing the same behavior. image I am in fact seeing the success message in the output but the the label in the output is wrong and I get all the skip test garbage

TaylorOno commented 1 year ago

Depending on your need the code in this branch may fix your issue if you want to build the plugin yourself. I need to do some more regression testing before I push an actual release. probably this weekend.

chbiel commented 1 year ago

Yeah sorry was a little bit in a hurry. That is exactly what I mean. I think failed tests also did not occure in the left panel, only the skipped ones and then also not all of them.

Take your time. I downgraded for the moment.

Thanks for the fast response!