Skip to content

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
  • sending a standard message + attachment
  • sending a standard message + pubkey
  • sending a standard reply
  • sending a standard replyAll
  • sending standard forward from standard message with standard attachments(no additional attachments)
  • sending standard forward from 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 forward from standard message with standard attachments(no additional attachments)
  • sending encrypted forward from 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

Clone this wiki locally