JSPM

@wiremock/arazzo-runner

1.3.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 9
  • Score
    100M100P100Q78481F
  • License Apache-2.0

Arazzo workflow runner

Package Exports

  • @wiremock/arazzo-runner
  • @wiremock/arazzo-runner/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@wiremock/arazzo-runner) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@wiremock/arazzo-runner

Arazzo workflow runner

Installation

npm install -g @wiremock/arazzo-runner

Usage

arazzo-runner [options]

Requirements

  • Node.js >= 18.0.0
  • Java 17+ (will be downloaded automatically if not found)

How it works

This package wraps a Java JAR file (arazzo-runner) and provides a convenient CLI interface. When you run the CLI, it will:

  1. Check for Java in JAVA_HOME
  2. Check for Java on your system PATH
  3. If no Java is found, automatically download and cache a JRE from Adoptium

License

Apache-2.0