abap_test_runner_cli

0.1.2 • Public • Published

Abap test runner CLI

A simple CLI package that allows you to execute unit tests directly from command line.

Installation

npm install -g abap_test_runner_cli

Usage

The CLI takes arguments or reads from .env file

  • ADT_URL : string - Path to your system, ie: https://localhost:50001
  • ADT_USER : string - Username
  • ADT_PASS : string - Password
  • ABAP_PACKAGE : string - Abap Package
  • ABAP_CLASS : string - Abap Class name

One of either the abap_package or the abap_class has to be provided

Example

abaptr --class zcl_test --ADT_URL https://localhost:50001 --ADT_USER developer --ADT_PASS Ldtf5432 --ABAP_PACKAGE ztest

To skip the image add argument skip_image

Credit goes to Marcell Urbani for creating the API

Ascii-Art credit to Uwe

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.1.20latest

Version History

VersionDownloads (Last 7 Days)Published
0.1.20
0.1.10
0.1.00
0.0.90
0.0.80
0.0.70
0.0.60
0.0.50
0.0.40
0.0.30
0.0.20
0.0.10

Package Sidebar

Install

npm i abap_test_runner_cli

Weekly Downloads

0

Version

0.1.2

License

ISC

Unpacked Size

175 kB

Total Files

18

Last publish

Collaborators

  • kovboyjder