From 942b7c3b438c0c1ca50b271f07b7211ec751061f Mon Sep 17 00:00:00 2001
From: Igor Markin <igor.markin@vereign.com>
Date: Wed, 2 Dec 2020 08:44:38 +0000
Subject: [PATCH] Add README to gmail-gmail

---
 __tests__/files/gmail-gmail/README.md | 45 +++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)
 create mode 100644 __tests__/files/gmail-gmail/README.md

diff --git a/__tests__/files/gmail-gmail/README.md b/__tests__/files/gmail-gmail/README.md
new file mode 100644
index 0000000..d9d6980
--- /dev/null
+++ b/__tests__/files/gmail-gmail/README.md
@@ -0,0 +1,45 @@
+| Test Number | Description                                                                                                           | validation result |
+|-------------|-----------------------------------------------------------------------------------------------------------------------|-------------------|
+| 1           | No text (or single space), no attachemnts                                                                             | ok                |
+| 2           | Simple text, like "Hello, Vereign", no attachemnts                                                                    | ok                |
+| 3           | Plain text on several (at least 3) lines, no attachemnts                                                              | ok                |
+| 4           | Complex text on multiple lines with some text bold, italic, lists (to embed html tags), no attachments                | ok                |
+| 5           | No text, attach one html file                                                                                         | ok                |
+| 6           | Simple text, attach one html file                                                                                     | ok                |
+| 7           | Simple text, attach 2-3 html files                                                                                    | ok                |
+| 8           | No text, embed one picture                                                                                            | ok                |
+| 9           | No text, attach one binary file (for example pdf)                                                                     | ok                |
+| 10          | No text, attach one txt file                                                                                          | ok                |
+| 11          | Simple text, embed one picture                                                                                        | ok                |
+| 12          | Simple text, attach one binary file                                                                                   | ok                |
+| 13          | Simple text, attach one txt file                                                                                      | ok                |
+| 14          | Simple text, embed 2-3 pictures                                                                                       | ok                |
+| 15          | Simple text, attach 2-3 binary files                                                                                  | ok                |
+| 16          | Simple text, attach 2-3 txt files                                                                                     | ok                |
+| 17          | Complex text on multiple lines with embedded html, embed one picture, attach one binary and one text file             | ok                |
+| 18          | Complex text on multiple lines with embedded html, mixture of embedded pictures, attached binary files and text files | ok                |
+| 19          | Simple text, one Gdrive file                                                                                          | ok                |
+| 20          | Complex text Gdrive file, binary file and embedded picture.                                                           | ok                |
+|             |                                                                                                                       |                   |
+|             |                                                                                                                       |                   |
+|             | Reply                                                                                                                 |                   |
+| 1           | No text (or single space), no attachemnts                                                                             | ok                |
+| 2           | Simple text, like "Hello, Vereign", no attachemnts                                                                    | ok                |
+| 3           | Plain text on several (at least 3) lines, no attachemnts                                                              | ok                |
+| 4           | Complex text on multiple lines with some text bold, italic, lists (to embed html tags), no attachments                | ok                |
+| 5           | No text, attach one html file                                                                                         | ok                |
+| 6           | Simple text, attach one html file                                                                                     | ok                |
+| 7           | Simple text, attach 2-3 html files                                                                                    | ok                |
+| 8           | No text, embed one picture                                                                                            | ok                |
+| 9           | No text, attach one binary file (for example pdf, docx)                                                               | ok                |
+| 10          | No text, attach one txt file                                                                                          | ok                |
+| 11          | Simple text, embed one picture                                                                                        | ok                |
+| 12          | Simple text, attach one binary file                                                                                   | ok                |
+| 13          | Simple text, attach one txt file                                                                                      | ok                |
+| 14          | Simple text, embed 2-3 pictures                                                                                       | ok                |
+| 15          | Simple text, attach 2-3 binary files                                                                                  | ok                |
+| 16          | Simple text, attach 2-3 txt files                                                                                     | ok                |
+| 17          | Complex text on multiple lines with embedded html, embed one picture, attach one binary and one text file             | ok                |
+| 18          | Complex text on multiple lines with embedded html, mixture of embedded pictures, attached binary files and text files | ok                |
+| 19          | Simple text, one Gdrive file                                                                                          | ok                |
+| 20          | Complex text Gdrive file, binary file and embedded picture.                                                           | ok                |
\ No newline at end of file
-- 
GitLab