-
Notifications
You must be signed in to change notification settings - Fork 10
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
Simple test app #71
base: main
Are you sure you want to change the base?
Simple test app #71
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see the .github workflow file (.github/workflows/e2e-tests.yml)
} | ||
} | ||
} | ||
console.log('extension: ', extensions) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this log is needed here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed
e2e/host-app/src/HostApp.jsx
Outdated
const extension = extensions[0]; | ||
if (extension) { | ||
extension.apis.extensionNamespace.setMessage('Message from host').then(info => { | ||
console.log(info); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I understand this log is for debugging right? if the guest shows the message "Message from host" in the UI we can remove this '.then()'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed
Thanks for that, I added missing file. |
Test app for host <--> guest connection