macbre / phantomas

Headless Chromium-based web performance metrics collector and monitoring tool
https://www.npmjs.com/package/phantomas
BSD 2-Clause "Simplified" License
2.26k stars 141 forks source link

bump puppeteer to v22.13.0 (HeadlessChrome/126.0.0.0) #1382

Closed macbre closed 3 months ago

macbre commented 4 months ago

Release notes

socket-security[bot] commented 4 months ago

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/puppeteer@22.13.0 environment Transitive: filesystem, network, shell, unsafe +110 27.4 MB google-wombot

🚮 Removed packages: npm/puppeteer@22.10.1

View full report↗︎

macbre commented 4 months ago
● Integration tests › /headers.html › should have "headersCount" metric set properly

    assert.strictEqual(received, expected)

    Expected value to strictly be equal to:
      29
    Received:
      32

      118 |       Object.keys(test.metrics || {}).forEach((name) => {
      119 |         it(`should have "${name}" metric set properly`, () => {
    > 120 |           assert.strictEqual(results.getMetric(name), test.metrics[name]);
          |                  ^
      121 |         });
      122 |       });
      123 |

      at Object.strictEqual (test/integration.test.js:120:18)