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
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:
If I have 3 test frameworks, then sbt is opening 3 instances of Chrome with testFrameworkInfo.js, 3 with testMaster.js and the slaves. @gzm0 is this how it is supposed to work? If it is, do you have some insight that might help me finding the source of this bug.
nicolasstucki
changed the title
Chrome tests fail with multiple frameworks.
Chrome tests fail with multiple frameworks with parallelExecution in Test := trueMay 12, 2016
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: