summaryrefslogtreecommitdiffstats
path: root/browser/components/newtab/test/xpcshell/xpcshell.toml
diff options
context:
space:
mode:
Diffstat (limited to 'browser/components/newtab/test/xpcshell/xpcshell.toml')
-rw-r--r--browser/components/newtab/test/xpcshell/xpcshell.toml34
1 files changed, 34 insertions, 0 deletions
diff --git a/browser/components/newtab/test/xpcshell/xpcshell.toml b/browser/components/newtab/test/xpcshell/xpcshell.toml
new file mode 100644
index 0000000000..a8470913af
--- /dev/null
+++ b/browser/components/newtab/test/xpcshell/xpcshell.toml
@@ -0,0 +1,34 @@
+[DEFAULT]
+firefox-appdir = "browser"
+skip-if = ["os == 'android'"] # bug 1730213
+prefs = [
+ "browser.startup.homepage.abouthome_cache.enabled=true",
+ "browser.startup.homepage.abouthome_cache.testing=true",
+]
+
+["test_AboutHomeStartupCacheChild.js"]
+
+["test_AboutHomeStartupCacheWorker.js"]
+support-files = ["topstories.json"]
+skip-if = ["socketprocess_networking"] # Bug 1759035
+
+["test_AboutNewTab.js"]
+
+["test_AboutWelcomeAttribution.js"]
+
+["test_AboutWelcomeTelemetry.js"]
+
+["test_AboutWelcomeTelemetry_glean.js"]
+
+["test_HighlightsFeed.js"]
+
+["test_PlacesFeed.js"]
+
+["test_Store.js"]
+
+["test_TelemetryFeed.js"]
+support-files = ["../schemas/*.schema.json"]
+
+["test_TopSitesFeed.js"]
+
+["test_TopSitesFeed_glean.js"]