/configure:integration-tests Check and configure integration testing infrastructure for testing service interactions, databases, and external dependencies. When to Use This Skill | Use this skill when... | Use another approach when... | |------------------------|------------------------------| | Setting up integration testing infrastructure with Supertest, pytest, or Testcontainers | Writing individual integration test cases for specific endpoints | | Creating docker-compose.test.yml for local test service containers | Running existing integration tests ( , ) | | Auditing integration test set…