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

chore(deps): update dependency @playwright/test to v1.41.2 #374

Merged
merged 1 commit into from
Feb 11, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 5, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@playwright/test (source) 1.39.0 -> 1.41.2 age adoption passing confidence

Release Notes

microsoft/playwright (@​playwright/test)

v1.41.2

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/29123 - [REGRESSION] route.continue: Protocol error (Fetch.continueRequest): Invalid InterceptionId.

Browser Versions

  • Chromium 121.0.6167.57
  • Mozilla Firefox 121.0
  • WebKit 17.4

This version was also tested against the following stable channels:

  • Google Chrome 120
  • Microsoft Edge 120

v1.41.1

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/29067 - [REGRESSION] Codegen/Recorder: not all clicks are being actioned nor recordedhttps://github.com/microsoft/playwright/issues/290288 - [REGRESSION] React component tests throw type error when passing null/undefined to componenhttps://github.com/microsoft/playwright/issues/2902727 - [REGRESSION] React component tests not passing Date prop valuhttps://github.com/microsoft/playwright/issues/29023023 - [REGRESSION] React component tests not rendering children phttps://github.com/microsoft/playwright/issues/290199019 - [REGRESSION] trace.playwright.dev does not currently support the loading from URL

Browser Versions

  • Chromium 121.0.6167.57
  • Mozilla Firefox 121.0
  • WebKit 17.4

This version was also tested against the following stable channels:

  • Google Chrome 120
  • Microsoft Edge 120

v1.41.0

Compare Source

New APIs

Browser Versions

  • Chromium 121.0.6167.57
  • Mozilla Firefox 121.0
  • WebKit 17.4

This version was also tested against the following stable channels:

  • Google Chrome 120
  • Microsoft Edge 120

v1.40.1

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/28319 - [REGRESSION]: Version 1.40.0 Produces corrupted traceshttps://github.com/microsoft/playwright/issues/283711 - [BUG] The color of the 'ok' text did not change to green in the vs code test results sectiohttps://github.com/microsoft/playwright/issues/2832121 - [BUG] Ambiguous test outcome and status for serial mohttps://github.com/microsoft/playwright/issues/28362362 - [BUG] Merging blobs ends up in Error: Cannot create a string longer than 0x1fffffe8 characthttps://github.com/microsoft/playwright/pull/282398239 - fix: collect all errors in removeFolders

Browser Versions
  • Chromium 120.0.6099.28
  • Mozilla Firefox 119.0
  • WebKit 17.4

This version was also tested against the following stable channels:

  • Google Chrome 119
  • Microsoft Edge 119

v1.40.0

Compare Source

Test Generator Update

Playwright Test Generator

New tools to generate assertions:

Here is an example of a generated test with assertions:

import { test, expect } from '@​playwright/test';

test('test', async ({ page }) => {
  await page.goto('https://playwright.dev/');
  await page.getByRole('link', { name: 'Get started' }).click();
  await expect(page.getByLabel('Breadcrumbs').getByRole('list')).toContainText('Installation');
  await expect(page.getByLabel('Search')).toBeVisible();
  await page.getByLabel('Search').click();
  await page.getByPlaceholder('Search docs').fill('locator');
  await expect(page.getByPlaceholder('Search docs')).toHaveValue('locator');
});

New APIs

Other Changes

Browser Versions

  • Chromium 120.0.6099.28
  • Mozilla Firefox 119.0
  • WebKit 17.4

This version was also tested against the following stable channels:

  • Google Chrome 119
  • Microsoft Edge 119

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the renovate label Dec 5, 2023
renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 5, 2023
renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Dec 5, 2023
Copy link

socket-security bot commented Dec 5, 2023

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

Package New capabilities Transitives Size Publisher
npm/@playwright/[email protected] Transitive: environment, eval, filesystem, network, shell, unsafe +3 10.3 MB yurys

🚮 Removed packages: npm/@playwright/[email protected]

View full report↗︎

@renovate renovate bot force-pushed the renovate/playwright-monorepo branch 2 times, most recently from 7baab96 to 994a80b Compare December 6, 2023 12:15
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from 994a80b to 37f70ee Compare December 7, 2023 17:17
renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Dec 7, 2023
renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 7, 2023
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from 37f70ee to 2f0a093 Compare December 7, 2023 18:32
renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 7, 2023
renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Dec 7, 2023
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from 2f0a093 to 9cac218 Compare December 12, 2023 14:37
renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 12, 2023
renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Dec 12, 2023
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from 9cac218 to bac4fc2 Compare December 12, 2023 15:38
renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 12, 2023
renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Dec 12, 2023
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from bac4fc2 to 461a65f Compare December 12, 2023 16:08
renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Dec 12, 2023
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch 6 times, most recently from 9152f74 to d80f903 Compare February 1, 2024 16:02
@renovate renovate bot changed the title chore(deps): update dependency @playwright/test to v1.41.1 chore(deps): update dependency @playwright/test to v1.41.2 Feb 1, 2024
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from d80f903 to 83c5c53 Compare February 1, 2024 21:18
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 1, 2024
renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Feb 1, 2024
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch 7 times, most recently from df89573 to bd3f2f3 Compare February 9, 2024 07:16
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from bd3f2f3 to 3d86d6c Compare February 9, 2024 07:26
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from 3d86d6c to 5680654 Compare February 10, 2024 16:29
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from 5680654 to 78c7e5e Compare February 10, 2024 18:17
@Nirajn2311 Nirajn2311 merged commit 06cdc3e into main Feb 11, 2024
7 checks passed
@Nirajn2311 Nirajn2311 deleted the renovate/playwright-monorepo branch February 11, 2024 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant