question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Split out puppeteer's install to be acquired separately to the rest of the modules

See original GitHub issue

It 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:closed
  • Created 4 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
Tyriarcommented, Nov 5, 2019

👍 seems like the easiest fix: https://github.com/xtermjs/xterm.js/pull/2541

0reactions
leomotycommented, Nov 5, 2019

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found