diff --git a/__tests__/files/gmail-gmail/README.md b/__tests__/files/gmail-gmail/README.md index dd9c1936f46af6394bb6d2885728a7ec780e2da2..ad5bbecace7cad5c5f8c10233679021eb6b1a106 100644 --- a/__tests__/files/gmail-gmail/README.md +++ b/__tests__/files/gmail-gmail/README.md @@ -1,45 +1,10 @@ -| 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 | +| Test Number | Description | HTML validation | Plain validation | HTML text validation | +| ----------- | --------------------------------------------------------------------------------- | --------------- | ---------------- | -------------------- | +| 1 | Empty body | ok | ok | ok | +| 2 | Simple text | ok | ok | ok | +| 3 | Embedded image | ok | ok | ok | +| 4 | Embedded image with text | ok | ok | ok | +| 5 | Complex text on multiple lines with some text bold, italic, lists, no attachments | ok | ok | ok | +| 6 | Multiple MIME attachments and text | ok | ok | ok | +| 7 | Multiple Google Drive attachments and text | ok | ok | ok | +| 8 | Complex email with formatted text, embedded images, MIME and GDrive attachments | ok | ok | ok |