mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
[PR #962] [MERGED] Collection of test fixes #1389
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ElectronNET/Electron.NET/pull/962
Author: @softworkz
Created: 12/6/2025
Status: ✅ Merged
Merged: 12/9/2025
Merged by: @FlorianRappl
Base:
develop← Head:submit_testupd📝 Commits (10+)
7c8eeefGetPrintersAsync: Increase timeout347c1efShow_hide_visibility_roundtrip: Don't use shared window6246b44ReadyToShow_event_fires: Destroy windowdaa9f39ScreenTests: Remove invalid constraintsc90f003GetSetZoomLevel: Don't use shared window88d2daaWebContentsTests: Experiment!9bb2adcUse 3s timeout for GetUserAgentAsync and updat test2b2b26eGetSetUserAgentc97f914Introduce TimeSpan extensions153625bIntroduce IntegrationFactAttribute📊 Changes
31 files changed (+652 additions, -429 deletions)
View changed files
📝
src/ElectronNET.API/API/ApiBase.cs(+5 -5)📝
src/ElectronNET.API/API/WebContents.cs(+4 -3)➕
src/ElectronNET.API/Common/TimeSpanExtensions.cs(+74 -0)📝
src/ElectronNET.API/ElectronNET.API.csproj(+1 -0)📝
src/ElectronNET.API/Runtime/Services/ElectronProcess/ElectronProcessActive.cs(+2 -2)➕
src/ElectronNET.IntegrationTests/Common/IntegrationFactAttribute.cs(+101 -0)➕
src/ElectronNET.IntegrationTests/Common/IntegrationTestBase.cs(+23 -0)➖
src/ElectronNET.IntegrationTests/Common/SkipOnWslFactAttribute.cs(+0 -49)📝
src/ElectronNET.IntegrationTests/ElectronFixture.cs(+2 -1)📝
src/ElectronNET.IntegrationTests/Tests/AppTests.cs(+21 -24)📝
src/ElectronNET.IntegrationTests/Tests/AutoUpdaterTests.cs(+18 -19)📝
src/ElectronNET.IntegrationTests/Tests/BrowserViewTests.cs(+5 -7)📝
src/ElectronNET.IntegrationTests/Tests/BrowserWindowTests.cs(+118 -99)📝
src/ElectronNET.IntegrationTests/Tests/ClipboardTests.cs(+8 -11)📝
src/ElectronNET.IntegrationTests/Tests/CookiesTests.cs(+10 -10)📝
src/ElectronNET.IntegrationTests/Tests/GlobalShortcutTests.cs(+7 -2)📝
src/ElectronNET.IntegrationTests/Tests/HostHookTests.cs(+7 -2)📝
src/ElectronNET.IntegrationTests/Tests/IpcMainTests.cs(+19 -20)📝
src/ElectronNET.IntegrationTests/Tests/MenuTests.cs(+11 -12)📝
src/ElectronNET.IntegrationTests/Tests/MultiEventRegistrationTests.cs(+8 -9)...and 11 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.