2.0.0 • Published 1 year ago

@qavajs/steps-gmail v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@qavajs/steps-gmail

Step library to test emails via gmail client

Installation

npm install @qavajs/steps-gmail

Configuration

module.exports = {
    default: {
        require: ['node_modules/@qavajs/steps-gmail/index.js'],
        gmail: {
            timeout: 30000, // timeout to wait email delivery
            interval: 5000 // interval to check email delivery
        }
    }
}
2.0.0

1 year ago

1.0.0

1 year ago

0.2.1

2 years ago

0.2.0

2 years ago

0.0.1

3 years ago