gecko-dev/testing/performance
Alex Ionescu 6ce6e42c08 Bug 1782184 - Move first load prompts handling code under interactive tests r=perftest-reviewers,kshampur
The cookie prompt handling code was initially added under `test_cmds` but it got in conflict with the interactive sites code (the prompts are for pageload sites while the interactive sites are a different type).
This patch is adding a new section in the json that is specially for handling the cookie prompts for pageload sites. We have to handle prompts for the login sites. but we don't currently encounter those prompts on CI and locally the login code doesn't work ATM. So this affects local site recording from Europe.

Differential Revision: https://phabricator.services.mozilla.com/D153748
2022-08-09 14:55:55 +00:00
..
.eslintrc.js
README.txt
hooks.py
hooks_android_main.py
hooks_android_view.py
hooks_perfstats.py
hooks_recording.py Bug 1782184 - Move first load prompts handling code under interactive tests r=perftest-reviewers,kshampur 2022-08-09 14:55:55 +00:00
pageload_sites.json Bug 1782184 - Move first load prompts handling code under interactive tests r=perftest-reviewers,kshampur 2022-08-09 14:55:55 +00:00
perftest.ini Bug 1766009 - Create WPT chrome job r=perftest-reviewers,sparky,davehunt 2022-05-04 17:10:39 +00:00
perftest_WPT_chrome_init_file.js Bug 1773621 - Remove panda.tv from list of sites tested on WebPageTest. r=perftest-reviewers,AlexandruIonescu 2022-06-20 14:16:41 +00:00
perftest_WPT_firefox_init_file.js Bug 1773621 - Remove panda.tv from list of sites tested on WebPageTest. r=perftest-reviewers,AlexandruIonescu 2022-06-20 14:16:41 +00:00
perftest_android_main.js
perftest_android_view.js
perftest_bbc_link.js
perftest_facebook.js
perftest_jsconf_cold.js
perftest_jsconf_warm.js
perftest_pageload.js
perftest_perfstats.js
perftest_politico_link.js
perftest_record.js Bug 1782184 - Move first load prompts handling code under interactive tests r=perftest-reviewers,kshampur 2022-08-09 14:55:55 +00:00
perftest_youtube_link.js
sites.txt

README.txt

This directory contains perftests owned by the performance team.