Adding Tests
How to add your own tests for Thunderbird.
Last updated
Was this helpful?
Was this helpful?
[default]
prefs = [
"calendar.timezone.local=UTC",
"calendar.week.start=0",
"mail.spotlight.firstRunDone=true",
"mail.winsearch.firstRunDone=true",
"mailnews.start_page.override_url=about:blank",
"mailnews.start_page.url=about:blank",
]
subsuite = "thunderbird"
["browser_firstTest.js"]BROWSER_CHROME_MANIFESTS += [
'test/browser/browser.toml',
]
XPCSHELL_TESTS_MANIFESTS += [
'test/xpcshell/xpcshell.toml',
]