Skip to content

Feat/integration test setup#652

Merged
rathlinus merged 2 commits into
bulwarkmail:mainfrom
hildebrandttk:feat/integration-test-setup
Jul 21, 2026
Merged

Feat/integration test setup#652
rathlinus merged 2 commits into
bulwarkmail:mainfrom
hildebrandttk:feat/integration-test-setup

Conversation

@hildebrandttk

@hildebrandttk hildebrandttk commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

Summary

The dockerized webmail⇆Stalwart harness and the #569 shared-identity test are
now on main. This branch adds two test-only increments on top — no app changes.

Changes

  • IT_VIDEO option — Playwright video capture is configurable via IT_VIDEO
    (on | off | retain-on-failure [default] | on-first-retry), forwarded
    through the Playwright container in run-tests.sh and documented in the README.
    IT_VIDEO=on records a .webm per test (e.g. for a demo), not just on failure.
  • Extend 04-shared-identity — the [Bug]: Composer "From" dropdown does not include identities from shared/group accounts #569 spec now also selects team@ as the
    sender and asserts it becomes the active From (not just that it's offered), then
    holds briefly so the recorded video shows it. Adds selectComposerFrom /
    selectedComposerFrom helpers.

Related Issues

Closes #569

Type of Change

  • [] Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Refactor / code quality improvement
  • Chore / dependency update / CI change

Checklist

  • I have read the Contributing Guide
  • My code follows the project's code style and conventions
  • I have run npm run typecheck && npm run lint and there are no errors
  • The build passes (npm run build)
  • I have tested my changes locally
  • I have added or updated documentation if needed
  • I have updated translations (locales/) if my changes affect user-facing text
  • I have included screenshots or a screen recording for UI changes

Screenshots / Demo

Notes for Reviewers

Make Playwright's video capture configurable via IT_VIDEO (on | off |
retain-on-failure [default] | on-first-retry) so a whole run — passing tests
included — can be recorded, e.g. for a demo or to inspect a flow. Forward the
env through the Playwright container in run-tests.sh and document it in the
README's environment-knobs table.
… spec

Extend 04-shared-identity's UI test to not just assert team@example.org is
offered but to actually select it as the sender and confirm it becomes the
active From identity, then hold on the composer so the selected group address is
visible in the recorded video. Adds selectComposerFrom / selectedComposerFrom
helpers.
@rathlinus
rathlinus merged commit 2f79131 into bulwarkmail:main Jul 21, 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.

[Bug]: Composer "From" dropdown does not include identities from shared/group accounts

2 participants