-
Notifications
You must be signed in to change notification settings - Fork 6
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
Can not run tests against WASM head: Chrome does not start #60
Comments
Thanks for the report. Does it not start, or does it start headless ? What's the error you're getting? |
Chrome does not start at all (I wasn't able to see any chrome process in TaskManager). Unfortunately, I am not getting any errors, instead once I access the App object, I get a NullReferenceException. |
Looks like it may be related to the path used to find chrome:
Maybe your installation is now found somehow ? |
Did you just copy the exe to that folder? Based on dependencies, I think that is unlikely to work. |
Copied the entire folder and running the Chrome.exe file works fine.
Doesn't seem to make a difference.
There is none, the test just fails and the log doesn't show anything.
Still there is not much output here. Here is the dump: https://gist.github.com/chingucoding/29ea15b3cadbe0097c9485fb55bd0bef |
I had a similar issue, doing the following 2 things solved my issue:
|
I'm submitting a...
Current behavior
When creating a new App and adding the Uno.UITest projects, I would expect to be able to run a test against the WASM head. However Chrome never gets started. Updating the Uno.UITest.* dependencies to the latest pre-release does not fix this.
For some reason. cloning this repository and running tests agains the SampleApp work fine though, are the packages and the source code that different?
Expected behavior
Running against WASM should work.
Minimal reproduction of the problem with instructions
Environment
The text was updated successfully, but these errors were encountered: