Kind: Function
Source: atloria-monorepo/apps/web-e2e/src/utils/test-helpers.ts
Take a screenshot with a descriptive name
Signature
tsasync function takeScreenshot(page: Page, name: string): Promise<Buffer>
Parameters
| Name | Type |
|---|---|
page | Page |
name | string |
Returns: Promise<Buffer>
Was this page helpful?