Manifest

#data/printer-example.yaml
version: v1.3
type: StubPrinter
name: printer-example
rules:
  - from: recorder-example   # 1
    printer:                 # 2
      type: httpstub         # 2.1

Description

  • from - In this field you must specify the name of the request source(usually it OutboundRecorder)

  • printer - the unit responsible for setting up the printer

    • type - printer setup, available variant are: httpstub

This feature allows you to print the recorded request in a specific format

Naming

Last updated