Skip to content

Run UI tests on demand#863

Merged
Kyle-Ye merged 1 commit into
mainfrom
feature/ui_test
May 16, 2026
Merged

Run UI tests on demand#863
Kyle-Ye merged 1 commit into
mainfrom
feature/ui_test

Conversation

@Kyle-Ye
Copy link
Copy Markdown
Collaborator

@Kyle-Ye Kyle-Ye commented May 16, 2026

Summary

  • remove default pull_request triggering for the UI Tests workflow
  • keep push-to-main UI tests and add manual workflow_dispatch platform selection
  • add maintainer-gated /uitest PR comment triggers for all, iOS, or macOS UI tests
  • checkout the PR head SHA for comment-triggered runs

Validation

  • git diff --check
  • Ruby YAML syntax parse for .github/workflows/uitests.yml

Note: the /uitest comment entrypoint becomes active after this workflow change lands on the default branch.

@augmentcode
Copy link
Copy Markdown

augmentcode Bot commented May 16, 2026

🤖 Augment PR Summary

Summary: This PR changes the UI Tests workflow to run only on pushes to main and on explicit, on-demand requests.

Changes:

  • Removes the default pull_request trigger for UI tests
  • Adds a workflow_dispatch input to select platform (all/ios/macos)
  • Adds an issue_comment trigger gated to maintainers via /uitest commands
  • Checks out the PR head SHA for comment-triggered runs to test the actual PR code
  • Sets explicit read-only workflow permissions needed for PR resolution

🤖 Was this summary useful? React with 👍 or 👎

Copy link
Copy Markdown

@augmentcode augmentcode Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review completed. 1 suggestion posted.

Fix All in Augment

Comment augment review to trigger a new review at any time.

Comment thread .github/workflows/uitests.yml
@codecov
Copy link
Copy Markdown

codecov Bot commented May 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 13.74%. Comparing base (32b3832) to head (279ca3c).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #863      +/-   ##
==========================================
- Coverage   13.74%   13.74%   -0.01%     
==========================================
  Files         637      637              
  Lines       41167    41167              
==========================================
- Hits         5660     5658       -2     
- Misses      35507    35509       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Kyle-Ye
Copy link
Copy Markdown
Collaborator Author

Kyle-Ye commented May 16, 2026

/uitest ios

@Kyle-Ye Kyle-Ye merged commit 4aa1b7f into main May 16, 2026
13 of 16 checks passed
@Kyle-Ye Kyle-Ye deleted the feature/ui_test branch May 16, 2026 14:53
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.

1 participant