-
Notifications
You must be signed in to change notification settings - Fork 0
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
init e2e tests, first feature test working #22
Conversation
ross-weir
commented
Dec 29, 2021
•
edited
Loading
edited
- Take screenshots on failed runs (test is failing but passing locally 🤔 )
Seems like react bundle not rendering in CI 🤷 |
The bundle is rendering, the dynamic import of WASM is never succeeding. This may be an issue with webview/webgtk which would explain why it worked locally (windows+ms:edge) and failed in pipeline. Maybe test in a VM or change CI to run on windows? Edit: Can't find any details on any WASM bugs, can't think of ways to get more debug information. Come back to adding this to CI later |