Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #52356, comment 6


Ignore:
Timestamp:
12/03/2021 08:19:23 AM (4 years ago)
Author:
talldanwp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #52356, comment 6

    v1 v2  
    1414As a workaround you can set the `PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true` environment variable, which allows `npm install` to finish, but running tests won't work. Technically you should be able to install chromium independently (`brew install chromium`) and also set `PUPPETEER_EXECUTABLE_PATH`, but I haven't been able to get that working.
    1515
    16 edit: actually, I do know the reason for the last thing. e2e tests are using `puppeteer-core` and that doesn't support the environment variables!
     16edit: actually, I do know the reason for the last thing I mentioned. e2e tests are using `puppeteer-core` and that doesn't support the environment variables!