-
Notifications
You must be signed in to change notification settings - Fork 14
UI Tests. Compose a message
Den edited this page Jan 18, 2024
·
11 revisions
Here is a list of the covered cases:
sending a standard message StandardComposeGmailApiFlow
- sending a standard message ### Incoming Mail (IMAP) Server
- sending a standard message + attachment
- sending a standard message + pubkey
- sending a standard
reply - sending a standard
replyAll - sending standard
forwardfrom standard message with standard attachments(no additional attachments) - sending standard
forwardfrom encrypted message with encrypted attachments(no additional attachments) - sending an encrypted message
- sending an encrypted message + attachment
- sending an encrypted message + pubkey
- sending an encrypted
reply - sending an encrypted
replyAll - sending encrypted
forwardfrom standard message with standard attachments(no additional attachments) - sending encrypted
forwardfrom encrypted message with encrypted attachments(no additional attachments) - sending password-protected message + encrypted for some recipients by default method
These tests are located at androidTest/java/com/flowcrypt/email/ui/gmailapi
All these tests can be run at once by executing ComposeGmailFlowSuite