Skip to content

Analyze FieldWorks Lite workflow failures on e2e-test-fw-lite branch#2135

Closed
Copilot wants to merge 1 commit into
e2e-test-fw-litefrom
copilot/check-github-action-results
Closed

Analyze FieldWorks Lite workflow failures on e2e-test-fw-lite branch#2135
Copilot wants to merge 1 commit into
e2e-test-fw-litefrom
copilot/check-github-action-results

Conversation

Copilot AI commented Jan 29, 2026

Copy link
Copy Markdown
Contributor

Investigated CI failures in the FieldWorks Lite workflow on branch e2e-test-fw-lite. Two jobs failed with 4 total test failures.

Failures Identified

Unit Test Job: 2 integration tests failing

  • Tests in fw-lite-launcher.test.ts expect FW Lite binary at ./dist/fw-lite-server/FwLiteWeb.exe
  • Binary not available in unit test job context
  • Tests should either skip when binary absent or move to separate integration job

E2E Test Job: 2 Playwright tests failing

  • Authentication redirect mismatch: tests expect /login, receiving /api/auth/login/localhost
  • Affects smoke test and project download test
  • Root cause: test environment auth flow differs from expectations

Recommendations

Unit tests: Add conditional skip when binary unavailable

describe.skipIf(!binaryExists)('real FW Lite server integration', () => {...});

E2E tests: Either update test expectations to accept both redirect patterns, or fix test environment auth configuration to match production behavior.

All build and publish jobs succeeded. Failures are test-only.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] Review errors from last GitHub Actions run Investigate and document GitHub Actions failures on e2e-test-fw-lite branch Jan 29, 2026
Copilot AI requested a review from myieye January 29, 2026 09:13
Copilot AI changed the title Investigate and document GitHub Actions failures on e2e-test-fw-lite branch Analyze FieldWorks Lite workflow failures on e2e-test-fw-lite branch Jan 29, 2026
@myieye myieye closed this Jan 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants