We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcda0db commit fece812Copy full SHA for fece812
docs/ui-coverage/results-api.mdx
@@ -139,7 +139,7 @@ The `getUICoverageResults` utility returns the following data:
139
// The sanatized URL pattern shown in the report.
140
displayName: string
141
// The view coverage from 0-100 with 2 decimal precision (e.g 92.45).
142
- coverage: float
+ coverage: number
143
// The number of interactive elements that were tested on this view.
144
testedElementsCount:number
145
// The number of interactive elements that were not tested on this view.
0 commit comments