Split out puppeteer's install to be acquired separately to the rest of the modules
See original GitHub issueIt downloads Chromium which means is busts the GH Actions cache if we try to cache node_modules and also takes a long time to install locally and in CI. We should move it out and only install it when we need the API tests (cd test/api && yarn
? "pretest-api": "npm install puppeteer"
?).
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Storyshots Puppeteer is broken with latest update · Issue #9517
Describe the bug. Bumped the storybook versions from 5.2.8 to 5.3.x and can no longer run our storyshots-puppeteer tests. To Reproduce
Read more >Getting to Know Puppeteer Using Practical Examples
In this article we're going to try out Puppeteer and demonstrate a variety of the available capabilities, through concrete examples.
Read more >How can I download images on a page using puppeteer?
const puppeteer = require('puppeteer'); const fs = require('fs'); const ... System Module and HTTP or HTTPS Module to download each image.
Read more >Puppeteer - NOTICE OF EXAMINATION
Requirements must have been obtained by the last day of the Application Period. WHEN TO APPLY: From: March 15, 2017. APPLICATION FEE: $54.00....
Read more >exceljs - npm
Merged Add TS declarations of Workbook properties #1656. ... where the view is split into 4 sections, each semi-independently scrollable.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
👍 seems like the easiest fix: https://github.com/xtermjs/xterm.js/pull/2541
That is what I meant, sorry for “missing the point” first 😃
Edit: I didn’t know you wanted to speed up the non-API times