Skip to content

ci(ui): add scheduled daily e2e UI test workflow#2211

Open
waqaszulfiqar wants to merge 2 commits into
mainfrom
ci/e2e-ui-cron
Open

ci(ui): add scheduled daily e2e UI test workflow#2211
waqaszulfiqar wants to merge 2 commits into
mainfrom
ci/e2e-ui-cron

Conversation

@waqaszulfiqar

Copy link
Copy Markdown
Contributor

Overview

What I've done

Runs the Playwright e2e suite (ui/e2e) on a daily cron plus manual dispatch with a test-scope selector.

What I haven't done

How I tested

Screenshot

Which point I want you to review particularly

Memo

Runs the Playwright e2e suite (ui/e2e) on a daily cron plus manual dispatch with a test-scope selector. Requires repo secrets FLOW_DASHBOARD_E2E_BASEURL, FLOW_DASHBOARD_E2E_USER_EMAIL, FLOW_DASHBOARD_E2E_USER_PASSWORD.
Copilot AI review requested due to automatic review settings June 29, 2026 10:38
@waqaszulfiqar waqaszulfiqar requested a review from a team as a code owner June 29, 2026 10:38
@github-actions github-actions Bot added the cicd label Jun 29, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Adds a new GitHub Actions workflow to run the UI Playwright end-to-end suite (ui/e2e) on a daily schedule and via manual dispatch with a selectable test scope, helping catch UI regressions automatically.

Changes:

  • Introduces a scheduled daily cron trigger for UI e2e Playwright tests.
  • Adds workflow_dispatch input to choose which subset of tests to run (all/fast/pipeline/smoke).
  • Uploads Playwright report and failure artifacts for debugging.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/e2e_ui.yml
Comment thread .github/workflows/e2e_ui.yml Outdated
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.

3 participants