Run tests with Docker containers using testcontainers
/plugin marketplace add IvanTorresEdge/molcajete.ai/plugin install ivantorresedge-node-tech-stacks-js-node@IvanTorresEdge/molcajete.ai# Run Tests with Docker Containers Run integration tests using testcontainers for isolated database instances. Use the Task tool to launch the **tester** agent with instructions: 1. Ensure Docker is running: 2. Install testcontainers: 3. Create test setup with containers: 4. Use in tests: 5. Run container tests: 6. Container test configuration: **Quality Requirements:** - Docker must be running - Container startup timeout handled - Proper cleanup after tests - Isolated database per test run Reference the **testcontainers-usage** skill.