Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @playwright/test to ^1.48.2 #13672

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 30, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@playwright/test (source) ^1.44.1 -> ^1.48.2 age adoption passing confidence

Release Notes

microsoft/playwright (@​playwright/test)

v1.48.2

Compare Source

v1.48.1

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/33023 - [Bug]: command line flag --headed has no effect in ui modehttps://github.com/microsoft/playwright/issues/331077 - [REGRESSION]: page.waitForRequest does not get resolved since 1.48.https://github.com/microsoft/playwright/issues/3308585 - [Bug]: WebSocket route does not handle full URLs in Playwrighttps://github.com/microsoft/playwright/issues/33052052 - [Regression]: Inspector not showing recorded sthttps://github.com/microsoft/playwright/issues/331323132 - [Bug]: Wrong Ubuntu release name in Dockerfile.nhttps://github.com/microsoft/playwright/pull/3299632996 - [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

v1.48.0

Compare Source

v1.47.2

Compare Source

Highlights

https://github.com/microsoft/playwright/pull/32699- [REGRESSION]: fix(codegen): use content_frame property in python/.NEThttps://github.com/microsoft/playwright/issues/327066- [REGRESSION]: page.pause() does not pause test timeout after 1.4https://github.com/microsoft/playwright/pull/3266161 - 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

v1.47.1

Compare Source

v1.47.0

Compare Source

v1.46.1

Compare Source

v1.46.0

Compare Source

v1.45.3

Compare Source

v1.45.2

Compare Source

v1.45.1

Compare Source

v1.45.0

Compare Source


Configuration

📅 Schedule: Branch creation - "on sunday before 6:00am" in timezone UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Update of dependencies label Jun 30, 2024
@mui-bot
Copy link

mui-bot commented Jun 30, 2024

Deploy preview: https://deploy-preview-13672--material-ui-x.netlify.app/

Generated by 🚫 dangerJS against 5236ad1

@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label Jul 1, 2024
Copy link

github-actions bot commented Jul 1, 2024

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label Jul 1, 2024
@renovate renovate bot force-pushed the renovate/playwright branch 2 times, most recently from 12f8e4d to 392a1f0 Compare July 2, 2024 18:37
@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label Jul 2, 2024
Copy link

github-actions bot commented Jul 2, 2024

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@github-actions github-actions bot added PR: out-of-date The pull request has merge conflicts and can't be merged and removed PR: out-of-date The pull request has merge conflicts and can't be merged labels Jul 2, 2024
Copy link

github-actions bot commented Jul 4, 2024

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label Jul 4, 2024
@LukasTy LukasTy self-assigned this Jul 4, 2024
Copy link

github-actions bot commented Jul 4, 2024

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label Jul 4, 2024
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label Jul 4, 2024
@JCQuintas
Copy link
Member

@LukasTy it seems this is not taking a picture of the print anymore but of the page

@LukasTy
Copy link
Member

LukasTy commented Jul 4, 2024

@LukasTy it seems this is not taking a picture of the print anymore but of the page

Good point. 🤔
Well, it's either a regression or we need to adjust somehow. 🙈
Maybe the Playwright already has the option to take a print snapshot. 🤔

Are you looking into it? Or shall I?

@JCQuintas
Copy link
Member

@LukasTy I can try looking into it, do you have any context on why we use ffmpeg there?

@LukasTy
Copy link
Member

LukasTy commented Jul 4, 2024

I can try looking into it, do you have any context on why we use ffmpeg there?

@JCQuintas I'm currently checking something.
ffmpeg is used to capture the print dialog, because Playwright can only capture a screenshot of the original browser page/window.
Not sure if this has changed over time. 🤔

@LukasTy
Copy link
Member

LukasTy commented Jul 4, 2024

@JCQuintas It looks like Playwright or the latest released chromium browser is broken.
The printer window doesn't open. 🙈

EDIT: It does open on Firefox.
I'll experiment with it.

// The test is flaky on webkit
if (browserType.name() === 'webkit') {
// The test is flaky on webkit and firefox
if (browserType.name() === 'webkit' || browserType.name() === 'firefox') {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one seemed too flaky on firefox, I don't think it's worth spending time on re-running it. 🙈

@LukasTy LukasTy added on hold There is a blocker, we need to wait external dependency Blocked by external dependency, we can’t do anything about it labels Jul 4, 2024
@LukasTy
Copy link
Member

LukasTy commented Jul 5, 2024

No, we can close this and wait for next version

I've reopened the PR as there are relevant changes that are great improvements. 🤔

Copy link

github-actions bot commented Jul 5, 2024

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label Jul 5, 2024
@github-actions github-actions bot added PR: out-of-date The pull request has merge conflicts and can't be merged and removed PR: out-of-date The pull request has merge conflicts and can't be merged labels Jul 30, 2024
Copy link

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label Jul 31, 2024
@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label Aug 8, 2024
Copy link

github-actions bot commented Aug 8, 2024

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label Aug 8, 2024
@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label Aug 19, 2024
Copy link

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label Oct 8, 2024
@JCQuintas
Copy link
Member

@flaviendelangle the argos issue is on the version of playwright itself... the print popup is not opening anymore. I'm not sure if this is an issue on our setup or on their side, the code is technically correct afaik 🙃

The pickers e2e issues I have no idea

@flaviendelangle
Copy link
Member

@JCQuintas I have a problem, the version that we use for playwright is not compatible with Ubuntu 2024.04 so I can't run my e2e test locally anymore 😢

@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label Oct 16, 2024
Copy link

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@renovate renovate bot changed the title Bump Playwright Bump @playwright/test to ^1.48.2 Nov 3, 2024
@github-actions github-actions bot added PR: out-of-date The pull request has merge conflicts and can't be merged and removed PR: out-of-date The pull request has merge conflicts and can't be merged labels Nov 3, 2024
Copy link

github-actions bot commented Nov 6, 2024

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@LukasTy LukasTy mentioned this pull request Nov 20, 2024
1 task
@renovate renovate bot deleted the renovate/playwright branch December 2, 2024 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update of dependencies external dependency Blocked by external dependency, we can’t do anything about it on hold There is a blocker, we need to wait PR: out-of-date The pull request has merge conflicts and can't be merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants