feat(e2e): add Stremio end-to-end CI harness - #43
Merged
Merged
Conversation
release: v1.7.0 — built-in chart catalogs + per-list display mode
- Add Playwright API, UI, and live smoke coverage - Configure disposable Supabase CI jobs and local test setup - Update shared Stremio types, tooling, and database schema
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile SummaryThe PR adds a Playwright end-to-end harness covering local addon/frontend behavior and hosted Stremio flows, backed by a disposable Supabase schema and split local/live CI jobs.
Confidence Score: 5/5The PR appears safe to merge. No blocking failure remains.
|
| Filename | Overview |
|---|---|
| .github/workflows/ci.yml | Adds isolated local and live-smoke E2E matrix jobs and pins the new Supabase CLI setup action to a full commit SHA. |
| apps/e2e/env.ts | Defines harness endpoints and rejects destructive cleanup against unconfirmed non-loopback database targets. |
| apps/e2e/helpers/db.ts | Implements fixture-scoped database cleanup and inspection helpers without retaining the previously reported global deletion. |
| apps/e2e/helpers/test-data.ts | Centralizes test identities and includes public, unknown, and private users in the cleanup allowlist. |
| apps/e2e/playwright.config.ts | Configures serialized Playwright projects and isolated backend/frontend web servers for local and hosted-flow coverage. |
| supabase/migrations/20260219000000_baseline_schema.sql | Provides the disposable local database schema required by the E2E harness. |
Reviews (5): Last reviewed commit: "fix(e2e): include all persisted test use..." | Re-trigger Greptile
Owner
Author
|
@greptile review |
Owner
Author
|
@greptile review |
Owner
Author
|
@greptile review |
1 similar comment
Owner
Author
|
@greptile review |
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.
Summary
Verification