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 Remove extra public API baseline files (#25655) 2020-09-06 16:37:29 -07:00
Antiforgery Api baselines (#25386) 2020-09-01 07:34:28 -07:00
Azure Api baselines (#25386) 2020-09-01 07:34:28 -07:00
Components [5.0.0-rc2] Backport Fix chrome/selenium tests (#25330) (#25840) 2020-09-14 18:43:42 -07:00
Configuration.KeyPerFile Api baselines (#25386) 2020-09-01 07:34:28 -07:00
DataProtection PR feedback for platform compatibility update (#25815) 2020-09-11 14:32:02 -07:00
DefaultBuilder Api baselines (#25386) 2020-09-01 07:34:28 -07:00
Features/JsonPatch Api baselines (#25386) 2020-09-01 07:34:28 -07:00
FileProviders Api baselines (#25386) 2020-09-01 07:34:28 -07:00
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 Api baselines (#25386) 2020-09-01 07:34:28 -07:00
Hosting Update to latest SDK (#25421) 2020-09-10 15:12:17 -07:00
Html/Abstractions [release/5.0-rc2] Add public API baselines for HTML and HTTP (#25638) 2020-09-06 14:26:02 -07:00
Http Prevent ODE when response body isn't reset (#25779) 2020-09-10 18:14:08 -07:00
Identity Accessibility fixes (#25678) 2020-09-09 11:08:10 -07:00
Installers Enable ARM64 installers build. (#25579) 2020-09-10 10:59:37 -07:00
JSInterop Use T? for unconstrained nullable types (#25261) 2020-09-10 15:14:30 -07:00
Localization Add Public API Baselines for JSInterop, Localization, Logging.AzureAppServices (#25586) 2020-09-03 17:20:48 -07:00
Logging.AzureAppServices Add Public API Baselines for JSInterop, Localization, Logging.AzureAppServices (#25586) 2020-09-03 17:20:48 -07:00
Middleware Add Windows.10.Amd64.Server20H1.Open helix queue (#25627) 2020-09-10 19:36:42 -07:00
MusicStore Add MigrationsEndPoint when DatabaseDeveloperPageExceptionFilter is used (#25554) 2020-09-04 15:46:14 -07:00
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 Add public API baselines for SiteExtensions, Testing, WebEncoders (#25654) 2020-09-10 11:45:01 -07:00
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 Add public API baselines for SiteExtensions, Testing, WebEncoders (#25654) 2020-09-10 11:45:01 -07:00
submodules