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

fix: expose ExecutionThreadCtx #1043

Merged
merged 1 commit into from
Dec 23, 2024
Merged

Conversation

shadowusr
Copy link
Member

In this PR, I add export of ExecutionThreadCtx, which lets users extend via declaration merging it as follows:

declare module 'testplane' {
    interface ExecutionThreadCtx {
        customField: string;
    }
}

@shadowusr shadowusr force-pushed the users/shadowusr/INFRADUTY-28045 branch from 83cb8df to 31db80f Compare December 23, 2024 22:10
@shadowusr shadowusr merged commit e96ce70 into master Dec 23, 2024
2 checks passed
@shadowusr shadowusr deleted the users/shadowusr/INFRADUTY-28045 branch December 23, 2024 22:12
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.

3 participants