is scalatest 1.0 supported?

dear jetbrains team,

i am trying to use scalatest 1.0 with a 2.7.5 project but i get the following exception:


Exception in thread "main" java.lang.IllegalArgumentException: Cannot specify an F (present TestFailedException stack traces) configuration parameter for a custom reporter: -rYZTFGUPBISAR org.jetbrains.plugins.scala.testingSupport.scalaTest.ScalaTestReporter
 at org.scalatest.tools.Runner$.buildCustomReporterConfigurationList$1(Runner.scala:1003)
 at org.scalatest.tools.Runner$.parseReporterArgsIntoConfigurations(Runner.scala:1013)
 at org.scalatest.tools.Runner$.runOptionallyWithPassFailReporter(Runner.scala:549)
 at org.scalatest.tools.Runner$.main(Runner.scala:498)
 at org.scalatest.tools.Runner.main(Runner.scala)
 at org.jetbrains.plugins.scala.testingSupport.scalaTest.ScalaTestRunner.main(ScalaTestRunner.java:31)
Empty test suite.


(I heard the report API changed which might be causing the breakage.)

scala plugin  0.3.28
it definitely worked with 0.95
0
2 comments

ScalaTest 1.0 supported for Scala 2.8. For Scala 2.7 you need to use ScalaTest 0.95.
I think I'll fix it.

Best regards,
Alexander Podkhalyuzin.

0
Avatar
Permanently deleted user

seems like it's fixed now. Thank you very much!

0

Please sign in to leave a comment.