Skip to content

add integration tests with Docker Compose #3

@Giuseppe552

Description

@Giuseppe552

Currently all 141 tests are unit tests against mocked data. No integration tests run the full stack (Neo4j + Redis + worker).

Goal: A test:integration script that:

  1. Spins up Neo4j + Redis via Docker Compose
  2. Runs a real scan against a test target (e.g., example.com)
  3. Verifies nodes/edges were written to Neo4j
  4. Tears down containers

Could use the existing docker-compose.yml with a test profile.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions