Skip to content

Commit

Permalink
chore(a11y): Add more plugin testing
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Harvey <adaharve@cisco.com>
  • Loading branch information
adamdmharvey committed Aug 10, 2023
1 parent 42bcaab commit 225b481
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lighthouserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 225b481

Please sign in to comment.