Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "config/default-suite-config"

Index

Variables

Const attachArchiveToMail

attachArchiveToMail: true = true

Need you to attach zip with test dir to the mail.

Const attachOnlyDiffs

attachOnlyDiffs: true = true

Only diffs in attachment?

Const emptyDirToSuiteLog

emptyDirToSuiteLog: false = false

Should TIA write info about directories without tests (or with skip: true) into summary log.

Const mailPassword

mailPassword: "" = ""

password of the user to send mail on behalf of.

Const mailRecipientList

mailRecipientList: "" = ""

Note: use tia-suite-config.js to specify email parameters. To whom TIA should send emails.

Const mailSmtpHost

mailSmtpHost: "" = ""

smtp host, e.g. smtp.yandex.ru

Const mailUser

mailUser: "" = ""

user to send mail on behalf of.

Const removeZipAfterSend

removeZipAfterSend: true = true

Remove zip after sending mail.

Const suiteLogToStdout

suiteLogToStdout: true = true

IF true - TIA prints detailed log with timings to stdout.