Options
All
  • Public
  • Public/Protected
  • All
Menu

Class OutputFile

Save to file

- Vars:
    name: test

- OutputFile:
    title: Save content to file
    content: Hello world ${name}
    saveTo: examples/assets/hello.txt

Hierarchy

Index

Constructors

constructor

  • Parameters

    • attrs: any

    Returns OutputFile

Properties

async

async: boolean

Run async

content

content: string

String data content

disabled

disabled: boolean

Ignore this, not run

ignoreError

ignoreError: boolean

Keep run the next when got error

saveTo

saveTo: string

Output file to save

slient

slient: boolean

Not show log

testIt

testIt: boolean

Only allow run it then ignore others which not set testIt or set it to false

title

title: string

Step title

vars

vars: any

Declare global variable