aspnetcore/src
John Luo d14e273015
[5.0.0-rc2] Backport Fix chrome/selenium tests (#25330) (#25840)
* Fix chrome/selenium tests (#25330)

* Revert "Disable failing/hanging tests due to Chrome/Selenium issue (#25323)"

This reverts commit 332f1504128a63431cb67830703922cdeefee525.

* Update Selenium to latest

* Update API

* Try specifying a version

* Update Selenium to 4.0.0-beta5

* Disable browser log tests

* Fix components e2e tests and disable blazor standalone template test

* Disable tests using browser log

* Disable template test

* Avoid using .NET formatted strings in tests

* Annotate BasicTestApp suggesting that it needs the all globalization data

* Culture specific formatting relies on the ICU data carried by the OS. This
causes issues in our tests if WebAssembly carries a different set than the OS. Instead
updating these tests to use hardcoded strings.

* Additionally fixing an issue where some projects in the solution were using tasks from
the .dotnet SDK rather than the local copy of the SDK. This was causing issues building locally.

Co-authored-by: Pranav K <prkrishn@hotmail.com>
2020-09-14 18:43:42 -07:00
..
Analyzers
Antiforgery
Azure
Components [5.0.0-rc2] Backport Fix chrome/selenium tests (#25330) (#25840) 2020-09-14 18:43:42 -07:00
Configuration.KeyPerFile
DataProtection PR feedback for platform compatibility update (#25815) 2020-09-11 14:32:02 -07:00
DefaultBuilder
Features/JsonPatch
FileProviders
Framework Reduce references to Microsoft.AspNetCore.App.Runtime.csproj (#25836) 2020-09-14 11:34:07 -07:00
Grpc Update gRPC version in template to 2.32.0-pre1 (#25587) 2020-09-11 20:23:16 -07:00
HealthChecks
Hosting Update to latest SDK (#25421) 2020-09-10 15:12:17 -07:00
Html/Abstractions
Http Prevent ODE when response body isn't reset (#25779) 2020-09-10 18:14:08 -07:00
Identity
Installers
JSInterop Use T? for unconstrained nullable types (#25261) 2020-09-10 15:14:30 -07:00
Localization
Logging.AzureAppServices
Middleware Add Windows.10.Amd64.Server20H1.Open helix queue (#25627) 2020-09-10 19:36:42 -07:00
MusicStore
Mvc [Mvc] Fix global state in controller and action endpoint data sources. 2020-09-12 10:03:32 -07:00
ObjectPool Add Public API baselines for Razor (#25637) 2020-09-10 13:27:09 -07:00
ProjectTemplates [5.0.0-rc2] Backport Fix chrome/selenium tests (#25330) (#25840) 2020-09-14 18:43:42 -07:00
Razor Add SkipAnalyzers=true to component declaration compilation (#25736) 2020-09-14 12:41:37 -07:00
Security Update to latest SDK (#25421) 2020-09-10 15:12:17 -07:00
Servers IIS: Identify if a request has a body (#25381) 2020-09-11 17:43:36 -07:00
Shared [5.0.0-rc2] Backport Fix chrome/selenium tests (#25330) (#25840) 2020-09-14 18:43:42 -07:00
SignalR [Java] Catch errors from user callbacks (#25513) 2020-09-11 11:44:00 -07:00
SiteExtensions Reduce references to Microsoft.AspNetCore.App.Runtime.csproj (#25836) 2020-09-14 11:34:07 -07:00
Testing
Tools Merge pull request #25881 from dotnet-maestro-bot/merge/release/5.0-to-release/5.0-rc2 2020-09-14 15:24:14 -07:00
WebEncoders
submodules