browserDevtools: true
doesn't make Chromium headful
#2537
Labels
Bug: Validated
This PR or Issue is verified to be a bug within Stencil
Stencil version:
I'm submitting a:
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://stencil-worldwide.herokuapp.com/ or https://forum.ionicframework.com/
Current behavior:
Setting
testing.browserDevtools = true
doesn't run Chromium in headful mode.Expected behavior:
It does what the doc comment says:
Other information:
I think
stencil/src/testing/puppeteer/puppeteer-browser.ts
Lines 17 to 19 in 6d69f53
src/compiler/config/validate-testing.ts
.--
BTW I usually don't want to run e2e tests in headful mode but sometimes it helps to see what's going on, so having a
--headful
or--devtools
flag would be quite convenient.The text was updated successfully, but these errors were encountered: