feat: selectable groups in legend with two-level grouping and e2e tests #12
Annotations
10 errors
|
tests/fixture-smoke.test.ts > ground truth validation > expected/ JSON files exist and parse:
tests/fixture-smoke.test.ts#L98
AssertionError: file-graph.json should exist: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ tests/fixture-smoke.test.ts:98:63
|
|
tests/fixture-smoke.test.ts > fixture-codebase smoke test > caches pipeline results across calls:
src/parser/index.ts#L46
Error: Directory not found: /home/runner/work/codebase-visualizer/codebase-visualizer/tests/fixture-codebase/src
❯ parseCodebase src/parser/index.ts:46:11
❯ getFixturePipeline tests/helpers/pipeline.ts:25:23
❯ tests/fixture-smoke.test.ts:85:21
|
|
tests/fixture-smoke.test.ts > fixture-codebase smoke test > detects modules correctly:
src/parser/index.ts#L46
Error: Directory not found: /home/runner/work/codebase-visualizer/codebase-visualizer/tests/fixture-codebase/src
❯ parseCodebase src/parser/index.ts:46:11
❯ getFixturePipeline tests/helpers/pipeline.ts:25:23
❯ tests/fixture-smoke.test.ts:77:31
|
|
tests/fixture-smoke.test.ts > fixture-codebase smoke test > settings.ts has dead exports:
src/parser/index.ts#L46
Error: Directory not found: /home/runner/work/codebase-visualizer/codebase-visualizer/tests/fixture-codebase/src
❯ parseCodebase src/parser/index.ts:46:11
❯ getFixturePipeline tests/helpers/pipeline.ts:25:23
❯ tests/fixture-smoke.test.ts:64:31
|
|
tests/fixture-smoke.test.ts > fixture-codebase smoke test > logger.ts has high fan-in (imported by many files):
src/parser/index.ts#L46
Error: Directory not found: /home/runner/work/codebase-visualizer/codebase-visualizer/tests/fixture-codebase/src
❯ parseCodebase src/parser/index.ts:46:11
❯ getFixturePipeline tests/helpers/pipeline.ts:25:23
❯ tests/fixture-smoke.test.ts:51:31
|
|
tests/fixture-smoke.test.ts > fixture-codebase smoke test > analyzes graph with metrics:
src/parser/index.ts#L46
Error: Directory not found: /home/runner/work/codebase-visualizer/codebase-visualizer/tests/fixture-codebase/src
❯ parseCodebase src/parser/index.ts:46:11
❯ getFixturePipeline tests/helpers/pipeline.ts:25:23
❯ tests/fixture-smoke.test.ts:45:31
|
|
tests/fixture-smoke.test.ts > fixture-codebase smoke test > builds graph with nodes and edges:
src/parser/index.ts#L46
Error: Directory not found: /home/runner/work/codebase-visualizer/codebase-visualizer/tests/fixture-codebase/src
❯ parseCodebase src/parser/index.ts:46:11
❯ getFixturePipeline tests/helpers/pipeline.ts:25:23
❯ tests/fixture-smoke.test.ts:39:28
|
|
tests/fixture-smoke.test.ts > fixture-codebase smoke test > parses expected number of files:
src/parser/index.ts#L46
Error: Directory not found: /home/runner/work/codebase-visualizer/codebase-visualizer/tests/fixture-codebase/src
❯ parseCodebase src/parser/index.ts:46:11
❯ getFixturePipeline tests/helpers/pipeline.ts:25:23
❯ tests/fixture-smoke.test.ts:34:29
|
|
tests/fixture-smoke.test.ts > fixture-codebase smoke test > pipeline parses fixture without errors:
src/parser/index.ts#L46
Error: Directory not found: /home/runner/work/codebase-visualizer/codebase-visualizer/tests/fixture-codebase/src
❯ parseCodebase src/parser/index.ts:46:11
❯ getFixturePipeline tests/helpers/pipeline.ts:25:23
❯ tests/fixture-smoke.test.ts:29:29
|
|
tests/fixture-smoke.test.ts > fixture-codebase smoke test > fixture source directory exists:
tests/fixture-smoke.test.ts#L25
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ tests/fixture-smoke.test.ts:25:48
|