32 lines
658 B
TOML
32 lines
658 B
TOML
[DEFAULT]
|
|
icecat-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_HighlightsFeed.js"]
|
|
|
|
["test_PlacesFeed.js"]
|
|
|
|
["test_Store.js"]
|
|
|
|
["test_TelemetryFeed.js"]
|
|
support-files = ["../schemas/*.schema.json"]
|
|
|
|
["test_TopSitesFeed.js"]
|
|
|
|
["test_TopSitesFeed_glean.js"]
|
|
|
|
["test_WallpaperFeed.js"]
|
|
|
|
["test_WeatherFeed.js"]
|