Skip to content

Add Playwright e2e tests for insight-dashboard plugin #484

Add Playwright e2e tests for insight-dashboard plugin

Add Playwright e2e tests for insight-dashboard plugin #484

Triggered via pull request April 5, 2026 03:53
Status Failure
Total duration 21m 16s
Artifacts 1

dotnet-core-pr.yml

on: pull_request
insight-dashboard-build
2m 57s
insight-dashboard-build
insight-dashboard-test-dotnet
1m 0s
insight-dashboard-test-dotnet
Matrix: insight-dashboard-playwright-test
Matrix: insight-dashboard-test
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 24 warnings
insight-dashboard-test (a)
Process completed with exit code 1.
insight-dashboard-test (b)
Process completed with exit code 1.
insight-dashboard-test (c)
Process completed with exit code 1.
insight-dashboard-playwright-test (c)
Process completed with exit code 1.
Workflow syntax warning: .github/workflows/dotnet-core-pr.yml#L143
.github/workflows/dotnet-core-pr.yml (Line: 143, Col: 11): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
insight-dashboard-test-dotnet
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, actions/setup-dotnet@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
insight-dashboard-test-dotnet: eFormAPI/Plugins/InsightDashboard.Pn/InsightDashboard.Pn.Test/Base/DbTestFixture.cs#L93
Method 'ExecuteSqlRaw' inserts interpolated strings directly into the SQL, without any protection against SQL injection. Consider using 'ExecuteSql' instead, which protects against SQL injection, or make sure that the value is sanitized and suppress the warning.
insight-dashboard-test-dotnet: eFormAPI/Plugins/InsightDashboard.Pn/InsightDashboard.Pn.Test/Base/DbTestFixture.cs#L113
'Assembly.CodeBase' is obsolete: 'Assembly.CodeBase and Assembly.EscapedCodeBase are only included for .NET Framework compatibility. Use Assembly.Location.' (https://aka.ms/dotnet-warnings/SYSLIB0012)
insight-dashboard-test-dotnet: eFormAPI/Plugins/InsightDashboard.Pn/InsightDashboard.Pn.Test/ChartDataUTests.cs#L64
'ChartDataHelpers.CalculateDashboardItem(DashboardItemViewModel, MicrotingDbContext, DashboardItem, IInsightDashboardLocalizationService, int?, int?, int, DashboardEditAnswerDates)' is obsolete: 'public only for unit tests. use CalculateDashboard'
insight-dashboard-test-dotnet: eFormAPI/Plugins/InsightDashboard.Pn/InsightDashboard.Pn/Infrastructure/Helpers/ChartDataHelpers.cs#L4271
'ChartDataHelpers.CalculateDashboardItem(DashboardItemViewModel, MicrotingDbContext, DashboardItem, IInsightDashboardLocalizationService, int?, int?, int, DashboardEditAnswerDates)' is obsolete: 'public only for unit tests. use CalculateDashboard'
insight-dashboard-test-dotnet: eFormAPI/Plugins/InsightDashboard.Pn/InsightDashboard.Pn.Test/Base/DbTestFixture.cs#L93
Method 'ExecuteSqlRaw' inserts interpolated strings directly into the SQL, without any protection against SQL injection. Consider using 'ExecuteSql' instead, which protects against SQL injection, or make sure that the value is sanitized and suppress the warning.
insight-dashboard-test-dotnet: eFormAPI/Plugins/InsightDashboard.Pn/InsightDashboard.Pn.Test/Base/DbTestFixture.cs#L113
'Assembly.CodeBase' is obsolete: 'Assembly.CodeBase and Assembly.EscapedCodeBase are only included for .NET Framework compatibility. Use Assembly.Location.' (https://aka.ms/dotnet-warnings/SYSLIB0012)
insight-dashboard-test-dotnet: eFormAPI/Plugins/InsightDashboard.Pn/InsightDashboard.Pn.Test/ChartDataUTests.cs#L64
'ChartDataHelpers.CalculateDashboardItem(DashboardItemViewModel, MicrotingDbContext, DashboardItem, IInsightDashboardLocalizationService, int?, int?, int, DashboardEditAnswerDates)' is obsolete: 'public only for unit tests. use CalculateDashboard'
insight-dashboard-test-dotnet: eFormAPI/Plugins/InsightDashboard.Pn/InsightDashboard.Pn/Infrastructure/Helpers/ChartDataHelpers.cs#L4271
'ChartDataHelpers.CalculateDashboardItem(DashboardItemViewModel, MicrotingDbContext, DashboardItem, IInsightDashboardLocalizationService, int?, int?, int, DashboardEditAnswerDates)' is obsolete: 'public only for unit tests. use CalculateDashboard'
insight-dashboard-build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
insight-dashboard-build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
insight-dashboard-build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
insight-dashboard-build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
insight-dashboard-test (a)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, actions/download-artifact@v4, actions/setup-node@v3, actions/upload-artifact@v4, cypress-io/github-action@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
insight-dashboard-test (a)
No files were found with the provided path: /home/runner/work/eform-angular-insight-dashboard-plugin/eform-angular-insight-dashboard-plugin/eform-angular-frontend/eform-client/*.png. No artifacts will be uploaded.
insight-dashboard-test (b)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, actions/download-artifact@v4, actions/setup-node@v3, actions/upload-artifact@v4, cypress-io/github-action@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
insight-dashboard-test (b)
No files were found with the provided path: /home/runner/work/eform-angular-insight-dashboard-plugin/eform-angular-insight-dashboard-plugin/eform-angular-frontend/eform-client/*.png. No artifacts will be uploaded.
insight-dashboard-test (c)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, actions/download-artifact@v4, actions/setup-node@v3, actions/upload-artifact@v4, cypress-io/github-action@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
insight-dashboard-test (c)
No files were found with the provided path: /home/runner/work/eform-angular-insight-dashboard-plugin/eform-angular-insight-dashboard-plugin/eform-angular-frontend/eform-client/*.png. No artifacts will be uploaded.
insight-dashboard-playwright-test (a)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, actions/download-artifact@v4, actions/setup-node@v3, cypress-io/github-action@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
insight-dashboard-playwright-test (b)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, actions/download-artifact@v4, actions/setup-node@v3, cypress-io/github-action@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
insight-dashboard-playwright-test (c)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, actions/download-artifact@v4, actions/setup-node@v3, actions/upload-artifact@v4, cypress-io/github-action@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
insight-dashboard-playwright-test (c)
No files were found with the provided path: eform-angular-frontend/eform-client/playwright-report/. No artifacts will be uploaded.

Artifacts

Produced during runtime
Name Size Digest
insight-container
168 MB
sha256:c1851b2cdbf9fdd462f370c6f2e53b47c05c32a086f0faf118229547351bafe2