Skip to content

er1c/sbt-scriptedutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sbt ScriptedPlugin Utils

Continuous Integration Maven Central

Helpful utilities for writing scripted tests

Usage

Requires sbt 1.x

addSbtPlugin("io.github.er1c" %% "sbt-scriptedutils" % "0.1.0") 

Scripted usage

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

Testing

sbt scripted

Currently testing against sbt:

CI

Update github workflows: sbt githubWorkflowGenerate

About

Some utilities for running sbt scripted tests

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages