Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mailslurp/integration-tests
MailSlurp's own integration tests
https://github.com/mailslurp/integration-tests
Last synced: 4 days ago
JSON representation
MailSlurp's own integration tests
- Host: GitHub
- URL: https://github.com/mailslurp/integration-tests
- Owner: mailslurp
- Created: 2019-12-14T18:37:34.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T12:08:23.000Z (about 2 years ago)
- Last Synced: 2024-11-08T17:12:01.355Z (about 2 months ago)
- Language: JavaScript
- Size: 95.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MailSlurp integration tests
The real integration tests we run against the MailSlurp dashboard to test that it is working.Tests use MailSlurp with Cypress and Chromedriver to:
- Sign up for MailSlurp
- Receive confirmation codes
- Login and perform actions in our API to:
-- Create email addresses on demand
-- Send and receive emails and attachments## Setup
```
npm install
cp cypress.env.sample.json cypress.env.json
```Then set MailSlurp API Key and test email domain values in config.
## Run
```
npm t
```