Run integration tests with Supertest
/plugin marketplace add IvanTorresEdge/molcajete.ai/plugin install ivantorresedge-node-tech-stacks-js-node@IvanTorresEdge/molcajete.ai# Run Integration Tests Run API integration tests using Supertest. Use the Task tool to launch the **tester** agent with instructions: 1. Ensure test database is configured: - `.env.test` with test database URL - Separate database instance for tests 2. Run database migrations for test environment: 3. Run integration tests: Or with Vitest: 4. Integration test configuration: 5. Example integration test: 6. Generate coverage report: **Quality Requirements:** - All integration tests must pass - Test database isolated from development - Clean up test da...