Skip to content

[Snyk] Upgrade @playwright/test from 1.47.1 to 1.48.1 - #13

Open
ClementBobin wants to merge 1 commit into
mainfrom
snyk-upgrade-545b3324e4b6f3c5cef2f6c7a5208600
Open

[Snyk] Upgrade @playwright/test from 1.47.1 to 1.48.1#13
ClementBobin wants to merge 1 commit into
mainfrom
snyk-upgrade-545b3324e4b6f3c5cef2f6c7a5208600

Conversation

@ClementBobin

Copy link
Copy Markdown
Member

snyk-top-banner

Snyk has created this PR to upgrade @playwright/test from 1.47.1 to 1.48.1.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 59 versions ahead of your current version.

  • The recommended version was released on 25 days ago.

Release notes
Package name: @playwright/test
  • 1.48.1 - 2024-10-16

    Highlights

    #33023 - [Bug]: command line flag --headed has no effect in ui mode
    #33107 - [REGRESSION]: page.waitForRequest does not get resolved since 1.48.0
    #33085 - [Bug]: WebSocket route does not handle full URLs in Playwright
    #33052 - [Regression]: Inspector not showing recorded steps
    #33132 - [Bug]: Wrong Ubuntu release name in Dockerfile.noble
    #32996 - [BUG] Trace attachments have small unusable height

    Browser Versions

    • Chromium 130.0.6723.19
    • Mozilla Firefox 130.0
    • WebKit 18.0

    This version was also tested against the following stable channels:

    • Google Chrome 129
    • Microsoft Edge 129
  • 1.48.1-beta-1729803910000 - 2024-10-24
  • 1.48.1-beta-1729768444000 - 2024-10-24
  • 1.48.1-beta-1729761836000 - 2024-10-24
  • 1.48.1-beta-1729761824000 - 2024-10-24
  • 1.48.1-beta-1729538520000 - 2024-10-21
  • 1.48.1-beta-1729096710000 - 2024-10-16
  • 1.48.1-beta-1729071078000 - 2024-10-16
  • 1.48.0 - 2024-10-08

    WebSocket routing

    New methods page.routeWebSocket() and browserContext.routeWebSocket() allow to intercept, modify and mock WebSocket connections initiated in the page. Below is a simple example that mocks WebSocket communication by responding to a "request" with a "response".

    await page.routeWebSocket('/ws', ws => {
      ws.onMessage(message => {
        if (message === 'request')
          ws.send('response');
      });
    });

    See WebSocketRoute for more details.

    UI updates

    • New "copy" buttons for annotations and test location in the HTML report.
    • Route method calls like route.fulfill() are not shown in the report and trace viewer anymore. You can see which network requests were routed in the network tab instead.
    • New "Copy as cURL" and "Copy as fetch" buttons for requests in the network tab.

    Miscellaneous

    Browser Versions

    • Chromium 130.0.6723.19
    • Mozilla Firefox 130.0
    • WebKit 18.0

    This version was also tested against the following stable channels:

    • Google Chrome 129
    • Microsoft Edge 129
  • 1.48.0-beta-1729066602000 - 2024-10-16
  • 1.48.0-beta-1729034638000 - 2024-10-15
  • 1.48.0-beta-1729024528000 - 2024-10-15
  • 1.48.0-beta-1728993409000 - 2024-10-15
  • 1.48.0-beta-1728993389000 - 2024-10-15
  • 1.48.0-beta-1728983264000 - 2024-10-15
  • 1.48.0-beta-1728939942000 - 2024-10-14
  • 1.48.0-beta-1728916380000 - 2024-10-14
  • 1.48.0-beta-1728521270000 - 2024-10-10
  • 1.48.0-beta-1728408670000 - 2024-10-08
  • 1.48.0-beta-1728391058000 - 2024-10-08
  • 1.48.0-beta-1728384960000 - 2024-10-08
  • 1.48.0-beta-1728384890000 - 2024-10-08
  • 1.48.0-beta-1728371904000 - 2024-10-08
  • 1.48.0-beta-1728034490000 - 2024-10-04
  • 1.48.0-beta-1727939718000 - 2024-10-03
  • 1.48.0-beta-1727868641000 - 2024-10-02
  • 1.48.0-beta-1727802413000 - 2024-10-01
  • 1.48.0-beta-1727800739000 - 2024-10-01
  • 1.48.0-beta-1727721217000 - 2024-09-30
  • 1.48.0-beta-1727692967000 - 2024-09-30
  • 1.48.0-alpha-2024-09-30 - 2024-09-30
  • 1.48.0-alpha-2024-09-29 - 2024-09-29
  • 1.48.0-alpha-2024-09-28 - 2024-09-28
  • 1.48.0-alpha-2024-09-27 - 2024-09-27
  • 1.48.0-alpha-2024-09-26 - 2024-09-26
  • 1.48.0-alpha-2024-09-25 - 2024-09-25
  • 1.48.0-alpha-2024-09-24 - 2024-09-24
  • 1.48.0-alpha-2024-09-23 - 2024-09-23
  • 1.48.0-alpha-2024-09-22 - 2024-09-22
  • 1.48.0-alpha-2024-09-21 - 2024-09-21
  • 1.48.0-alpha-2024-09-20 - 2024-09-20
  • 1.48.0-alpha-2024-09-19 - 2024-09-19
  • 1.48.0-alpha-2024-09-18 - 2024-09-18
  • 1.48.0-alpha-2024-09-17 - 2024-09-17
  • 1.48.0-alpha-2024-09-16 - 2024-09-16
  • 1.48.0-alpha-2024-09-15 - 2024-09-15
  • 1.48.0-alpha-2024-09-14 - 2024-09-14
  • 1.48.0-alpha-2024-09-13 - 2024-09-13
  • 1.48.0-alpha-2024-09-12 - 2024-09-12
  • 1.48.0-alpha-2024-09-11 - 2024-09-11
  • 1.48.0-alpha-2024-09-10 - 2024-09-10
  • 1.48.0-alpha-2024-09-09 - 2024-09-09
  • 1.48.0-alpha-2024-09-08 - 2024-09-08
  • 1.48.0-alpha-2024-09-07 - 2024-09-07
  • 1.48.0-alpha-2024-09-06 - 2024-09-06
  • 1.48.0-alpha-1727434891000 - 2024-09-27
  • 1.47.2 - 2024-09-20

    Highlights

    #32699 [REGRESSION]: fix(codegen): use content_frame property in python/.NET
    #32706 [REGRESSION]: page.pause() does not pause test timeout after 1.47
    #32661 - fix(trace-viewer): time delta between local and remote actions

    Browser Versions

    • Chromium 129.0.6668.29
    • Mozilla Firefox 130.0
    • WebKit 18.0

    This version was also tested against the following stable channels:

    • Google Chrome 128
    • Microsoft Edge 128
  • 1.47.2-beta-1727139937000 - 2024-09-24
  • 1.47.2-beta-1726852863000 - 2024-09-20
  • 1.47.1 - 2024-09-13

    Highlights

    #32480 - [REGRESSION]: tsconfig.json's compilerOptions.paths no longer working in 1.47
    #32552 - [REGRESSION]: broken UI in Trace Viewer while showing network response body

    Browser Versions

    • Chromium 129.0.6668.29
    • Mozilla Firefox 130.0
    • WebKit 18.0

    This version was also tested against the following stable channels:

    • Google Chrome 128
    • Microsoft Edge 128
from @playwright/test GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

Snyk has created this PR to upgrade @playwright/test from 1.47.1 to 1.48.1.

See this package in npm:
@playwright/test

See this project in Snyk:
https://app.snyk.io/org/clementbobin-5GynRFUhApphu7egRKPFQo/project/367dc0ae-71c6-4a40-9e9a-9d32de73be3e?utm_source=github&utm_medium=referral&page=upgrade-pr
@graphite-app

graphite-app Bot commented Jan 8, 2025

Copy link
Copy Markdown

Graphite Automations

"Auto-assign PRs to author" took an action on this PR • (01/08/25)

1 assignee was added to this PR based on Mirage's automation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants