Skip to content

1.1

Compare
Choose a tag to compare
@ozangunalp ozangunalp released this 25 Aug 19:43
· 753 commits to master since this release
  • 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 to runScript, returning the return value of runned script. New loadScript method only loads the script returning the Script object without running. Valid for PipelineTestHelper and BasePipelineTest APIs.
  • Breaking API change: Remove boolean parameter from testNonRegression, use -Dpipeline.stack.write=true JVM parameter
  • Added assertJ as compile dependency