Introduction
Connects to SAP Netweaver and runs abap unit tests for the given package or object
Getting Started
Run
npm install
npm start -- --host=<host> --protocol=<http/https> --username=<user> --password=<password> --package=<package name>
Settings
There are two ways to configure the app. Either by passing command line arguments when starting the app, or by using env-variables. The arguments are always prioritized if both are given.
Arguments
- --host=<url>> - url to SAP server
- --protocol=<http/https> - protocol to be used
- --package=<name of abap package>
- --username=<username>
- --password=<password>
- --insecure=<true/false> - Enables to connect to https enabled endpoints without valid certificates
- --out - path and name of result file, default result/output.xml
- --aunit - <true/false> - Should abap result file be saved, default false
- --aunitout - path and name of abap result file, default result/abapresult.xml