Skip to content
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

[Blazor] Update selenium versions #50511

Merged
merged 7 commits into from
Sep 5, 2023

Conversation

javiercn
Copy link
Member

@javiercn javiercn commented Sep 4, 2023

This PR updates our selenium infrastructure to one that is compatible with the new chrome for testing feature.

@javiercn javiercn requested review from a team and wtgodbe as code owners September 4, 2023 15:41
@dotnet-issue-labeler dotnet-issue-labeler bot added the area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework label Sep 4, 2023
@ghost
Copy link

ghost commented Sep 4, 2023

Hey @dotnet/aspnet-build, looks like this PR is something you want to take a look at.

@@ -85,7 +85,7 @@ public static async Task<SeleniumStandaloneServer> GetInstanceAsync(ITestOutputH
private static async Task InitializeInstance(ITestOutputHelper output)
{
var port = FindAvailablePort();
var uri = new UriBuilder("http", SeleniumHost, port, "/wd/hub").Uri;
var uri = new UriBuilder("http", SeleniumHost, port).Uri;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This URI no longer exists in Selenium 4.12.0

@@ -1,7 +1,8 @@
{
"version": "4.12.0",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uses Selenium 4.12.0, the default version is 4.9.0

@javiercn javiercn force-pushed the javiercn/update-selenium-version branch from 8d604a8 to 84cc15e Compare September 4, 2023 16:16
@SteveSandersonMS
Copy link
Member

Nice

@javiercn
Copy link
Member Author

javiercn commented Sep 5, 2023

@mkArtakMSFT can you squash and merge this?

@mkArtakMSFT mkArtakMSFT merged commit 2772a78 into release/8.0 Sep 5, 2023
@mkArtakMSFT mkArtakMSFT deleted the javiercn/update-selenium-version branch September 5, 2023 15:38
@ghost ghost added this to the 8.0-rc2 milestone Sep 5, 2023
"devDependencies": {
"sauce-connect-launcher": "^1.3.1",
"selenium-standalone": "^9.1.1",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

captainsafia added a commit that referenced this pull request Sep 6, 2023
adityamandaleeka pushed a commit that referenced this pull request Sep 6, 2023
captainsafia added a commit that referenced this pull request Sep 14, 2023
mkArtakMSFT pushed a commit that referenced this pull request Sep 15, 2023
* Support resolving IFormFile in complex form mapping

* Feedback

* Fix up FormFile integration in Blazor

* Fix up FileConverter interfaces

* Fix build

* Fix FormFileCollection initialization

* Revert "Revert "[Blazor] Update selenium versions (#50511)" (#50556)"

This reverts commit 564a94d.

* Update test for non-enhanced form

* Revert "Revert "Revert "[Blazor] Update selenium versions (#50511)" (#50556)""

This reverts commit 78bf7d8.

* Add support for IReadOnlyList<IBrowserFile>
javiercn added a commit that referenced this pull request Sep 16, 2023
javiercn added a commit that referenced this pull request Sep 17, 2023
javiercn added a commit that referenced this pull request Sep 18, 2023
javiercn added a commit that referenced this pull request Sep 18, 2023
javiercn added a commit that referenced this pull request Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants