Files
compliance-scanner-agent/compliance-agent/tests/integration/mod.rs
T
sharang cf4afdda1b
CI / Check (push) Has been skipped
CI / Detect Changes (push) Successful in 3s
CI / Deploy Agent (push) Failing after 5s
CI / Deploy Dashboard (push) Has been skipped
CI / Deploy Docs (push) Has been skipped
CI / Deploy MCP (push) Has been skipped
feat(migrate): onboarding backfill (repositories + dast_targets -> onboarded_targets) (#141)
2026-07-12 20:11:16 +00:00

11 lines
344 B
Rust

// E2E / Integration tests for the compliance-agent API.
//
// These tests require a running MongoDB instance. Set TEST_MONGODB_URI
// if it's not at the default `mongodb://root:example@localhost:27017`.
//
// Run with: cargo test -p compliance-agent --test e2e
// Or nightly: (via CI with MongoDB service container)
mod api;
mod migration;