DRAFT: Add nightly integration test workflow#385
Draft
xingyaoww wants to merge 1 commit into
Draft
Conversation
Adds a scheduled GitHub Actions workflow that runs the live Agent Server E2E tests nightly, similar to the integration-runner in software-agent-sdk. Triggers: - Nightly schedule (10:30pm UTC) - Manual workflow_dispatch with optional model/PR number overrides - PR label 'integration-test' (same-repo PRs only, via pull_request_target) The workflow: - Starts a real local Agent Server + UI stack via npm run test:e2e:live - Runs the Playwright live E2E suite against the configured LLM - Uploads Playwright reports and test results as artifacts - Posts results as PR comments when triggered from a PR - Posts results to a tracking issue for scheduled runs (placeholder) Default model: openhands/claude-haiku-4-5-20251001 via the OpenHands LLM proxy. Co-authored-by: openhands <openhands@all-hands.dev>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
PR Artifacts Notice This PR contains a
|
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.
Why
We need a nightly integration test to catch regressions in the live Agent Server ↔ frontend stack, similar to the integration-runner in
software-agent-sdk.Summary
Adds
.github/workflows/nightly-integration.yml— a GitHub Actions workflow that runs the Playwright live E2E suite on a recurring schedule and on demand.Triggers
workflow_dispatchmodel,pr_number, andreasoninputsintegration-testlabelpull_request_target)What it does
npm run test:e2e:liveopenhands/claude-haiku-4-5-20251001via the OpenHands LLM proxy)Security
pull_request_targetvia explicit same-repo checkpersist-credentials: falseprevents checkout from leaking tokensTODO (follow-ups)
gh issue commentcallresolve_model_config.py)Type
Notes
This PR was created by an AI agent (OpenHands) on behalf of the user.
@xingyaoww can click here to continue refining the PR