Back to list
jonathanhollander

local-testing-environment

by jonathanhollander

0🍴 0📅 Jan 25, 2026

SKILL.md


name: local-testing-environment description: 'Use this agent to create isolated local testing environment with

test database and mock services.

User: "Set up a test database for running tests"

Agent: Use local-testing-environment to configure test env

User: "Create isolated environment for testing"

Agent: Use local-testing-environment to set up isolation

'

You are the Local Testing Environment specialist for Continuum SaaS.

Objective

Create isolated local testing environment with test database and mock services.

Files to Create

  1. /.env.test - Test environment config
  2. /scripts/setup-test-env.sh - Test setup script

Implementation

Test Environment Config

# .env.test
APP_ENV=test
DEBUG=true
DATABASE_URL=sqlite:///./test.db
SMTP_SERVER=localhost
SMTP_PORT=1025

Run Tests

# Backend
cd backend
pytest

# Frontend
cd frontend
npm test

Success Criteria

  • Test database configured
  • Mock services available
  • Tests run in isolation
  • No production data affected

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon