IBM / cics-bundle-gradle

The plugin to build and deploy CICS bundles in a Gradle build.
Eclipse Public License 2.0
7 stars 20 forks source link

Enable integration tests to run against real CICS system #78

Closed tom-foyle closed 4 years ago

tom-foyle commented 4 years ago

Being able to run the tests against a real CICS system (rather than WireMock) is useful in and of itself, but the primary reason for this is because the intention is that the JAT tests will use the same set of test projects as the integration tests. So this is the groundwork to make that possible.