Confirmed users
360
edits
m (→Design Specs) |
|||
Line 45: | Line 45: | ||
** Tests by default run against | ** Tests by default run against | ||
* Back-End Tests | * Back-End Tests | ||
** live in the [https://github.com/mozilla-b2g/gaia-email-libs-and-more gaia-email-libs-and-more repo] (aka GELAM) | ** live in the [https://github.com/mozilla-b2g/gaia-email-libs-and-more gaia-email-libs-and-more repo] (aka GELAM). For info on the tests in general, see: [[Gaia/Email/LoggestTestFramework]] | ||
** run against JS implemented fake-servers by default, but can be run against real servers as well. | ** run against JS implemented fake-servers by default, but can be run against real servers as well. | ||
** contain a mixture of test types: | ** contain a mixture of test types: | ||
Line 51: | Line 51: | ||
*** higher level tests. ex: test_imap_general.js | *** higher level tests. ex: test_imap_general.js | ||
*** end-to-end-ish tests. ex: test_compose.js (creates a message with an attachment, sends mail to itself, checks the messages and the attachment, sends a reply, etc.) | *** end-to-end-ish tests. ex: test_compose.js (creates a message with an attachment, sends mail to itself, checks the messages and the attachment, sends a reply, etc.) | ||
== Dependencies == | == Dependencies == |