diff --git a/testing/perfdocs/generated/raptor.rst b/testing/perfdocs/generated/raptor.rst index 0a0ca0c865a6..1bac596f8615 100644 --- a/testing/perfdocs/generated/raptor.rst +++ b/testing/perfdocs/generated/raptor.rst @@ -33994,7 +33994,7 @@ Page-load performance test suite on Android. The links direct to the actual webs * **page cycles**: 25 * **page timeout**: 60000 * **playback**: mitmproxy-android - * **playback pageset manifest**: mitm6-android-fenix-sina.manifest + * **playback pageset manifest**: mitm8-android-fenix-sina.manifest * **playback version**: 8.1.1 * **test url**: ``__ * **type**: pageload diff --git a/testing/performance/hooks_recording.py b/testing/performance/hooks_recording.py index e35f5f4d947a..072cbfb72716 100644 --- a/testing/performance/hooks_recording.py +++ b/testing/performance/hooks_recording.py @@ -144,6 +144,12 @@ def before_runs(env): for pref, val in prefs.items(): add_option(env, "firefox.preference", f"{pref}:{val}") + # Add prefs that will attempt to remove cookie banners + add_option( + env, "firefox.preference", "cookiebanners.bannerClicking.enabled:true" + ) + add_option(env, "firefox.preference", "cookiebanners.service.mode:2") + second_url = test_site.get("secondary_url", None) if second_url: add_option(env, "browsertime.secondary_url", second_url) diff --git a/testing/raptor/raptor/tests/tp6/mobile/browsertime-tp6m.toml b/testing/raptor/raptor/tests/tp6/mobile/browsertime-tp6m.toml index 3038c63e285b..a16e0916be38 100644 --- a/testing/raptor/raptor/tests/tp6/mobile/browsertime-tp6m.toml +++ b/testing/raptor/raptor/tests/tp6/mobile/browsertime-tp6m.toml @@ -94,6 +94,7 @@ test_url = "https://support.microsoft.com/en-us" test_url = "https://www.reddit.com" ["sina"] +playback_pageset_manifest = "mitm8-android-fenix-{subtest}.manifest" test_url = "https://www.sina.com.cn/" ["stackoverflow"] diff --git a/testing/raptor/raptor/tooltool-manifests/playback/mitm6-android-fenix-sina.manifest b/testing/raptor/raptor/tooltool-manifests/playback/mitm6-android-fenix-sina.manifest deleted file mode 100644 index b52d47df45d3..000000000000 --- a/testing/raptor/raptor/tooltool-manifests/playback/mitm6-android-fenix-sina.manifest +++ /dev/null @@ -1,9 +0,0 @@ -[ - { - "algorithm": "sha512", - "digest": "f3b55b61e6c38a342fee68fef04196de39b209053348cf58f5d9cc289100d82f271008f065adfd4ec02df564f6de12726f198e151af24aace9f654bf008a7b86", - "filename": "mitm6-android-fenix-sina.zip", - "size": 14757830, - "visibility": "public" - } -] diff --git a/testing/raptor/raptor/tooltool-manifests/playback/mitm8-android-fenix-sina.manifest b/testing/raptor/raptor/tooltool-manifests/playback/mitm8-android-fenix-sina.manifest new file mode 100644 index 000000000000..1985bd724711 --- /dev/null +++ b/testing/raptor/raptor/tooltool-manifests/playback/mitm8-android-fenix-sina.manifest @@ -0,0 +1,9 @@ +[ + { + "filename": "mitm8-android-fenix-sina.zip", + "size": 15119356, + "algorithm": "sha512", + "digest": "56f38396be740dcf7ba0476125fa0f66fa68f5cbc049652a598afcf9492deee4e974d73193ddc4b125f3b136b5179931bb6c8a19bfa82e874a168393ea05a7eb", + "visibility": "public" + } +]