Add comprehensive E2E test coverage and UI tracking - #34
Merged
Conversation
- Remove /plugins page, redirect to /settings#plugins - Redirect /interpreters and /extensions to /settings#interpreters - Remove redundant links from settings.html (already shows full info) - Add Beta badge to Chat page header - Update interpreters_page test to handle redirect - Document Workbook page retention decision Acceptance criteria met: ✅ Pages audited with documented status ✅ Plugins page removed, redirected to Settings ✅ Extensions/Interpreters routes redirect to Settings ✅ Workbook decision documented ✅ Internal links updated ✅ All tests passing 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Add 8 new E2E test suites achieving 98.3% UI coverage: - chat.spec.ts: Chat form, API integration, history display (8 tests) - files-browse.spec.ts: Provider browser controls (14 tests) - files-snapshot.spec.ts: Snapshot navigation, search, pagination (17 tests) - home.spec.ts: Search, chat, filters (12 tests) - links-advanced.spec.ts: Advanced link features, API source, cypher (6 tests) - map.spec.ts: Graph visualization, filters, exports (15 tests) - settings-advanced.spec.ts: Neo4j disconnect, interpreter toggles (3 tests) - settings.spec.ts: Settings page, Neo4j config, rclone (14 tests) Changes: - Reorder navigation: Files, Labels, Links, Maps, Chats, Settings - Reduce test timeout from 30s to 10s for faster feedback - Fix form submission tests to use button clicks vs evaluate() - Add proper wizard navigation for Links/Labels tests - Filter expected console errors (API 404s) in Settings tests - Use getByTestId() selectors for reliability Coverage by page: - Chat: 100% (2/2 elements) - Files: 100% (27/27 elements) - Home: 100% (9/9 elements) - Labels: 91.7% (22/24 elements) - Links: 100% (24/24 elements - advanced features) - Map: 100% (13/13 elements) - Settings: 90% (18/20 elements) All 112 E2E tests passing ✅ 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
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
Test Coverage Added
Automation Tools
dev/scripts/ui_coverage_index.py- Automated UI coverage trackingdev/test-coverage-index.md- Current coverage report (98.3%)dev/prompts.mdTest plan
🤖 Generated with Claude Code