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
- Host: GitHub
- URL: https://github.com/qavajs/steps-gmail
- Owner: qavajs
- License: mit
- Created: 2023-05-13T17:59:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-29T05:32:46.000Z (over 1 year ago)
- Last Synced: 2024-10-28T17:37:25.866Z (6 months ago)
- Topics: qa, test-automation, testing
- Language: TypeScript
- Size: 227 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
}
}
}
```