cypress-mailslurp
Advanced tools
Comparing version 1.5.0 to 1.6.0
@@ -5,3 +5,3 @@ { | ||
"description": "Cypress email plugin for MailSlurp. Create test email accounts to send and receive emails in Cypress tests", | ||
"version": "1.5.0", | ||
"version": "1.6.0", | ||
"license": "MIT", | ||
@@ -41,4 +41,4 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"mailslurp-client": "^15.13.3" | ||
"mailslurp-client": "^15.16.1" | ||
} | ||
} |
@@ -23,2 +23,3 @@ # MailSlurp Cypress Plugin | ||
#### Environment variable | ||
For Mac/Linux set the `CYPRESS_MAILSLURP_API_KEY` environment variable: | ||
@@ -29,3 +30,12 @@ ```bash | ||
For Windows machines use the Powershell format `$env:CYPRESS_MAILSLURP_API_KEY` | ||
``` | ||
$env:CYPRESS_MAILSLURP_API_KEY=your-api-key; | ||
cypress run; | ||
``` | ||
#### Cypress env property | ||
You can also configure Cypress using the config format. | ||
```json | ||
@@ -32,0 +42,0 @@ { |
19229
218
Updatedmailslurp-client@^15.16.1