Chrome tests fail with multiple frameworks with parallelExecution in Test := true
#47
Labels
parallelExecution in Test := true
#47
The issue is with the
Scala.js
test interface. It seems that on Chrome, the first framework (JUnit, ScalaTest or uTest) to run succeeds and then the following frameworks fail when trying to cast their test suite classes.As far as I saw, if tests are executed in only one framework the tests succeed.
The text was updated successfully, but these errors were encountered: