Skip to content

Comments

feat: integrate Playwright E2E testing with CI workflow#47

Merged
ejirocodes merged 5 commits intomainfrom
feature/enhancement
Feb 17, 2026
Merged

feat: integrate Playwright E2E testing with CI workflow#47
ejirocodes merged 5 commits intomainfrom
feature/enhancement

Conversation

@ejirocodes
Copy link
Owner

Add 22 E2E tests covering dashboard UI, API endpoints, floating icon integration, and real-time SSE updates. Uses svelte playground as the test target with Playwright's webServer config. Also fixes a bug where search with no results still showed all assets instead of the empty state.

this PR closes #28

Add 22 E2E tests covering dashboard UI, API endpoints, floating icon
integration, and real-time SSE updates. Uses svelte playground as the
test target with Playwright's webServer config. Also fixes a bug where
search with no results still showed all assets instead of the empty state.
Nuxt playground's postinstall runs nuxt prepare which requires
@vite-asset-manager/nuxt to be built, but packages aren't built
until after install. Use --ignore-scripts and build separately.
@ejirocodes ejirocodes mentioned this pull request Feb 17, 2026
@ejirocodes ejirocodes merged commit 1b0eaa8 into main Feb 17, 2026
2 checks passed
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.

Implement E2E Tests

1 participant