We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcafc2c commit 2e6f8c2Copy full SHA for 2e6f8c2
scripts/run-ios-ui-tests.sh
@@ -615,6 +615,8 @@ COMMENT_FILE="$SCREENSHOT_TMP_DIR/screenshot-comment.md"
615
616
ri_log "STAGE:COMMENT_BUILD -> Rendering summary and PR comment markdown"
617
if ! cn1ss_java_run "$RENDER_SCREENSHOT_REPORT_CLASS" \
618
+ --title "iOS screenshot updates" \
619
+ --success-message "✅ Native iOS screenshot tests passed." \
620
--compare-json "$COMPARE_JSON" \
621
--comment-out "$COMMENT_FILE" \
622
--summary-out "$SUMMARY_FILE"; then
0 commit comments