We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Attempting to run the WASM UI Tests with a fresh machine with Chrome above v114.0.5735.90 will not work.
chromedriver.exe is no longer available using the following method:
Uno.UITest/src/Uno.UITest.Puppeteer/SeleniumApp.cs
Lines 129 to 138 in 0b4d1ce
Notice the alert on the ChromeDriver download page
We should now be using the Chrome for Testing availability Dashboard which provides a list of JSON API Endpoints for automation scripts to download the proper chromedriver versions
fyi @jeromelaban @nickrandolph: this was the cause of Rafael's issues with UITesting the WASM apps
The text was updated successfully, but these errors were encountered:
Fixed by #35
Sorry, something went wrong.
No branches or pull requests
Attempting to run the WASM UI Tests with a fresh machine with Chrome above v114.0.5735.90 will not work.
chromedriver.exe is no longer available using the following method:
Uno.UITest/src/Uno.UITest.Puppeteer/SeleniumApp.cs
Lines 129 to 138 in 0b4d1ce
Notice the alert on the ChromeDriver download page
We should now be using the Chrome for Testing availability Dashboard which provides a list of JSON API Endpoints for automation scripts to download the proper chromedriver versions
fyi @jeromelaban @nickrandolph: this was the cause of Rafael's issues with UITesting the WASM apps
The text was updated successfully, but these errors were encountered: