Connects to SAP Netweaver and runs abap unit tests for the given package or object
Run
npm install
npm start -- --host=<host> --protocol=<http/https> --username=<user> --password=<password> --package=<package name>
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.
- --host=<url>> - url to SAP server
- --protocol=<http/https> - protocol to be used
- --package=<name of abap package>
- --username=<username>
- --password=<password>
- --insecure - Enables to connect to https enabled endpoints without valid certificates
- --out - path and name of result file, default result/output.xml