Skip to content

fix: global typings#1286

Merged
KuznetsovRoman merged 1 commit into
masterfrom
INFRADUTY-30386.global_typings
Jun 30, 2026
Merged

fix: global typings#1286
KuznetsovRoman merged 1 commit into
masterfrom
INFRADUTY-30386.global_typings

Conversation

@KuznetsovRoman

Copy link
Copy Markdown
Member

No description provided.

Comment thread src/globals.ts
export const hermione: GlobalHermioneType = (globalThis as unknown as TestplaneGlobals).hermione;
const typedGlobals = globalThis as unknown as TestplaneGlobals;

function itFunc(this: unknown, ...args: Parameters<GlobalItType>): ReturnType<GlobalItType> {

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Using module getters is not an option because its not supported in esm

@pkg-pr-new

pkg-pr-new Bot commented Jun 30, 2026

Copy link
Copy Markdown

Open in StackBlitz

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

commit: 78d4587

@github-actions

Copy link
Copy Markdown

✅ Testplane E2E run succeed

Report

@github-actions

Copy link
Copy Markdown

✅ Testplane browser-env run succeed

Report

@KuznetsovRoman KuznetsovRoman merged commit f3ba0ba into master Jun 30, 2026
9 of 11 checks passed
@KuznetsovRoman KuznetsovRoman deleted the INFRADUTY-30386.global_typings branch June 30, 2026 11:30
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