Can not set the headful parameter properly
Kazimirkas opened this issue · 5 comments
Kazimirkas commented
On macOS, node v14.15.1
it works ok only like so
HEADFUL=true npx folio
but, if I try
npx folio --param headful
or npx folio --p headful
or npx folio --p headful=true
it ignores the parameter and works in headless mode
Kazimirkas commented
thanks
Kazimirkas commented
@mxschmitt . May I ask about your next release plans? 😃
mxschmitt commented
A new version got released: https://www.npmjs.com/package/@playwright/test
Kazimirkas commented
Yes, now it works as expected, thank you!