Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Import

Import a file .yaml in the current script

- Import: ./exam_01.yaml
- Import: 
    src: ./exam_02.yaml

Hierarchy

  • Tag
    • Import

Index

Constructors

constructor

  • new Import(attrs: string | Tag): Import
  • Parameters

    • attrs: string | Tag

    Returns Import

Properties

async

async: boolean

Run async

disabled

disabled: boolean

Ignore this, not run

ignoreError

ignoreError: boolean

Keep run the next when got error

slient

slient: boolean

Not show log

src

src: string

Absolute or relative path of file

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