Kind: Function
Source: atloria-monorepo/apps/web-e2e/src/utils/performance.ts
Get performance metrics from a page
Signature
tsasync function getPerformanceMetrics(page: Page): Promise<PerformanceMetrics>
Parameters
| Name | Type |
|---|---|
page | Page |
Returns: Promise<PerformanceMetrics>
Was this page helpful?