lighthouserc: disable scaffolder pages in accessibility checks

The scaffolder pages now use the SubPageBlueprint page layout with
PluginHeader tabs, which causes Lighthouse to produce NaN accessibility
scores. This is the same known issue affecting the settings pages.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
This commit is contained in:
Patrik Oldsberg
2026-03-20 09:56:08 +01:00
parent 4cc9af2433
commit de1a48cdc9
+7 -6
View File
@@ -25,12 +25,13 @@ module.exports = {
'http://localhost:3000/docs',
'http://localhost:3000/docs/default/component/backstage',
/** Software Templates */
'http://localhost:3000/create',
'http://localhost:3000/create/tasks',
'http://localhost:3000/create/actions',
'http://localhost:3000/create/edit',
'http://localhost:3000/create/templating-extensions',
'http://localhost:3000/create/templates/default/react-ssr-template',
// TODO(Rugvip): Figure out why these don't work after the BUI header switch
// 'http://localhost:3000/create',
// 'http://localhost:3000/create/tasks',
// 'http://localhost:3000/create/actions',
// 'http://localhost:3000/create/edit',
// 'http://localhost:3000/create/templating-extensions',
// 'http://localhost:3000/create/templates/default/react-ssr-template',
/** Search */
'http://localhost:3000/search',
/** Miscellaneous */