From 225b481e2842084d13427ef05f15eeb24f825f7a Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Thu, 10 Aug 2023 19:55:40 -0400 Subject: [PATCH] chore(a11y): Add more plugin testing Signed-off-by: Adam Harvey --- lighthouserc.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lighthouserc.js b/lighthouserc.js index 90a15abbd3..70136ee158 100644 --- a/lighthouserc.js +++ b/lighthouserc.js @@ -32,6 +32,17 @@ module.exports = { 'http://localhost:3000/create/templates/default/react-ssr-template', /** Search */ 'http://localhost:3000/search', + /** Miscellaneous */ + 'http://localhost:3000/settings', + /** plugin-devtools */ + 'http://localhost:3000/devtools', + 'http://localhost:3000/devtools/config', + /** plugin-explore */ + 'http://localhost:3000/explore', + 'http://localhost:3000/explore/groups', + 'http://localhost:3000/explore/tools', + /** plugin-tech-radar */ + 'http://localhost:3000/tech-radar', ], settings: { onlyCategories: ['accessibility'],