Additional APIs for WebContents #74
integration-tests.yml
on: pull_request
Matrix: tests
Test Results
31s
Annotations
18 errors
|
Integration Tests (macos-14 / 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 (macos-26 / Electron 30.4.0)
Process completed with exit code 1.
|
|
Integration Tests (ubuntu-24.04 / Electron 30.4.0)
Process completed with exit code 1.
|
|
Integration Tests (ubuntu-22.04 / Electron 38.2.2)
Process completed with exit code 1.
|
|
Integration Tests (macos-15-intel / Electron 38.2.2)
Process completed with exit code 1.
|
|
Integration Tests (windows-2025 / Electron 30.4.0)
Process completed with exit code 1.
|
|
Integration Tests (windows-2022 / Electron 30.4.0)
Process completed with exit code 1.
|
|
Test Results
Github Test Reporter: 9 failed tests found
|
|
Failed Test: DevTools_check:
macos-14|Electron 30.4.0#L135
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 135
--- End of stack trace from previous location ---
|
|
Failed Test: DevTools_check:
macos-15-intel|Electron 38.2.2#L135
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 135
--- End of stack trace from previous location ---
|
|
Failed Test: DevTools_check:
macos-26|Electron 30.4.0#L135
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 135
--- End of stack trace from previous location ---
|
|
Failed Test: DevTools_check:
macos-26|Electron 38.2.2#L135
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 135
--- End of stack trace from previous location ---
|
|
Failed Test: GetSetZoomFactor_check:
ubuntu-22.04|Electron 38.2.2#L93
GetSetZoomFactor_check: Expected ok to be 2.0, but found 1.44 (difference of -0.56). - 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.Numeric.NumericAssertionsBase`3.Be(T expected, String because, Object[] becauseArgs)
at ElectronNET.IntegrationTests.Tests.WebContentsTests.GetSetZoomFactor_check() in /home/runner/work/Electron.NET/Electron.NET/src/ElectronNET.IntegrationTests/Tests/WebContentsTests.cs:line 93
--- End of stack trace from previous location ---
|
|
Failed Test: GetSetZoomFactor_check:
ubuntu-24.04|Electron 30.4.0#L93
GetSetZoomFactor_check: Expected ok to be 2.0, but found 1.44 (difference of -0.56). - 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.Numeric.NumericAssertionsBase`3.Be(T expected, String because, Object[] becauseArgs)
at ElectronNET.IntegrationTests.Tests.WebContentsTests.GetSetZoomFactor_check() in /home/runner/work/Electron.NET/Electron.NET/src/ElectronNET.IntegrationTests/Tests/WebContentsTests.cs:line 93
--- End of stack trace from previous location ---
|
|
Failed Test: AudioMutedProperty_check:
windows-2022|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 166
--- End of stack trace from previous location ---
----- Inner Stack Trace -----
|
|
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 164
--- End of stack trace from previous location ---
----- Inner Stack Trace -----
|
|
Failed Test: GetSetUserAgent_check:
windows-2025|Electron 30.4.0#L172
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 172
--- End of stack trace from previous location ---
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
ctrf-report
|
165 KB |
sha256:80610ea61d891c7ae647afd1dae209e6b886c2eb36b465455969d89aef9f3e90
|
|
|
test-results-macos-14-electron-30.4.0
Expired
|
24.1 KB |
sha256:94100daf3c16b4966c1bff66e701087defc80fd299324270ea1cc494c7db5d0d
|
|
|
test-results-macos-14-electron-38.2.2
Expired
|
23.1 KB |
sha256:0859f01dc579ddf8aa9f41c80a21ab8114ad2ffe4d1894dd7d009239fe8493bb
|
|
|
test-results-macos-15-intel-electron-30.4.0
Expired
|
23.6 KB |
sha256:812d2172f349885c24e1f1e5fbf616c67004e1d3fb83f96a5b1ff25d5a948d89
|
|
|
test-results-macos-15-intel-electron-38.2.2
Expired
|
24.1 KB |
sha256:01ded70b0a18a0f3a93edc25ce01e3f652e90d9a0301b9f41a880554b85e734c
|
|
|
test-results-macos-26-electron-30.4.0
Expired
|
23.9 KB |
sha256:505c9f51110fc94fb9ab146d1e7b383f8c0f0d7fcad16cf6f1dfd0766309b8e4
|
|
|
test-results-macos-26-electron-38.2.2
Expired
|
23.8 KB |
sha256:73e5c072f784a59f377b7578c2935bcf65b575de190c18d05b142a60c6049a9c
|
|
|
test-results-ubuntu-22.04-electron-30.4.0
Expired
|
24.4 KB |
sha256:1ed1d3e979b9ef211f4b7b9a79f79ef92c8904c534e4ebd277c84eea35b8b861
|
|
|
test-results-ubuntu-22.04-electron-38.2.2
Expired
|
25 KB |
sha256:d297be9dd580878a3e07b9daad9b56adffafc66ee574923b8d80b11184b68b1e
|
|
|
test-results-ubuntu-24.04-electron-30.4.0
Expired
|
24.9 KB |
sha256:66a862493cf44d33099efcdcef6aaa1a6b66be62ade4bb6fc45c3281c21d3151
|
|
|
test-results-ubuntu-24.04-electron-38.2.2
Expired
|
24 KB |
sha256:ec0b8d8b5a57d8fe1398ea4b90323253e11b54172f15098587175394aac79560
|
|
|
test-results-windows-2022-electron-30.4.0
Expired
|
23.6 KB |
sha256:a7dd5b1ccb40ad788a3db59b0e5838d6768b05aaa0f8ce6a059cb3449154b896
|
|
|
test-results-windows-2022-electron-38.2.2
Expired
|
23 KB |
sha256:73a6c0ccecbfed9cdb6b6cc0793f8549c8c82ebbe56e87a3ae4a5df7f5dd3004
|
|
|
test-results-windows-2025-electron-30.4.0
Expired
|
23.6 KB |
sha256:6b625a350025c3921681c123b2aefed0a180298fa78f4db814c972a57ce6cd66
|
|
|
test-results-windows-2025-electron-38.2.2
Expired
|
22.8 KB |
sha256:fabce1039789e45a4d689dd3a5e68333b45e57f01bbb63632c1daee500eeb44f
|
|