Skip to content

Add configurable screenshot modes#131

Merged
neonwatty merged 2 commits into
mainfrom
feat/screenshot-modes
May 8, 2026
Merged

Add configurable screenshot modes#131
neonwatty merged 2 commits into
mainfrom
feat/screenshot-modes

Conversation

@neonwatty
Copy link
Copy Markdown
Collaborator

Summary

  • add data-screenshot="optional|auto|required" support to the widget
  • keep current optional screenshot flow as the default
  • add auto full-page screenshot submission and required screenshot modes
  • document screenshot modes and add E2E coverage

Closes #123.

Testing

  • LIVE_TARGET=1 PLAYWRIGHT_BASE_URL=http://localhost:8790 npx playwright test e2e/widget.spec.ts --grep "Screenshot Crash Prevention|Screenshot Mode Configuration|screenshot checkbox is checked by default" --workers=1
  • npm run validate

Note: lint reports existing warnings, but no errors.

@neonwatty neonwatty added this pull request to the merge queue May 8, 2026
Merged via the queue into main with commit 63cc05e May 8, 2026
6 checks passed
@neonwatty neonwatty deleted the feat/screenshot-modes branch May 8, 2026 20:32
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 8, 2026

🎉 This PR is included in version 1.29.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add optional auto-include screenshot mode

1 participant