WritingFennecTests

From MozillaWiki
Jump to navigation Jump to search

What kinds of tests should be written

  • xpcshell tests, can properly test e10s stuff
    • See example tests in
    • Tips:
      • Synchronize child&parent using the process message managers.
  • TODO: other kinds

Some useful pages