Remove tests for app badgecount #27
integration-tests.yml
on: pull_request
Matrix: tests
Aggregate
27s
Annotations
6 errors and 6 warnings
|
Integration Tests (macos-14)
Process completed with exit code 1.
|
|
Integration Tests (ubuntu-24.04)
Process completed with exit code 1.
|
|
Failed Test: Show_hide_visibility_roundtrip:
/Users/runner/work/ElectronNET/ElectronNET/src/ElectronNET.IntegrationTests/Tests/BrowserWindowTests.cs#L84
Show_hide_visibility_roundtrip: Expected (this.fx.MainWindow.IsVisibleAsync()) 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.Show_hide_visibility_roundtrip() in /Users/runner/work/ElectronNET/ElectronNET/src/ElectronNET.IntegrationTests/Tests/BrowserWindowTests.cs:line 84
--- End of stack trace from previous location ---
|
|
Failed Test: Notification_is_supported_check:
src/ElectronNET.IntegrationTests/Tests/NotificationTests.cs#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: MenuBar_auto_hide_and_visibility:
src/ElectronNET.IntegrationTests/Tests/BrowserWindowTests.cs#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_create_check:
src/ElectronNET.IntegrationTests/Tests/NotificationTests.cs#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: GitHub token is required to authenticate Octokit
|
|
Aggregate
Summary is too long to create a status check. Truncating...
|
|
Aggregate
Failed to post PR comment: GitHub token is required to authenticate Octokit
|
|
Aggregate
Unknown report type in report-order: tests-changed-report
|
|
Aggregate
GitHub token is required to authenticate Octokit
Unable to fetch previous test results - this is likely a permissions issue.
To enable previous results and test metrics, you need to:
1. Set the GITHUB_TOKEN environment variable, or
2. Use the default GitHub Actions token: "${{ secrets.GITHUB_TOKEN }}"
Add this to your workflow file:
jobs:
test:
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
See documentation: https://docs.github.com/en/actions/security-for-github-actions/security-guides/automatic-token-authentication#permissions-for-the-github_token
The token is needed to access workflow runs and artifacts from previous test executions.
Without it, the action will skip previous results processing and only generate reports from the current run.
|
|
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
|
28.5 KB |
sha256:497d5650d5d13d2e7a08cdb77f8491750e855f185ea7cb90a7c190bb86f7dac0
|
|
|
ctrf-reports
Expired
|
11.4 KB |
sha256:7889e3f05ca6c07db5872f2766f37284b9eb4eb4296130e697192e97e8329972
|
|
|
test-results-macos-14
Expired
|
21.6 KB |
sha256:45153026f3b785626bf2b8d7e35f07dc470b288155ca781bc3a74828946d4a4d
|
|
|
test-results-ubuntu-24.04
Expired
|
23.2 KB |
sha256:d69ba616fbad9ab4be54cd271784c2455331cb86958c533a771fc0804dd2fea7
|
|
|
test-results-windows-2022
Expired
|
20.7 KB |
sha256:3decfecaeaa5e255018cbc2fd84dad3354ff8208a9924cabd6eff58065e628fb
|
|