Adding the following ExpectedRecords metadata to each corresponding step:
Lighthouse Performance Score
id: labData,
type: KEYVALUE
fields:
actualScore: Performance Score (NUMERIC)
firstContentfulPaint: First Contentful Paint (NUMERIC)
firstMeaningfulPaint : First Meaningful Paint (NUMERIC)
speedIndex : Speed Index (NUMERIC)
firstCpuIdle : First CPU Idle (NUMERIC)
timeToInteractive : Time to Interactive (NUMERIC)
maxPotentialFirstInputDelay : Max Potential First Input Delay (NUMERIC)
dynamic: false
GA Checks (both pageview/event)
id: googleAnalyticsRequest
type: KEYVALUE
fields:
cid: Google Analytics Client ID (STRING, even though it looks like a float)
dynamic: true
Pardot Check
id: pardotTrackingRequest
type: KEYVALUE
fields:
visitor_id: Visitor ID (NUMERIC)
dynamic: true
This is a follow-up to #99 (for #84).
Adding the following
ExpectedRecordsmetadata to each corresponding step:Lighthouse Performance Score
id:labData,type:KEYVALUEfields:actualScore: Performance Score (NUMERIC)firstContentfulPaint: First Contentful Paint (NUMERIC)firstMeaningfulPaint: First Meaningful Paint (NUMERIC)speedIndex: Speed Index (NUMERIC)firstCpuIdle: First CPU Idle (NUMERIC)timeToInteractive: Time to Interactive (NUMERIC)maxPotentialFirstInputDelay: Max Potential First Input Delay (NUMERIC)dynamic:falseGA Checks (both pageview/event)
id:googleAnalyticsRequesttype:KEYVALUEfields:cid: Google Analytics Client ID (STRING, even though it looks like a float)dynamic:truePardot Check
id:pardotTrackingRequesttype:KEYVALUEfields:visitor_id: Visitor ID (NUMERIC)dynamic:trueThis is a follow-up to #99 (for #84).