- Fixes for #34, #40 and #41
- Breaking API change: The method
loadScript
(which used to load and run a script by its path) is renamed torunScript
, returning the return value of runned script. NewloadScript
method only loads the script returning theScript
object without running. Valid forPipelineTestHelper
andBasePipelineTest
APIs. - Breaking API change: Remove boolean parameter from testNonRegression, use -Dpipeline.stack.write=true JVM parameter
- Added assertJ as compile dependency