Additional APIs for WebContents #76
integration-tests.yml
on: pull_request
Matrix: tests
Test Results
26s
Annotations
14 errors
|
Integration Tests (macos-14 / Electron 30.4.0)
Process completed with exit code 1.
|
|
Integration Tests (macos-26 / Electron 30.4.0)
Process completed with exit code 1.
|
|
Integration Tests (macos-26 / Electron 38.2.2)
Process completed with exit code 1.
|
|
Integration Tests (windows-2025 / Electron 38.2.2)
Process completed with exit code 1.
|
|
Integration Tests (windows-2025 / Electron 30.4.0)
Process completed with exit code 1.
|
|
Tests
Canceling since a higher priority waiting request for integration-tests-refs/pull/958/merge exists
|
|
Test Results
Github Test Reporter: 7 failed tests found
|
|
Failed Test: DevTools_check:
macos-14|Electron 30.4.0#L136
DevTools_check: Expected fx.MainWindow.WebContents.IsDevToolsOpened() to be True, but found False. - at FluentAssertions.Execution.LateBoundTestFramework.Throw(String message)
at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message)
at FluentAssertions.Execution.AssertionScope.AddPreFormattedFailure(String formattedFailureMessage)
at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason)
at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason)
at FluentAssertions.Execution.AssertionChain.FailWith(String message, Object[] args)
at FluentAssertions.Primitives.BooleanAssertions`1.BeTrue(String because, Object[] becauseArgs)
at ElectronNET.IntegrationTests.Tests.WebContentsTests.DevTools_check() in /Users/runner/work/Electron.NET/Electron.NET/src/ElectronNET.IntegrationTests/Tests/WebContentsTests.cs:line 136
--- End of stack trace from previous location ---
|
|
Failed Test: DevTools_check:
macos-26|Electron 30.4.0#L136
DevTools_check: Expected fx.MainWindow.WebContents.IsDevToolsOpened() to be True, but found False. - at FluentAssertions.Execution.LateBoundTestFramework.Throw(String message)
at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message)
at FluentAssertions.Execution.AssertionScope.AddPreFormattedFailure(String formattedFailureMessage)
at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason)
at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason)
at FluentAssertions.Execution.AssertionChain.FailWith(String message, Object[] args)
at FluentAssertions.Primitives.BooleanAssertions`1.BeTrue(String because, Object[] becauseArgs)
at ElectronNET.IntegrationTests.Tests.WebContentsTests.DevTools_check() in /Users/runner/work/Electron.NET/Electron.NET/src/ElectronNET.IntegrationTests/Tests/WebContentsTests.cs:line 136
--- End of stack trace from previous location ---
|
|
Failed Test: GetSetAudioMuted_check:
macos-26|Electron 38.2.2#L153
GetSetAudioMuted_check: Expected ok to be False, but found True. - at FluentAssertions.Execution.LateBoundTestFramework.Throw(String message)
at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message)
at FluentAssertions.Execution.AssertionScope.AddPreFormattedFailure(String formattedFailureMessage)
at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason)
at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason)
at FluentAssertions.Execution.AssertionChain.FailWith(String message, Object[] args)
at FluentAssertions.Primitives.BooleanAssertions`1.BeFalse(String because, Object[] becauseArgs)
at ElectronNET.IntegrationTests.Tests.WebContentsTests.GetSetAudioMuted_check() in /Users/runner/work/Electron.NET/Electron.NET/src/ElectronNET.IntegrationTests/Tests/WebContentsTests.cs:line 153
--- End of stack trace from previous location ---
|
|
Failed Test: DevTools_check:
macos-26|Electron 38.2.2#L136
DevTools_check: Expected fx.MainWindow.WebContents.IsDevToolsOpened() to be True, but found False. - at FluentAssertions.Execution.LateBoundTestFramework.Throw(String message)
at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message)
at FluentAssertions.Execution.AssertionScope.AddPreFormattedFailure(String formattedFailureMessage)
at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason)
at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason)
at FluentAssertions.Execution.AssertionChain.FailWith(String message, Object[] args)
at FluentAssertions.Primitives.BooleanAssertions`1.BeTrue(String because, Object[] becauseArgs)
at ElectronNET.IntegrationTests.Tests.WebContentsTests.DevTools_check() in /Users/runner/work/Electron.NET/Electron.NET/src/ElectronNET.IntegrationTests/Tests/WebContentsTests.cs:line 136
--- End of stack trace from previous location ---
|
|
Failed Test: GetSetUserAgent_check:
windows-2025|Electron 30.4.0#L173
GetSetUserAgent_check: System.TimeoutException : No response after 1000ms trying to retrieve value webContents.GetUserAgentAsync() - at ElectronNET.IntegrationTests.Tests.WebContentsTests.GetSetUserAgent_check() in D:\a\Electron.NET\Electron.NET\src\ElectronNET.IntegrationTests\Tests\WebContentsTests.cs:line 173
--- End of stack trace from previous location ---
|
|
Failed Test: AudioMutedProperty_check:
windows-2025|Electron 30.4.0#L406
AudioMutedProperty_check: System.AggregateException : One or more errors occurred. (No response after 1000ms trying to retrieve value webContents.AudioMuted())
---- System.TimeoutException : No response after 1000ms trying to retrieve value webContents.AudioMuted() - at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
at ElectronNET.API.WebContents.get_AudioMuted() in D:\a\Electron.NET\Electron.NET\src\ElectronNET.API\API\WebContents.cs:line 406
at ElectronNET.IntegrationTests.Tests.WebContentsTests.AudioMutedProperty_check() in D:\a\Electron.NET\Electron.NET\src\ElectronNET.IntegrationTests\Tests\WebContentsTests.cs:line 167
--- End of stack trace from previous location ---
----- Inner Stack Trace -----
|
|
Failed Test: AudioMutedProperty_check:
windows-2025|Electron 38.2.2#L406
AudioMutedProperty_check: System.AggregateException : One or more errors occurred. (No response after 1000ms trying to retrieve value webContents.AudioMuted())
---- System.TimeoutException : No response after 1000ms trying to retrieve value webContents.AudioMuted() - at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
at ElectronNET.API.WebContents.get_AudioMuted() in D:\a\Electron.NET\Electron.NET\src\ElectronNET.API\API\WebContents.cs:line 406
at ElectronNET.IntegrationTests.Tests.WebContentsTests.AudioMutedProperty_check() in D:\a\Electron.NET\Electron.NET\src\ElectronNET.IntegrationTests\Tests\WebContentsTests.cs:line 167
--- End of stack trace from previous location ---
----- Inner Stack Trace -----
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
ctrf-report
|
163 KB |
sha256:683057c88decefb002e3f80c337091a41a3a9fb16ed3d88f85a2b89a2cea7dee
|
|
|
test-results-macos-14-electron-30.4.0
Expired
|
24.5 KB |
sha256:319199071921ccad1103d6881b8c52f380b8c0e99e90b3816549710d78f882ba
|
|
|
test-results-macos-14-electron-38.2.2
Expired
|
23.3 KB |
sha256:6124e15f5bd40bda83feb862aaf9cdae00fff0b60415b8e2b3bea1a79ddabd79
|
|
|
test-results-macos-15-intel-electron-30.4.0
Expired
|
23.4 KB |
sha256:ff4af39099d580b13a01328f4aea0a6b4af8d6551256c8cea8bdc94445185e84
|
|
|
test-results-macos-15-intel-electron-38.2.2
Expired
|
23 KB |
sha256:05af31d0d0aeff384026e23f99413dad49fbb0baab25668bf4db5c964cdc392b
|
|
|
test-results-macos-26-electron-30.4.0
Expired
|
24.2 KB |
sha256:6d70fd60e93be25af172014af1e7815d36846575ac63977f2b38d366b7173fb2
|
|
|
test-results-macos-26-electron-38.2.2
Expired
|
24.4 KB |
sha256:e9a904ba611cc01b2eab1bf9988d5d986ab19eee19c61fee6ca157e9369751fa
|
|
|
test-results-ubuntu-22.04-electron-30.4.0
Expired
|
24.3 KB |
sha256:40b1f0a07ab676b6f62f3e96d52c2b90df089414f73a2b63a27259cd643a5882
|
|
|
test-results-ubuntu-22.04-electron-38.2.2
Expired
|
24.4 KB |
sha256:129979f674410bd4dafdfce62ae686d7445f0a9f1625a7165272656dc3c007f4
|
|
|
test-results-ubuntu-24.04-electron-30.4.0
Expired
|
24.6 KB |
sha256:088ae015616d4b90ba97b715faa1923f04192b740fbd915b483a37708fc8c460
|
|
|
test-results-ubuntu-24.04-electron-38.2.2
Expired
|
24.1 KB |
sha256:32c0df70e5b349f15539d7146913b9d35f757df3ca5cf69172278514c1395bd2
|
|
|
test-results-windows-2022-electron-30.4.0
Expired
|
22.8 KB |
sha256:3007c84f120b02b2ddc70273f547f9550b07903cb5c536410417e4a44427ed98
|
|
|
test-results-windows-2022-electron-38.2.2
Expired
|
22.7 KB |
sha256:5c56342383419b2aede6c80af150163f348a3e7ecc2dac515602d7b0f7f5458d
|
|
|
test-results-windows-2025-electron-30.4.0
Expired
|
23.7 KB |
sha256:891e2781616db9fcde866e3f68439d7003f425d24b68d2598e17f63a3435093e
|
|
|
test-results-windows-2025-electron-38.2.2
Expired
|
23.7 KB |
sha256:4cc1801252b4aa0a447deebdc07099e961554b31a8ad43ee341fdc5c76078428
|
|