You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: A map of URLs to test, with aliases as keys, separated by new lines (e.g. `moshe:http://localhost:8889/moshe \n haim:http://localhost:8889/haim`)
7
+
required: true
8
+
categories:
9
+
description: A list of categories to test, separated by new lines (e.g. `performance \n accessibility` \n `best-practices` \n `seo`)
10
+
required: true
11
+
number-of-runs:
12
+
description: The number of times to run the Lighthouse test on each URL
13
+
required: false
14
+
default: '3'
15
+
skip-lhci-install:
16
+
description: Skip installing the LHCI package (for debugging purposes or using custom LHCI version)
0 commit comments