In headless mode it simply seems to be ignored, creating the same screenshot of the current view instead of the full page.
With headless: false, it screenshots the whole vitest runner ui.
I am using the playwright provider with chromium.
I found this:
|
> `fullPage` is not working |
|
|
|
This occurs when the browser is in `headless` mode. |
|
But even when it is not in `headless` mode, |
|
the resulting snapshot is still not capturing the full page. |
|
|
|
For the time being, we recommend using `playwright` for visual testing. |
Is this still relevant / the feature broken? When you recommend playwright, does that mean the playwright provider, or playwright standalone?
In headless mode it simply seems to be ignored, creating the same screenshot of the current view instead of the full page.
With
headless: false, it screenshots the whole vitest runner ui.I am using the playwright provider with chromium.
I found this:
visual-testing/packages/vitest-plugin-vis/readme.md
Lines 543 to 549 in a3f2883
Is this still relevant / the feature broken? When you recommend playwright, does that mean the playwright provider, or playwright standalone?