IBM / dbb-zappbuild

zAppBuild is a generic build solution for building z/OS applications using Apache Groovy build scripts and IBM Dependency Based Build (DBB) APIs.
Apache License 2.0
40 stars 124 forks source link

Refactoring Test Framework #363

Closed dennis-behm closed 1 year ago

dennis-behm commented 1 year ago

This PR is implementing #361 .

Refactoring test scripts to move multiple repeating actions to the test utilities, such as:

Removal of modified MortgageApp file to patch test branch for impact builds scenarios. This is replaced with the generic testUtils.updateFileAndCommit method, which test scripts should use from this point forward.