An open API service indexing awesome lists of open source software.

https://github.com/qavajs/steps-gmail

gmail steps for @qavajs project
https://github.com/qavajs/steps-gmail

qa test-automation testing

Last synced: 8 days ago
JSON representation

gmail steps for @qavajs project

Awesome Lists containing this project

README

        

# @qavajs/steps-gmail
Step library to test emails via gmail client

## Installation

`npm install @qavajs/steps-gmail`

## Configuration
```javascript
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
}
}
}
```