Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```