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: hermione -> testplane #6

Merged
merged 1 commit into from
Apr 8, 2024
Merged

chore: hermione -> testplane #6

merged 1 commit into from
Apr 8, 2024

Conversation

KuznetsovRoman
Copy link
Member

No description provided.

"name": "hermione-oauth",
"version": "2.0.0",
"name": "@testplane/oauth",
"version": "0.0.1",
Copy link
Member

Choose a reason for hiding this comment

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

why not 1.0.0?

const hermioneMock = (browsers: Record<string, Hermione.BrowserConfig>): Hermione => {
const emitter = new EventEmitter() as unknown as Hermione;
const testplaneMock = (browsers: Record<string, BrowserConfig>): Testplane => {
const emitter = new EventEmitter() as any;
Copy link
Member

Choose a reason for hiding this comment

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

Why did you decide to add ant here instead of the old variant?

Copy link
Member Author

@KuznetsovRoman KuznetsovRoman Apr 7, 2024

Choose a reason for hiding this comment

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

Because later we are trying to set some properties of emitter. And we can't do that since hermione@8: those are readonly:

Cannot assign to 'events' because it is a read-only property.
Cannot assign to 'config' because it is a read-only property.

@KuznetsovRoman KuznetsovRoman merged commit 1fe7ca4 into master Apr 8, 2024
4 checks passed
@KuznetsovRoman KuznetsovRoman deleted the rebranding branch April 8, 2024 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants