Skip to content

daslima/Mailslurp-Cypress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Mailslurp-Cypress

These instructions will allow you to get a working copy of the project on your local machine for development and testing purposes..

πŸ’» Pre-requisites

πŸ”§ Installation

Open the terminal and run the following commands:

git clone https://github.com/daslima/Mailslurp-Cypress
cd Mailslurp-Cypress
npm install

βš™οΈ Configuration

In your Cypress project, in the cypress.config.js file, create an environment variable and enter the MailSlurp API KEY

🏁 Running the tests

Running tests using the Cypress interface

npx cypress open

Running tests using headless mode

npx cypress run

πŸ“« Contributing to the project

To contribute to the project, follow these steps:

  1. Clone this repository.
  2. Create a branch: git checkout -b <branch_name>.
  3. Make your changes and commit them: git commit -m '<commit_message>'
  4. Push to original branch: git push origin <branch_name>
  5. Create the pull request.

Alternatively, see the GitHub documentation at how to create a pull request.

About

Automated test to validate code sent by email

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published