From ecbaf1eb711e2a29f45b3d351edbbfd60c8c6175 Mon Sep 17 00:00:00 2001 From: chrish01 Date: Tue, 15 Oct 2024 11:27:38 +0100 Subject: [PATCH 1/2] remove front page test url --- lighthouse/lighthouserc.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lighthouse/lighthouserc.js b/lighthouse/lighthouserc.js index bfa6e3ecc3e..5a93a8fc63d 100644 --- a/lighthouse/lighthouserc.js +++ b/lighthouse/lighthouserc.js @@ -1,7 +1,6 @@ const AUDIT_URLS = { FRONT_PAGE: { live: ['https://www.bbc.com/serbian/cyr'], - test: ['https://www.test.bbc.com/serbian/cyr?renderer_env=live'], }, FIX: { live: ['https://www.bbc.com/persian/science-52004647'], @@ -58,7 +57,10 @@ const AUDIT_URLS = { TIPO_HOME_PAGE: { live: ['https://www.bbc.com/kyrgyz'], - test: ['https://www.test.bbc.com/kyrgyz?renderer_env=live'], + test: [ + 'https://www.test.bbc.com/kyrgyz?renderer_env=live', + 'https://www.test.bbc.com/serbian/lat?renderer_env=live', + ], }, MEDIA_ARTICLE_PAGE: { From d2be800bd6c1b246987fc633604a30084d166b74 Mon Sep 17 00:00:00 2001 From: chrish01 Date: Tue, 15 Oct 2024 12:09:24 +0100 Subject: [PATCH 2/2] add empty array for test front page --- lighthouse/lighthouserc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lighthouse/lighthouserc.js b/lighthouse/lighthouserc.js index 5a93a8fc63d..4dbb904c7a8 100644 --- a/lighthouse/lighthouserc.js +++ b/lighthouse/lighthouserc.js @@ -1,6 +1,7 @@ const AUDIT_URLS = { FRONT_PAGE: { live: ['https://www.bbc.com/serbian/cyr'], + test: [], }, FIX: { live: ['https://www.bbc.com/persian/science-52004647'],