Run your SAP Cloud Platform Integration Groovy scripts on your local machine for easier test and debugging.
- JDK installed and configured (e.g. SAPMachine)
Make sure the environment variableJAVA_HOME
points to the JDK curl
to download dependencies
- Clone/download the repo
- Run
bootstrap.sh
- Copy-paste your script into
script.groovy
- Adapt
execute.groovy
to:- Setup the test message
- Change the log output
- Add assertions
- ...
./run.sh
The first run downloads additional dependencies (cached for subsequent runs). Be patient 😉
This project only implements a limited subset of the Scripting API of SCPI.
Check the classes in the impl
subfolder for details.