sync: add mandatory pre-execution checklist for screenshots in journey mode #22
Reference in New Issue
Block a user
No description provided.
Delete Branch "sync/d8d-skills-20260412-060733"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
变更内容
Adds a pre-execution checklist at the beginning of the journey execution template to prevent the common mistake:
browser_snapshot(DOM structure for finding elements) vsbrowser_take_screenshot(PNG for visual verification)browser_take_screenshot+analyze_imagevisual verificationThis fixes the issue where only the final screenshot was saved instead of every step during journey verification.
Testing