ide-probe icon indicating copy to clipboard operation
ide-probe copied to clipboard

run/test endpoint does not return successful tests

Open lukaszwawrzyk opened this issue 3 years ago • 0 comments

Take a look at this test: https://github.com/VirtusLab/intellij-pants-plugin-tests/blob/master/tests/src/test/scala/org/virtuslab/tests/pants/RerunFailedTestsTest.scala#L29 The call to runTestsFromGenerated should return 1 failed and one passed test, but it returns only the failed. There must be something wrong with our method of collecting results. It might be related to the fact that UI doesn't show the passed test by default.

lukaszwawrzyk avatar Mar 30 '21 13:03 lukaszwawrzyk