mirror of
https://github.com/microsoft/playwright.git
synced 2025-01-05 19:04:43 +03:00
chore(types): add blob reporter to the known reporter types (#27371)
Closes https://github.com/microsoft/playwright/issues/27357
This commit is contained in:
parent
5deea65bf2
commit
bb8a102164
3
packages/playwright/types/test.d.ts
vendored
3
packages/playwright/types/test.d.ts
vendored
@ -19,9 +19,10 @@ import type { APIRequestContext, Browser, BrowserContext, BrowserContextOptions,
|
||||
export * from 'playwright-core';
|
||||
|
||||
export type ReporterDescription =
|
||||
['blob'] | ['blob', { outputDir?: string }] |
|
||||
['dot'] |
|
||||
['line'] |
|
||||
['list'] |
|
||||
['list'] | ['list', { printSteps?: boolean }] |
|
||||
['github'] |
|
||||
['junit'] | ['junit', { outputFile?: string, stripANSIControlSequences?: boolean }] |
|
||||
['json'] | ['json', { outputFile?: string }] |
|
||||
|
3
utils/generate_types/overrides-test.d.ts
vendored
3
utils/generate_types/overrides-test.d.ts
vendored
@ -18,9 +18,10 @@ import type { APIRequestContext, Browser, BrowserContext, BrowserContextOptions,
|
||||
export * from 'playwright-core';
|
||||
|
||||
export type ReporterDescription =
|
||||
['blob'] | ['blob', { outputDir?: string }] |
|
||||
['dot'] |
|
||||
['line'] |
|
||||
['list'] |
|
||||
['list'] | ['list', { printSteps?: boolean }] |
|
||||
['github'] |
|
||||
['junit'] | ['junit', { outputFile?: string, stripANSIControlSequences?: boolean }] |
|
||||
['json'] | ['json', { outputFile?: string }] |
|
||||
|
Loading…
Reference in New Issue
Block a user