]> source.dussan.org Git - nextcloud-server.git/commit
Add integration tests for creating and updating a mail share
authorDaniel Calviño Sánchez <danxuliu@gmail.com>
Thu, 28 May 2020 18:52:11 +0000 (20:52 +0200)
committerDaniel Calviño Sánchez <danxuliu@gmail.com>
Fri, 29 May 2020 00:50:29 +0000 (02:50 +0200)
commita2f80d4f4c7e451f698ee3312500f48067aaa5e3
treefe09ae44e870e60e5b051dcbebbeb01d3be0aaf5
parent7817f8578b397fbec4e279fb4069f30fe04b37e9
Add integration tests for creating and updating a mail share

In most cases, when a mail share is created or updated an e-mail is sent
to the sharee, which is done by connecting to the SMTP server set in the
configuration. If the server can not be contacted then the creation or
update of the mail share fails.

To make possible to test mail shares without using a real SMTP server a
fake one has been added. The original script, which is MIT licensed, was
based on inetd, so it was slightly modified to run on its own.

In order to use it from the integration tests the "Given dummy mail
server is listening" step has to be called in the scenarios in which the
mail server is needed.

For now that is the only available step; things like checking the sent
mails, while possible (as the script can log the mails to certain file),
have not been added yet.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
build/integration/features/bootstrap/BasicStructure.php
build/integration/features/bootstrap/FakeSMTPHelper.php [new file with mode: 0644]
build/integration/features/bootstrap/Mail.php [new file with mode: 0644]
build/integration/features/bootstrap/SharingContext.php
build/integration/sharing_features/sharing-v1.feature