These instructions will allow you to get a working copy of the project on your local machine for development and testing purposes..
Open the terminal and run the following commands:
git clone https://github.com/daslima/Mailslurp-Cypress
cd Mailslurp-Cypress
npm install
In your Cypress project, in the cypress.config.js file, create an environment variable and enter the MailSlurp API KEY
Running tests using the Cypress interface
npx cypress open
Running tests using headless mode
npx cypress run
To contribute to the project, follow these steps:
- Clone this repository.
- Create a branch:
git checkout -b <branch_name>
. - Make your changes and commit them:
git commit -m '<commit_message>'
- Push to original branch:
git push origin <branch_name>
- Create the pull request.
Alternatively, see the GitHub documentation at how to create a pull request.