Sha256: 66b68b1f3a9b21a86cc5ed315d457a0a83d6a268b4b8591060a54b410c07d4e7

Contents?: true

Size: 1.02 KB

Versions: 12

Compression:

Stored size: 1.02 KB

Contents

---
LINE_DELAY:
  summary: Sets the amount of time in seconds before the next line of a script will be executed
  parameters:
    - name: Delay
      required: true
      description: Delay in seconds before the next line is executed. A value of
        0 means to execute the scripts as fast as possible.
      values: '[0-9]*\.?[0-9]+'
PAUSE_ON_ERROR:
  summary: Set or clear the pause on error checkbox
  description: If this is checked, Script Runner will pause if the test encounters
    an error. Otherwise the error will be logged but the script will continue.
  parameters:
    - name: Enable
      required: true
      description: Whether to pause when the script encounters an error
      values: ['TRUE', 'FALSE']
MONITOR_LIMITS:
  summary: Log limits events to the Script Runner log file while a script is running
  description: Limits events are always logged by the Command and Telemetry Server
    but are not put in the Script Runner log without this keyword.
PAUSE_ON_RED:
  summary: Pause a running script if a red limit occurs

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
cosmos-4.5.2-java data/config/script_runner.yaml
cosmos-4.5.2 data/config/script_runner.yaml
cosmos-4.5.1-java data/config/script_runner.yaml
cosmos-4.5.1 data/config/script_runner.yaml
cosmos-4.5.0-java data/config/script_runner.yaml
cosmos-4.5.0 data/config/script_runner.yaml
cosmos-4.4.2-java data/config/script_runner.yaml
cosmos-4.4.2 data/config/script_runner.yaml
cosmos-4.4.1-java data/config/script_runner.yaml
cosmos-4.4.1 data/config/script_runner.yaml
cosmos-4.4.0-java data/config/script_runner.yaml
cosmos-4.4.0 data/config/script_runner.yaml