discourse/test
David Taylor bc6bff0e5a
DEV: Switch from puppeteer to puppeteer-core for smoke test (#15262)
`puppeteer` includes a full chromium binary, which adds more than 300mb to our node_modules directory in development/test mode (and therefore the `discourse_dev` and `discourse_test` docker images). We already reach out to the system copy of Chrome for our qunit tests, and already have chrome installed in our `discourse_dev`/`discourse_test` docker images, so it's much more efficient to switch to `puppeteer-core` which doesn't include the chromium binary.
2021-12-13 09:31:49 +00:00
..
run-qunit.js DEV: Make legacy ember tests less likely to fail (#15147) 2021-12-01 19:30:33 +01:00
smoke_test.js DEV: Switch from puppeteer to puppeteer-core for smoke test (#15262) 2021-12-13 09:31:49 +00:00