Skip to content

Update wdio to 9.6.2 - #1312

Merged
sonic16x merged 3 commits into
masterfrom
chore-update-wdio
Aug 18, 2026
Merged

Update wdio to 9.6.2#1312
sonic16x merged 3 commits into
masterfrom
chore-update-wdio

Conversation

@sonic16x

Copy link
Copy Markdown
Contributor

No description provided.

@github-actions

github-actions Bot commented Aug 17, 2026

Copy link
Copy Markdown

✅ Testplane E2E run succeed

Report

@pkg-pr-new

pkg-pr-new Bot commented Aug 17, 2026

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/gemini-testing/testplane@1312

commit: 8bceec9

@github-actions

github-actions Bot commented Aug 17, 2026

Copy link
Copy Markdown

✅ Testplane browser-env run succeed

Report

Comment thread test/src/browser/session-429-retry.ts Outdated
const RETRY_BASE_DELAY = 5000;
const RETRY_JITTER = 1000;

describe.only("session creation 429 retry", () => {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

.only are forbidden in VCS.

@sonic16x
sonic16x force-pushed the chore-update-wdio branch 2 times, most recently from 6dab711 to b5cb4ea Compare August 17, 2026 12:24
Comment thread test/src/browser/session-429-retry.ts Outdated
Comment on lines +5 to +8
// wdio internally uses `URL` as a global — polyfill for envs where it's missing
if (typeof (globalThis as never as Record<string, unknown>).URL === "undefined") {
(globalThis as never as Record<string, unknown>).URL = NodeURL;
}

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

What do we need this polyfill for?

URL is available since node 6, and we only support 20+

Image

Therefore, this polyfill is useless

@sonic16x
sonic16x merged commit 1983120 into master Aug 18, 2026
9 checks passed
@sonic16x
sonic16x deleted the chore-update-wdio branch August 18, 2026 18:08
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