36 lines
862 B
TOML
36 lines
862 B
TOML
[DEFAULT]
|
|
head = "../../../../../toolkit/profile/test/xpcshell/head.js ../../../../../browser/components/profiles/tests/unit/head.js head.js"
|
|
firefox-appdir = "browser"
|
|
|
|
prefs = [
|
|
"browser.profiles.enabled=true",
|
|
"browser.profiles.created=false",
|
|
]
|
|
|
|
["test_ASRouterTargeting_attribution.js"]
|
|
run-if = ["os == 'mac'"] # osx specific tests
|
|
|
|
["test_ASRouterTargeting_snapshot.js"]
|
|
|
|
["test_ASRouterTelemetry.js"]
|
|
support-files = ["../schemas/*.schema.json"]
|
|
|
|
["test_ASRouter_getTargetingParameters.js"]
|
|
|
|
["test_ASRouter_shouldShowMessagesToProfile.js"]
|
|
|
|
["test_ASRouterPreferences_maybeSetMessagingProfileID.js"]
|
|
|
|
["test_CFRMessageProvider.js"]
|
|
|
|
["test_InflightAssetsMessageProvider.js"]
|
|
|
|
["test_NimbusRolloutMessageProvider.js"]
|
|
|
|
["test_OnboardingMessageProvider.js"]
|
|
|
|
["test_PanelTestProvider.js"]
|
|
|
|
["test_reach_experiments.js"]
|
|
|
|
["test_remoteExperiments.js"]
|