aspnet / KestrelHttpServer

[Archived] A cross platform web server for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
2.63k stars 528 forks source link

Fix Selenium tests WIP #3103

Closed JunTaoLuo closed 5 years ago

JunTaoLuo commented 5 years ago

Trying to address https://github.com/aspnet/AspNetCore-Internal/issues/1363.

These tests pass locally and passes on the VSTS linux agents. I'm suspecting that there's something wrong with the setup of the VSTS Windows agents. I see that the version Chrome and Selenium Chrome driver is different from my local machine so I'm going to see if using the installed chrome driver fixes the issue.

JunTaoLuo commented 5 years ago

Huh... this seems to work: https://dnceng.visualstudio.com/public/_build/results?buildId=44532&view=logs. I'm not sure why there's a requirement to match Chrome version and Chrome driver though.

JunTaoLuo commented 5 years ago

Oops this needs to be moved to AspNetCore.