feat: add on-demand screenshot workflow for documentation#2513
Merged
miaulalala merged 1 commit intomasterfrom Apr 14, 2026
Merged
feat: add on-demand screenshot workflow for documentation#2513miaulalala merged 1 commit intomasterfrom
miaulalala merged 1 commit intomasterfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Activity
|
||||||||||||||||||||||||||||
| Project |
Activity
|
| Branch Review |
feat/screenshot-workflow
|
| Run status |
|
| Run duration | 02m 49s |
| Commit |
|
| Committer | Anna |
| View all properties for this run ↗︎ | |
| Test results | |
|---|---|
|
|
0
|
|
|
0
|
|
|
1
|
|
|
0
|
|
|
16
|
| View all changes introduced in this branch ↗︎ | |
40ecdf5 to
e50e9e5
Compare
Adds a Cypress spec and GitHub Actions workflow to capture deterministic screenshots of the Activity app for use in the Nextcloud documentation. - Triggered manually via workflow_dispatch with a configurable server branch - Captures user views (activity stream filters, sidebar, personal settings) and admin views (notification toggle, default settings) at 1280x720 - Uploads screenshots as separate user/ and admin/ artifacts (5-day retention) - Optionally opens a PR against nextcloud/documentation via COMMAND_BOT_PAT - PR title includes branch prefix for stable branches (e.g. [stable30]) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Anna Larch <anna@nextcloud.com>
e50e9e5 to
b4a754d
Compare
Member
|
Great idea! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a Cypress spec and GitHub Actions workflow to capture deterministic screenshots of the Activity app for use in the Nextcloud documentation. Triggered manually via workflow_dispatch with a configurable server branch.
Screenshots are split into user/ and admin/ artifacts matching the documentation repo structure.