feat: improve browser examples#1539
Conversation
|
Thanks for the care you put into this PR, it looks great, Since the next step for this work is to test interoperability, we would cover more features by having 1 sync test that runs with 1 node instance, 1 firefox, and 1 chrome. together. Could you look into creating this composition? I can help with writing it. |
@laurentsenta the integration test cross-runtime for sync has been added. This one tests using an instance of node, chromium, firefox and webkit. Can you please re-review? |
plans/example-browser-node/compositions/sync-cross-runtime.toml
Outdated
Show resolved
Hide resolved
b651a09 to
613a2ad
Compare
Implement follow ups in my power as mentioned by @laurentsenta in #1502 (review).
Summary:
BrowserKindtest paramater withruntime, which by default isnode, butchromium,firefoxandwebkit.jsexample (while I was at it)For the sdk-js (third) point I created an issue at testground/sdk-js#28. I do not mind to also work on that one everything that still might need to be done before you can make a release. The release however will have to be done by the sdk-js maintainers (you?).
In function of #1386