10 lines
286 B
TOML
10 lines
286 B
TOML
[DEFAULT]
|
|
support-files = ["head.js"]
|
|
|
|
["browser_AttributionCode_Mac_telemetry.js"]
|
|
run-if = ["os == 'mac'"] # macOS only telemetry.
|
|
|
|
["browser_AttributionCode_telemetry.js"]
|
|
# These tests only cover the attribution cache file - which only exists on
|
|
# Windows.
|
|
run-if = ["os == 'win'"]
|