Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 883 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 883 Bytes

cypress-integration

GetTestMail SDK integration with the Cypress E2E testing framework

This repository contains a sample project that shows how to integrate the GetTestMail typescript SDK with the Cypress E2E testing framework.

The e2e test in cypress/e2e contains an example test that tests the GetTestMail registration form.

You need to change the test to match your own registration form. If you need help, you can reach out and we will help you.

The folder cypress/support contains the integration. Feel free to copy the code to your own project.

Installation

npm install

To run the tests you need to add the GetTestMail API key in a cypress.env.json file:

{
  "API_KEY": "Add your API key"
}

If you don't have an API key, you can get one by signing up at GetTestMail.