-
Notifications
You must be signed in to change notification settings - Fork 703
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 from 1.43.1 to 1.45.2 in /webapp #1061
Merged
glahaye
merged 1 commit into
main
from
dependabot/npm_and_yarn/webapp/playwright/test-1.45.2
Jul 16, 2024
Merged
Bump @playwright/test from 1.43.1 to 1.45.2 in /webapp #1061
glahaye
merged 1 commit into
main
from
dependabot/npm_and_yarn/webapp/playwright/test-1.45.2
Jul 16, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.43.1 to 1.45.2. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.43.1...v1.45.2) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
labels
Jul 16, 2024
glahaye
approved these changes
Jul 16, 2024
glahaye
deleted the
dependabot/npm_and_yarn/webapp/playwright/test-1.45.2
branch
July 16, 2024 19:19
wdavidcamden
pushed a commit
to Quartech/chat-copilot
that referenced
this pull request
Jul 17, 2024
Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.43.1 to 1.45.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/microsoft/playwright/releases"><code>@playwright/test</code>'s releases</a>.</em></p> <blockquote> <h2>v1.45.2</h2> <h3>Highlights</h3> <p><a href="https://redirect.github.com/microsoft/playwright/issues/31613">microsoft/playwright#31613</a> - [REGRESSION]: Trace is not showing any screenshots nor test name <a href="https://redirect.github.com/microsoft/playwright/issues/31601">microsoft/playwright#31601</a> - [REGRESSION]: missing trace for 2nd browser <a href="https://redirect.github.com/microsoft/playwright/issues/31541">microsoft/playwright#31541</a> - [REGRESSION]: Failing tests have a trace with no images and with steps missing</p> <h2>Browser Versions</h2> <ul> <li>Chromium 127.0.6533.5</li> <li>Mozilla Firefox 127.0</li> <li>WebKit 17.4</li> </ul> <p>This version was also tested against the following stable channels:</p> <ul> <li>Google Chrome 126</li> <li>Microsoft Edge 126</li> </ul> <h2>v1.45.1</h2> <h3>Highlights</h3> <p><a href="https://redirect.github.com/microsoft/playwright/issues/31473">microsoft/playwright#31473</a> - [REGRESSION]: Playwright raises an error ENOENT: no such file or directory, open 'test-results/.playwright-artifacts-0/hash.zip' with Electron <a href="https://redirect.github.com/microsoft/playwright/issues/31442">microsoft/playwright#31442</a> - [REGRESSION]: Locators of elements changing from/to hidden have operations hanging when using <code>--disable-web-security</code> <a href="https://redirect.github.com/microsoft/playwright/issues/31431">microsoft/playwright#31431</a> - [REGRESSION]: NewTab doesn't work properly with Chrome with <code>--disable-web-security</code> <a href="https://redirect.github.com/microsoft/playwright/issues/31425">microsoft/playwright#31425</a> - [REGRESSION]: beforeEach hooks are not skipped when describe condition depends on fixtures <a href="https://redirect.github.com/microsoft/playwright/issues/31491">microsoft/playwright#31491</a> - [REGRESSION]: <code>@playwright/experimental-ct-react</code> doesn't work with VSCode extension and PNPM</p> <h2>Browser Versions</h2> <ul> <li>Chromium 127.0.6533.5</li> <li>Mozilla Firefox 127.0</li> <li>WebKit 17.4</li> </ul> <p>This version was also tested against the following stable channels:</p> <ul> <li>Google Chrome 126</li> <li>Microsoft Edge 126</li> </ul> <h2>v1.45.0</h2> <h2>Clock</h2> <p>Utilizing the new <a href="https://playwright.dev/docs/api/class-clock">Clock</a> API allows to manipulate and control time within tests to verify time-related behavior. This API covers many common scenarios, including:</p> <ul> <li>testing with predefined time;</li> <li>keeping consistent time and timers;</li> <li>monitoring inactivity;</li> <li>ticking through time manually.</li> </ul> <pre lang="js"><code>// Initialize clock and let the page load naturally. await page.clock.install({ time: new Date('2024-02-02T08:00:00') }); </tr></table> </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/playwright/commit/d8a5f3b33193e413b404ff4aa1f71e859d8f1b6b"><code>d8a5f3b</code></a> chore: mark v1.45.2 (<a href="https://redirect.github.com/microsoft/playwright/issues/31702">#31702</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/51fa0fffbdd3d473ab98d3bf0f9c209251535d1c"><code>51fa0ff</code></a> Revert "chore: move artifacts recording to TestLifecycleInstrumentation (<a href="https://redirect.github.com/microsoft/playwright/issues/309">#309</a>...</li> <li><a href="https://github.com/microsoft/playwright/commit/80f44f3c16782bfc01dc94f710e3734dc6b326cc"><code>80f44f3</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/31666">#31666</a>): Revert "fix(chromium): pass --enable-gpu when running he...</li> <li><a href="https://github.com/microsoft/playwright/commit/4bd2d2502ea7c0b4019afe187060052e92ecf451"><code>4bd2d25</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/31511">#31511</a>): docs(clock): update time types in Python/.NET</li> <li><a href="https://github.com/microsoft/playwright/commit/e8989f83d9801cdaadc3803b5341c601c9593947"><code>e8989f8</code></a> chore: mark v1.45.1 (<a href="https://redirect.github.com/microsoft/playwright/issues/31516">#31516</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/1d94caa1038a6b317ac645bfc14df0ac5cc51191"><code>1d94caa</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/31496">#31496</a>): docs(release-notes): fix .NET snippets</li> <li><a href="https://github.com/microsoft/playwright/commit/5be51684fbc5c3f4926c30e5bb53b18f5b5312db"><code>5be5168</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/31504">#31504</a>): fix(ct): export package.json</li> <li><a href="https://github.com/microsoft/playwright/commit/0fe7a102f3123d3f80dc40a06c9a6d5050cee84a"><code>0fe7a10</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/31437">#31437</a>): fix(electron): tracing with <code>@playwright/test</code></li> <li><a href="https://github.com/microsoft/playwright/commit/4ec4ccf7f39c17979a9deb4b08879bc423131c56"><code>4ec4ccf</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/31401">#31401</a>): chore: .NET generator fixes</li> <li><a href="https://github.com/microsoft/playwright/commit/3b4d32e7319c65442ebf3ac9a17936e6f74fae98"><code>3b4d32e</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/31458">#31458</a>): fix(utility): create utility world when web security is ...</li> <li>Additional commits viewable in <a href="https://github.com/microsoft/playwright/compare/v1.43.1...v1.45.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@playwright/test&package-manager=npm_and_yarn&previous-version=1.43.1&new-version=1.45.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
teamleader-dev
pushed a commit
to vlink-group/chat-copilot
that referenced
this pull request
Oct 7, 2024
Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.43.1 to 1.45.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/microsoft/playwright/releases"><code>@playwright/test</code>'s releases</a>.</em></p> <blockquote> <h2>v1.45.2</h2> <h3>Highlights</h3> <p><a href="https://redirect.github.com/microsoft/playwright/issues/31613">microsoft/playwright#31613</a> - [REGRESSION]: Trace is not showing any screenshots nor test name <a href="https://redirect.github.com/microsoft/playwright/issues/31601">microsoft/playwright#31601</a> - [REGRESSION]: missing trace for 2nd browser <a href="https://redirect.github.com/microsoft/playwright/issues/31541">microsoft/playwright#31541</a> - [REGRESSION]: Failing tests have a trace with no images and with steps missing</p> <h2>Browser Versions</h2> <ul> <li>Chromium 127.0.6533.5</li> <li>Mozilla Firefox 127.0</li> <li>WebKit 17.4</li> </ul> <p>This version was also tested against the following stable channels:</p> <ul> <li>Google Chrome 126</li> <li>Microsoft Edge 126</li> </ul> <h2>v1.45.1</h2> <h3>Highlights</h3> <p><a href="https://redirect.github.com/microsoft/playwright/issues/31473">microsoft/playwright#31473</a> - [REGRESSION]: Playwright raises an error ENOENT: no such file or directory, open 'test-results/.playwright-artifacts-0/hash.zip' with Electron <a href="https://redirect.github.com/microsoft/playwright/issues/31442">microsoft/playwright#31442</a> - [REGRESSION]: Locators of elements changing from/to hidden have operations hanging when using <code>--disable-web-security</code> <a href="https://redirect.github.com/microsoft/playwright/issues/31431">microsoft/playwright#31431</a> - [REGRESSION]: NewTab doesn't work properly with Chrome with <code>--disable-web-security</code> <a href="https://redirect.github.com/microsoft/playwright/issues/31425">microsoft/playwright#31425</a> - [REGRESSION]: beforeEach hooks are not skipped when describe condition depends on fixtures <a href="https://redirect.github.com/microsoft/playwright/issues/31491">microsoft/playwright#31491</a> - [REGRESSION]: <code>@playwright/experimental-ct-react</code> doesn't work with VSCode extension and PNPM</p> <h2>Browser Versions</h2> <ul> <li>Chromium 127.0.6533.5</li> <li>Mozilla Firefox 127.0</li> <li>WebKit 17.4</li> </ul> <p>This version was also tested against the following stable channels:</p> <ul> <li>Google Chrome 126</li> <li>Microsoft Edge 126</li> </ul> <h2>v1.45.0</h2> <h2>Clock</h2> <p>Utilizing the new <a href="https://playwright.dev/docs/api/class-clock">Clock</a> API allows to manipulate and control time within tests to verify time-related behavior. This API covers many common scenarios, including:</p> <ul> <li>testing with predefined time;</li> <li>keeping consistent time and timers;</li> <li>monitoring inactivity;</li> <li>ticking through time manually.</li> </ul> <pre lang="js"><code>// Initialize clock and let the page load naturally. await page.clock.install({ time: new Date('2024-02-02T08:00:00') }); </tr></table> </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/playwright/commit/d8a5f3b33193e413b404ff4aa1f71e859d8f1b6b"><code>d8a5f3b</code></a> chore: mark v1.45.2 (<a href="https://redirect.github.com/microsoft/playwright/issues/31702">#31702</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/51fa0fffbdd3d473ab98d3bf0f9c209251535d1c"><code>51fa0ff</code></a> Revert "chore: move artifacts recording to TestLifecycleInstrumentation (<a href="https://redirect.github.com/microsoft/playwright/issues/309">#309</a>...</li> <li><a href="https://github.com/microsoft/playwright/commit/80f44f3c16782bfc01dc94f710e3734dc6b326cc"><code>80f44f3</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/31666">#31666</a>): Revert "fix(chromium): pass --enable-gpu when running he...</li> <li><a href="https://github.com/microsoft/playwright/commit/4bd2d2502ea7c0b4019afe187060052e92ecf451"><code>4bd2d25</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/31511">#31511</a>): docs(clock): update time types in Python/.NET</li> <li><a href="https://github.com/microsoft/playwright/commit/e8989f83d9801cdaadc3803b5341c601c9593947"><code>e8989f8</code></a> chore: mark v1.45.1 (<a href="https://redirect.github.com/microsoft/playwright/issues/31516">#31516</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/1d94caa1038a6b317ac645bfc14df0ac5cc51191"><code>1d94caa</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/31496">#31496</a>): docs(release-notes): fix .NET snippets</li> <li><a href="https://github.com/microsoft/playwright/commit/5be51684fbc5c3f4926c30e5bb53b18f5b5312db"><code>5be5168</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/31504">#31504</a>): fix(ct): export package.json</li> <li><a href="https://github.com/microsoft/playwright/commit/0fe7a102f3123d3f80dc40a06c9a6d5050cee84a"><code>0fe7a10</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/31437">#31437</a>): fix(electron): tracing with <code>@playwright/test</code></li> <li><a href="https://github.com/microsoft/playwright/commit/4ec4ccf7f39c17979a9deb4b08879bc423131c56"><code>4ec4ccf</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/31401">#31401</a>): chore: .NET generator fixes</li> <li><a href="https://github.com/microsoft/playwright/commit/3b4d32e7319c65442ebf3ac9a17936e6f74fae98"><code>3b4d32e</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/31458">#31458</a>): fix(utility): create utility world when web security is ...</li> <li>Additional commits viewable in <a href="https://github.com/microsoft/playwright/compare/v1.43.1...v1.45.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@playwright/test&package-manager=npm_and_yarn&previous-version=1.43.1&new-version=1.45.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
webapp
Pull requests that update Typescript code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps @playwright/test from 1.43.1 to 1.45.2.
Release notes
Sourced from
@playwright/test
's releases.... (truncated)
Commits
d8a5f3b
chore: mark v1.45.2 (#31702)51fa0ff
Revert "chore: move artifacts recording to TestLifecycleInstrumentation (#309...80f44f3
cherry-pick(#31666): Revert "fix(chromium): pass --enable-gpu when running he...4bd2d25
cherry-pick(#31511): docs(clock): update time types in Python/.NETe8989f8
chore: mark v1.45.1 (#31516)1d94caa
cherry-pick(#31496): docs(release-notes): fix .NET snippets5be5168
cherry-pick(#31504): fix(ct): export package.json0fe7a10
cherry-pick(#31437): fix(electron): tracing with@playwright/test
4ec4ccf
cherry-pick(#31401): chore: .NET generator fixes3b4d32e
cherry-pick(#31458): fix(utility): create utility world when web security is ...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)