You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set the headless property to false in the use section of a standard config in playwright.config.ts.
Use the Playwright Test for VSCode extension to run an individual test from the Testing > Test Explorer panel.
Observe that the test is still executed in headless mode.
I've tracked back through the versions of Playwright to see at what point this has broken and it works as expected in 1.48.0 but is broken in 1.48.1 and above. Looking at the Release Notes for 1.48.1 it maybe related to the fix for #33023?
Executing tests from the command line via npx playwright test does respond correctly to the headless property.
Expected behavior
The tests executed from the Playwright Test for VSCode extension adhere to the headless property.
Actual behavior
The tests executed from the Playwright Test for VSCode extension ignore the headless property.
Version
1.49.1
Steps to reproduce
headless
property tofalse
in theuse
section of a standard config in playwright.config.ts.I've tracked back through the versions of Playwright to see at what point this has broken and it works as expected in 1.48.0 but is broken in 1.48.1 and above. Looking at the Release Notes for 1.48.1 it maybe related to the fix for #33023?
Executing tests from the command line via
npx playwright test
does respond correctly to theheadless
property.Expected behavior
The tests executed from the Playwright Test for VSCode extension adhere to the
headless
property.Actual behavior
The tests executed from the Playwright Test for VSCode extension ignore the
headless
property.Additional context
No response
Environment
The text was updated successfully, but these errors were encountered: