Helpful utilities for writing scripted tests
Requires sbt 1.x
addSbtPlugin("io.github.er1c" %% "sbt-scriptedutils" % "0.1.0")
Example file: src/sbt-test/<test-group>/<test-name>/test
> clean
> compile
# seen both "Done compiling" and "done compiling"
> checkLogContains one compiling
-> checkLogNotContains one compiling
> clearLog
> checkLogNotContains one compiling
-> checkLogContains fooos
sbt scripted
Currently testing against sbt:
Update github workflows: sbt githubWorkflowGenerate