chore: allow taking pixel screenshots in snapshot mode (#44)
Ref: https://github.com/microsoft/playwright-mcp/issues/39
This commit is contained in:
@@ -51,6 +51,9 @@ test('test tool list', async ({ server }) => {
|
||||
expect.objectContaining({
|
||||
name: 'browser_select_option',
|
||||
}),
|
||||
expect.objectContaining({
|
||||
name: 'browser_take_screenshot',
|
||||
}),
|
||||
expect.objectContaining({
|
||||
name: 'browser_press_key',
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user