Skip to content

test(e2e): add entity CRUD, search navigation, graph interaction, and export tests#335

Merged
d-oit merged 1 commit into
mainfrom
test/e2e-expansion
Jun 19, 2026
Merged

test(e2e): add entity CRUD, search navigation, graph interaction, and export tests#335
d-oit merged 1 commit into
mainfrom
test/e2e-expansion

Conversation

@d-oit

@d-oit d-oit commented Jun 19, 2026

Copy link
Copy Markdown
Owner

Summary

Add E2E tests for critical user journeys: entity CRUD, search navigation, graph interaction, and export.

Changes

  • tests/e2e/entity-crud.spec.ts: Create entity and verify in library, navigate from library to editor
  • tests/e2e/search-navigation.spec.ts: Command palette search navigation, sidebar search results
  • tests/e2e/graph-interaction.spec.ts: Graph rendering, canvas verification, snapshot controls
  • tests/e2e/export.spec.ts: Export view rendering, format button verification

Note

These tests follow the same patterns as existing E2E tests (e.g., library.spec.ts). They have the same pre-existing issue where the "Save to DB" operation may not complete successfully in the test environment. The tests are structured correctly and will pass once the underlying save mechanism is fixed.

… export tests

New E2E test files covering critical user journeys:
- entity-crud.spec.ts: Create entity, navigate library to editor
- search-navigation.spec.ts: Command palette search, sidebar search
- graph-interaction.spec.ts: Graph rendering, canvas, snapshot controls
- export.spec.ts: Export view rendering, format buttons
@github-actions github-actions Bot added config tests Related to automated/manual tests labels Jun 19, 2026
@d-oit d-oit merged commit e7b9c80 into main Jun 19, 2026
15 of 16 checks passed
@d-oit d-oit deleted the test/e2e-expansion branch June 19, 2026 20:15
@codacy-production

Copy link
Copy Markdown
Contributor

Not up to standards ⛔

🔴 Issues 1 high

Alerts:
⚠ 1 issue (≤ 0 issues of at least minor severity)

Results:
1 new issue

Category Results
ErrorProne 1 high

View in Codacy

🟢 Metrics 14 complexity · 38 duplication

Metric Results
Complexity 14
Duplication 38

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

config tests Related to automated/manual tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants