Modify the SBT test task so that it also evalutes the scripted task to run all scripted tests. New users don't need to know about the scripted command to know how to run tests.
Add documentation to provide more information and a link about the scripted framework since it is not commonly used outside of plugins
Modify CI to run sbt test. This will trigger scripted tests as well as other tests if we ever add them.
sbt test
. This will trigger scripted tests as well as other tests if we ever add them.Closed #20