issues
search
dubinsky
/
scalajs-gradle
Gradle plugin for integrating with sbt-compatible test frameworks *and* ScalaJS
Apache License 2.0
8
stars
1
forks
source link
Testing Cleanup
#14
Closed
dubinsky
closed
1 year ago
dubinsky
commented
2 years ago
[x] AttachParent;
[x] figure out what to do about the delay in Actions.run(); - no idea what is this about :(
[x] implement TestExecuter.stopNow(); - moot now that I am using DefaultTestExecuter
[x] after Gradle 7.6 switch from Throwable to TestFailure;
[x] sort the discovered test classes alphabetically by package (SortingTestClassProcessor)?
dubinsky
commented
1 year ago
done