mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
fix: beautiful toHaveScreenshot in tracing (#12422)
This commit is contained in:
parent
a5f2dc0d7e
commit
a0cf33bbb0
@ -4089,6 +4089,7 @@ export const commandsWithTracingSnapshots = new Set([
|
||||
'Page.goBack',
|
||||
'Page.goForward',
|
||||
'Page.reload',
|
||||
'Page.expectScreenshot',
|
||||
'Page.screenshot',
|
||||
'Page.setViewportSize',
|
||||
'Page.keyboardDown',
|
||||
|
||||
@ -1028,6 +1028,8 @@ Page:
|
||||
log:
|
||||
type: array?
|
||||
items: string
|
||||
tracing:
|
||||
snapshot: true
|
||||
|
||||
screenshot:
|
||||
parameters:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user