1.0.4 • Published 5 years ago

jest-email-reporter v1.0.4

Weekly downloads
116
License
MIT
Repository
github
Last release
5 years ago

Install

npm install --save-dev jest-email-reporter
# or
yarn add -D jest-email-reporter

Usage

You must configure the jest config. Do not forget from and to e-mail addresses.

{
    reporters: [
        "default",
        ["jest-email-reporter", {
            from: 'from@example.com',
            to: 'to@example.com',
            subject: 'Optional subject', // optional
            reportIfSuccess: true, // optional, default is false; it send e-mail message if tests were successful
        }]
    ]
}

Result

Result image

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.0

5 years ago