Remove tests for app badgecount #28
integration-tests.yml
on: pull_request
Matrix: tests
Aggregate
27s
Annotations
8 errors and 3 warnings
|
Integration Tests (macos-14)
Process completed with exit code 1.
|
|
Integration Tests (ubuntu-24.04)
Process completed with exit code 1.
|
|
Failed Test: ThemeSource_roundtrip:
test-results-macos-14#L31
ThemeSource_roundtrip: Expected themeSourceSystem to be ThemeSourceMode.System {value: 0}, but found ThemeSourceMode.Dark {value: 2}. - 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.EnumAssertions`2.Be(TEnum expected, String because, Object[] becauseArgs)
at ElectronNET.IntegrationTests.Tests.NativeThemeTests.ThemeSource_roundtrip() in /Users/runner/work/ElectronNET/ElectronNET/src/ElectronNET.IntegrationTests/Tests/NativeThemeTests.cs:line 31
--- End of stack trace from previous location ---
|
|
Failed Test: Progress_bar_and_always_on_top_toggle:
test-results-macos-14#L169
Progress_bar_and_always_on_top_toggle: Expected (win.IsAlwaysOnTopAsync()) 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.BrowserWindowTests.Progress_bar_and_always_on_top_toggle() in /Users/runner/work/ElectronNET/ElectronNET/src/ElectronNET.IntegrationTests/Tests/BrowserWindowTests.cs:line 169
--- End of stack trace from previous location ---
|
|
Failed Test: AlwaysOnTop_toggle_and_query:
test-results-macos-14#L93
AlwaysOnTop_toggle_and_query: Expected (this.fx.MainWindow.IsAlwaysOnTopAsync()) 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.BrowserWindowTests.AlwaysOnTop_toggle_and_query() in /Users/runner/work/ElectronNET/ElectronNET/src/ElectronNET.IntegrationTests/Tests/BrowserWindowTests.cs:line 93
--- End of stack trace from previous location ---
|
|
Failed Test: MenuBar_auto_hide_and_visibility:
test-results-ubuntu-24.04#L106
MenuBar_auto_hide_and_visibility: Expected (this.fx.MainWindow.IsMenuBarVisibleAsync()) 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.BrowserWindowTests.MenuBar_auto_hide_and_visibility() in /home/runner/work/ElectronNET/ElectronNET/src/ElectronNET.IntegrationTests/Tests/BrowserWindowTests.cs:line 106
--- End of stack trace from previous location ---
|
|
Failed Test: Notification_is_supported_check:
test-results-ubuntu-24.04#L28
Notification_is_supported_check: Expected supported 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.NotificationTests.Notification_is_supported_check() in /home/runner/work/ElectronNET/ElectronNET/src/ElectronNET.IntegrationTests/Tests/NotificationTests.cs:line 28
--- End of stack trace from previous location ---
|
|
Failed Test: Notification_create_check:
test-results-ubuntu-24.04#L21
Notification_create_check: Expected tcs.Task.IsCompletedSuccessfully 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.NotificationTests.Notification_create_check() in /home/runner/work/ElectronNET/ElectronNET/src/ElectronNET.IntegrationTests/Tests/NotificationTests.cs:line 21
--- End of stack trace from previous location ---
|
|
Aggregate
Failed to create status check: Validation Failed: {"resource":"CheckRun","code":"custom","field":"summary","message":"summary exceeds a maximum bytesize of 65535"} - https://docs.github.com/rest/checks/runs#create-a-check-run
|
|
Aggregate
Summary is too long to create a status check. Truncating...
|
|
Aggregate
Unexpected input(s) 'tests-changed-report', valid inputs are ['report-path', 'template-path', 'title', 'summary-report', 'summary-delta-report', 'github-report', 'test-report', 'test-list-report', 'failed-report', 'fail-rate-report', 'flaky-report', 'flaky-rate-report', 'failed-folded-report', 'previous-results-report', 'ai-report', 'skipped-report', 'suite-folded-report', 'suite-list-report', 'file-report', 'insights-report', 'slowest-report', 'pull-request-report', 'commit-report', 'custom-report', 'community-report', 'summary', 'pull-request', 'issue', 'annotate', 'status-check', 'status-check-name', 'community-report-name', 'on-fail-only', 'exit-on-no-files', 'exit-on-fail', 'exit-on-empty', 'use-suite-name', 'update-comment', 'overwrite-comment', 'always-latest-comment', 'comment-tag', 'write-ctrf-to-file', 'upload-artifact', 'collapse-large-reports', 'artifact-name', 'previous-results-max', 'fetch-previous-results', 'max-workflow-runs-to-check', 'max-previous-runs-to-fetch', 'baseline', 'baseline-report-path', 'group-by', 'always-group-by', 'report-order', 'integrations-config']
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
ctrf-report
Expired
|
40.7 KB |
sha256:06af37ea739d8ab8fc02628148289e21ecef81b371180c20ce7f2fcaa7df0a55
|
|
|
ctrf-reports
Expired
|
11.4 KB |
sha256:fb7945ceee76afbb90b91e670674b1900379bc9809b0db3af5a0c3f90aaabb89
|
|
|
test-results-macos-14
Expired
|
22.3 KB |
sha256:9d74a4b9229e86c709c2962d3d715e2b93540834ee3896e568cab3bff6079edd
|
|
|
test-results-ubuntu-24.04
Expired
|
23 KB |
sha256:8f588709c2078ee8435a8b87979fc43536e5f37b390ca8d1cde13add7c34218c
|
|
|
test-results-windows-2022
Expired
|
20.7 KB |
sha256:e7d0dad1b7f72354decb804f543d9ecbfc52971fa9e6eeb870aa105d0198eaae
|
|