54 lines
930 B
TOML
54 lines
930 B
TOML
[DEFAULT]
|
|
head = "head.js ../../../common/tests/unit/head_helpers.js ../../../common/tests/unit/head_http.js"
|
|
icecat-appdir = "browser"
|
|
skip-if = ["!sync"]
|
|
support-files = [
|
|
"!/services/common/tests/unit/head_helpers.js",
|
|
"!/services/common/tests/unit/head_http.js",
|
|
]
|
|
|
|
["test_accounts.js"]
|
|
|
|
["test_accounts_config.js"]
|
|
|
|
["test_accounts_device_registration.js"]
|
|
|
|
["test_browser_lifetime.js"]
|
|
|
|
["test_client.js"]
|
|
|
|
["test_commands.js"]
|
|
|
|
["test_commands_closetab.js"]
|
|
skip-if = ["appname == 'thunderbird'"]
|
|
|
|
["test_credentials.js"]
|
|
|
|
["test_device.js"]
|
|
|
|
["test_keys.js"]
|
|
|
|
["test_loginmgr_storage.js"]
|
|
|
|
["test_oauth_flow.js"]
|
|
|
|
["test_oauth_token_storage.js"]
|
|
|
|
["test_oauth_tokens.js"]
|
|
|
|
["test_pairing.js"]
|
|
|
|
["test_profile.js"]
|
|
|
|
["test_profile_client.js"]
|
|
|
|
["test_push_service.js"]
|
|
|
|
["test_storage_manager.js"]
|
|
|
|
["test_sync_warning_dialogs.js"]
|
|
skip-if = ["appname == 'thunderbird'"]
|
|
|
|
["test_telemetry.js"]
|
|
|
|
["test_web_channel.js"]
|