Skip to main content

WUP (What's Up) - Intelligent file watcher for regression testing in large projects

Project description

WUP (What's Up)

AI Cost Tracking

PyPI Version Python License AI Cost Human Time Model

  • ๐Ÿค– LLM usage: $2.4000 (16 commits)
  • ๐Ÿ‘ค Human dev: ~$411 (4.1h @ $100/h, 30min dedup)

Generated on 2026-04-29 using openrouter/qwen/qwen3-coder-next


PyPI Version Python License

WUP (What's Up) - Intelligent file watcher for regression testing in large projects.

WUP monitors file changes and runs intelligent regression tests using a 3-layer approach:

  1. Detection Layer: File watching with heuristics
  2. Priority Layer: Quick tests of related services (3 endpoints max)
  3. Detail Layer: Full tests with blame reports (only on failure)

Features

  • ๐ŸŽฏ Intelligent Testing: Only tests related services when files change
  • โšก CPU Throttling: Respects system resources with configurable CPU limits
  • ๐Ÿ”„ 3-Layer Architecture: Quick smoke tests first, detailed tests only on failure
  • ๐Ÿ“Š Live Dashboard: Real-time status monitoring with Rich CLI
  • ๐Ÿ” Dependency Mapping: Automatic detection of files โ†’ endpoints โ†’ services
  • ๐Ÿš€ Framework Support: FastAPI, Flask, Django, Express.js, and more
  • ๐Ÿ“ Blame Reports: Detailed regression reports with file/line/commit info
  • โš™๏ธ Configuration System: Declarative configuration via wup.yaml file
  • ๐ŸŽ›๏ธ Per-Service Settings: Custom test strategies per service
  • ๐Ÿงช TestQL Integration: Native support for TestQL scenarios

Installation

# Install from source
pip install -e .

# Install with development dependencies
pip install -e ".[dev]"

Quick Start

# 1. Initialize configuration (optional)
wup init

# 2. Build dependency map (one-time setup)
wup map-deps ./my-project

# 3. Start watching for changes
wup watch ./my-project

# 4. Start with live dashboard
wup watch ./my-project --dashboard

Usage

Build Dependency Map

# Auto-detect framework
wup map-deps ./my-project

# Specify framework
wup map-deps ./my-project --framework fastapi

# Custom output file
wup map-deps ./my-project --output my-deps.json

Watch Project

# Basic watching (uses wup.yaml if present)
wup watch ./my-project

# With custom settings
wup watch ./my-project \
  --cpu-throttle 0.5 \
  --debounce 3 \
  --cooldown 600

# With live dashboard
wup watch ./my-project --dashboard

# Use specific config file
wup watch ./my-project --config custom-config.yaml

# TestQL mode
wup watch ./my-project --mode testql

# Discover endpoints from TestQL scenarios
wup testql-endpoints /path/to/scenarios --output testql-deps.json

Initialize Configuration

# Generate default wup.yaml configuration
wup init

# Generate with custom output path
wup init --output .wup.yaml

Check Status

# View dependency map status
wup status

# Custom deps file
wup status --deps my-deps.json

Architecture

3-Layer Testing Approach

โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚                    DETECTION LAYER                          โ”‚
โ”‚  File watching with watchdog + heuristics                   โ”‚
โ”‚  Skips: .git, __pycache__, node_modules, .venv              โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
                       โ”‚ File change
                       โ–ผ
โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚                   PRIORITY LAYER                            โ”‚
โ”‚  Quick test: 3 endpoints max per service                    โ”‚
โ”‚  Duration: ~1-2 seconds                                     โ”‚
โ”‚  Result: Pass โ†’ Done, Fail โ†’ Escalate                       โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
                       โ”‚ Failure
                       โ–ผ
โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚                    DETAIL LAYER                             โ”‚
โ”‚  Full test: All endpoints with blame report                 โ”‚
โ”‚  Duration: ~3-5 seconds                                     โ”‚
โ”‚  Result: Regression report with file/line/commit            โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

Performance Characteristics

Idle:           0.1% CPU, 10MB RAM
File change:    5s test โ†’ 2% CPU spike
Full regression: 15s test โ†’ 15% CPU spike
200+ files/min: 100 req/s โ†’ OK (throttled)

Configuration

wup.yaml Configuration File

WUP supports declarative configuration via wup.yaml (or .wup.yaml) in your project root. This allows you to define watch paths, service-specific settings, and test strategies.

Generate a default configuration:

wup init

Example wup.yaml:

project:
  name: "my-project"
  description: "My awesome project"

watch:
  # Folders to watch (supports glob patterns)
  paths:
    - "app/**"
    - "src/**"
    - "routes/**"
    - "!tests/**"         # exclusion
    - "!node_modules/**"

  # Global exclude patterns
  exclude_patterns:
    - "*.md"
    - "*.txt"
    - "migrations/**"

  # File types to watch (empty = watch all files)
  # Only changes to these file extensions will trigger tests
  file_types:
    - ".py"
    - ".ts"
    - ".jsx"

services:
  # Service configurations - simplified with auto-detection
  # If paths are empty, WUP auto-detects files by service name
  
  - name: "users-shell"
    type: "shell"
    # Auto-detects files containing "users-shell"
  
  - name: "users-web"
    type: "web"
    # Auto-detects files containing "users-web"
    # Will detect coincidence with users-shell
  
  # Or use explicit paths (old style still works)
  - name: "payments"
    paths:
      - "app/payments/**"
    type: "auto"

test_strategy:
  quick:
    debounce_s: 2
    max_queue: 5
    timeout_s: 10
  detail:
    debounce_s: 10
    max_queue: 1
    timeout_s: 30

testql:
  # TestQL-specific configuration
  scenario_dir: "scenarios/tests"
  smoke_scenario: "smoke.testql.toon.yaml"
  output_format: "json"
  extra_args:
    - "--timeout 10s"

CLI Options

Option Default Description
--config auto Path to wup.yaml config file
--cpu-throttle 0.8 CPU usage threshold (0.0-1.0)
--debounce 2 Debounce time in seconds
--cooldown 300 Test cooldown in seconds
--dashboard false Enable live dashboard
--deps deps.json Dependency map file path
--mode default Watcher mode: default or testql

Environment Variables

# Set default CPU throttle
export WUP_CPU_THROTTLE=0.5

# Set default debounce time
export WUP_DEBOUNCE=3

Visual DOM Diff

WUP optionally scans configured pages with Playwright after each successful quick test, compares the DOM structure to the previous snapshot, and reports significant changes.

Setup

pip install playwright
playwright install chromium

Configuration

visual_diff:
  enabled: true
  base_url: "http://localhost:8100"   # or leave empty and set WUP_BASE_URL env var
  base_url_env: "WUP_BASE_URL"
  delay_seconds: 5.0      # wait after file change before scanning
  max_depth: 10            # DOM snapshot depth
  pages:
    - "/health"
    - "/dashboard"
  pages_from_endpoints: true   # also scan endpoints from testql config
  threshold_added: 3           # min node additions to report as "changed"
  threshold_removed: 3
  threshold_changed: 5
  headless: true

Or set the base URL in .wup.env in the project root (not committed to git):

# .wup.env
WUP_BASE_URL=http://localhost:8100

Output

  • Snapshots โ€” .wup/visual-snapshots/<service>/<page>.json
  • Diff events โ€” .wup/visual-diffs/<service>/<page>.jsonl (appended on each change)

Visible in wup status as a "Visual DOM diffs" section.

Graceful degradation

If Playwright is not installed, the visual diff module logs a warning and skips scanning โ€” it does not break the watcher.

Project Structure

wup/
โ”œโ”€โ”€ wup/
โ”‚   โ”œโ”€โ”€ __init__.py            # Package exports
โ”‚   โ”œโ”€โ”€ cli.py                 # CLI: watch, map-deps, status, init, testql-endpoints
โ”‚   โ”œโ”€โ”€ config.py              # Config loading/saving + .wup.env support
โ”‚   โ”œโ”€โ”€ core.py                # WupWatcher: detection, inference, scheduling
โ”‚   โ”œโ”€โ”€ dependency_mapper.py   # DependencyMapper: codebase โ†’ deps.json
โ”‚   โ”œโ”€โ”€ testql_discovery.py    # TestQLEndpointDiscovery: scenario parsing
โ”‚   โ”œโ”€โ”€ testql_watcher.py      # TestQLWatcher: scenario runner + health tracking
โ”‚   โ”œโ”€โ”€ visual_diff.py         # VisualDiffer: Playwright DOM snapshot + diff engine
โ”‚   โ””โ”€โ”€ models/
โ”‚       โ”œโ”€โ”€ __init__.py
โ”‚       โ””โ”€โ”€ config.py          # Dataclasses: WupConfig, VisualDiffConfig, TestQLConfig...
โ”œโ”€โ”€ tests/
โ”‚   โ”œโ”€โ”€ test_wup.py            # unit/integration tests (incl. VisualDiffer, config)
โ”‚   โ”œโ”€โ”€ test_testql_watcher.py # TestQLWatcher + VisualDiffer integration tests
โ”‚   โ””โ”€โ”€ test_e2e.py            # end-to-end CLI tests
โ”œโ”€โ”€ examples/
โ”‚   โ”œโ”€โ”€ fastapi-app/           # FastAPI example project
โ”‚   โ”œโ”€โ”€ flask-app/             # Flask example project
โ”‚   โ”œโ”€โ”€ multi-service/         # Multi-service example
โ”‚   โ”œโ”€โ”€ testql_demo.py         # TestQL simulation demo
โ”‚   โ”œโ”€โ”€ testql_integration.py  # Custom TestQLWatcher + visual diff example
โ”‚   โ””โ”€โ”€ visual_diff_demo.py    # Visual DOM diff demo (no Playwright required)
โ”œโ”€โ”€ docs/
โ”‚   โ””โ”€โ”€ TESTQL_INTEGRATION.md  # TestQL integration guide
โ”œโ”€โ”€ testql-scenarios/          # Auto-generated TestQL scenarios
โ”œโ”€โ”€ pyproject.toml             # Package config (setuptools)
โ””โ”€โ”€ README.md

Development

Running Tests

# Run all tests
python3 -m pytest tests/ -v

# Run specific suite
python3 -m pytest tests/test_wup.py -v
python3 -m pytest tests/test_testql_watcher.py -v

# Run with coverage
python3 -m pytest tests/ --cov=wup

Examples

# Visual diff demo (no Playwright required)
python3 examples/visual_diff_demo.py

# With live page scan (requires playwright)
python3 examples/visual_diff_demo.py http://localhost:8100/health

# TestQL + visual diff integration
python3 examples/testql_integration.py /path/to/project

Building & Publishing

python -m build

License

Licensed under Apache-2.0.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wup-0.2.15.tar.gz (50.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

wup-0.2.15-py3-none-any.whl (38.1 kB view details)

Uploaded Python 3

File details

Details for the file wup-0.2.15.tar.gz.

File metadata

  • Download URL: wup-0.2.15.tar.gz
  • Upload date:
  • Size: 50.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for wup-0.2.15.tar.gz
Algorithm Hash digest
SHA256 4cf083246d2139a505bf5087dbce94a4a2047ba8ab2792f6c178a55e8504968c
MD5 0b85867186993a8cdf118cdb4bf40b59
BLAKE2b-256 f42bdd8b950803921217673623977ca26914cf517e5a1e237a2911120cacb8b2

See more details on using hashes here.

File details

Details for the file wup-0.2.15-py3-none-any.whl.

File metadata

  • Download URL: wup-0.2.15-py3-none-any.whl
  • Upload date:
  • Size: 38.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for wup-0.2.15-py3-none-any.whl
Algorithm Hash digest
SHA256 3beb13524049859fbb94976730cbd124e7b12d8908c2b5c0a5da6adb5e6704af
MD5 6e3cebfa85fc0e06a022626cf166e9c8
BLAKE2b-256 a5f30c6af9b063761eeb5e144fb7e7666ea2bc7537b37d9f7b34eecb6ab12fa1

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page