microsoft / playwright-test

Build a cross-browser end-to-end test suite with Playwright.
https://playwright.dev
Apache License 2.0
777 stars 34 forks source link

Can not set the headful parameter properly #222

Closed Kazimirkas closed 3 years ago

Kazimirkas commented 3 years ago

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

mxschmitt commented 3 years ago

Hi, it was fixed in #221. A new version needs to be released to include it.

Kazimirkas commented 3 years ago

thanks

Kazimirkas commented 3 years ago

@mxschmitt . May I ask about your next release plans? 😃

mxschmitt commented 3 years ago

A new version got released: https://www.npmjs.com/package/@playwright/test

Kazimirkas commented 3 years ago

Yes, now it works as expected, thank you!