# Integrations Plugin Tests - AGENTS.md ## Module Overview Test project for Integration connector plugins including InMemory and Harbor connectors. ## Test Coverage - `InMemoryConnectorPluginTests` - Tests for the InMemory connector plugin (test/dev purposes) - Additional tests for Harbor connector plugin to be added ## Working Agreements 1. Use deterministic TimeProvider injection for time-dependent tests 2. Mock HTTP connections for external service tests 3. Verify cancellation token propagation ## Running Tests ```bash dotnet test src/Integrations/__Tests/StellaOps.Integrations.Plugin.Tests/StellaOps.Integrations.Plugin.Tests.csproj ```