You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use scct to generate code coverage report for an application using Play framework v2 based on sbt 0.12.0. My tests are written in Java using a sbt testng plugin, and when I run "sbt test", the tests will be executed successfully.
But when I run "sbt scct:test", it compiles successfully, but doesn't generate any code coverage report with a message saying no tests found. Test classes are created under {app_dir}/target/scala-2.9.2/scct-test-classes/
Does scct support play v2 and tests written in java? If so, could you please point me to how to troubleshooting this issue? Thanks!
The text was updated successfully, but these errors were encountered:
I'm trying to use scct to generate code coverage report for an application using Play framework v2 based on sbt 0.12.0. My tests are written in Java using a sbt testng plugin, and when I run "sbt test", the tests will be executed successfully.
But when I run "sbt scct:test", it compiles successfully, but doesn't generate any code coverage report with a message saying no tests found. Test classes are created under {app_dir}/target/scala-2.9.2/scct-test-classes/
Does scct support play v2 and tests written in java? If so, could you please point me to how to troubleshooting this issue? Thanks!
The text was updated successfully, but these errors were encountered: