Skip to content

TEST Automation: assess integration test coverage and eliminate overlaps with unit tests #206

@nora-weisser

Description

@nora-weisser

Description

We need to review our integration test suite (primarily Playwright e2e tests) to assess overall test coverage and identify any redundant tests that overlap with unit tests. This will help optimize our testing strategy, reduce CI runtime, and ensure each test type serves its unique purpose.

Objectives

  1. Assess Coverage: Evaluate what scenarios are covered by integration tests
  2. Identify Overlaps: Find tests that duplicate unit test functionality
  3. Optimize Test Suite: Remove or refactor redundant tests
  4. Document Findings: Create a coverage report

Additional Notes

  1. Unit tests should focus on: Component logic, props handling, isolated rendering
  2. Integration tests should focus on: User journeys, cross-component interactions, real API calls, navigation flows

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions