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

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.2
    1
    • latest

Version History

Package Sidebar

Install

npm i abap_test_runner_cli

Weekly Downloads

1

Version

0.1.2

License

ISC

Unpacked Size

175 kB

Total Files

18

Last publish

Collaborators

  • kovboyjder