-
Notifications
You must be signed in to change notification settings - Fork 53
Conversation
09f6b1d
to
47ec92c
Compare
Codecov Report
@@ Coverage Diff @@
## master #847 +/- ##
=======================================
Coverage 93.54% 93.54%
=======================================
Files 21 21
Lines 728 728
Branches 73 69 -4
=======================================
Hits 681 681
Misses 47 47 Continue to review full report at Codecov.
|
Generated by 🚫 dangerJS |
@@ -6,7 +6,7 @@ general: | |||
jobs: | |||
build: | |||
docker: | |||
- image: circleci/node:8 | |||
- image: circleci/node:8-browsers |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure about this, puppeteer
package will install an own browser. Do we need to switch images?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes.
Puppeteer installs its own Chrome, but it still depends on some shared libraries which are not installed in the original image:
[02:10:55] 'perf:run' errored after 174 ms
[02:10:55] Error: Failed to launch chrome!
/home/circleci/project/node_modules/puppeteer/.local-chromium/linux-609904/chrome-linux/chrome: error while loading shared libraries: libXtst.so.6: cannot open shared object file: No such file or directory
Run
yarn perf
as part of Ci build, part of #773.No changelog entry, no user-facing change.