Files
livegraphs-django/.scripts/test.sh
Kaj Kowalski 81d1469e18 feat(qa): add Playwright MCP test agents & config
Introduces Playwright testing agents (planner, generator, healer) powered by MCP to plan, generate, and heal end-to-end tests.

Configures the MCP server and integrates agent workflows into OpenCode and GitHub chat modes to enable AI-assisted testing.

Adds Playwright test dependency and updates lockfile; adjusts markdown lint ignores to reduce noise.

Adds contributor guidance for Claude Code to streamline local development.

Normalizes shell script shebangs to use /usr/bin/env bash for portability.

Enables automated browser testing workflows and resilient test maintenance within AI-enabled tooling.
2025-11-05 17:25:01 +01:00

7 lines
147 B
Bash
Executable File

#!/usr/bin/env bash
# Run tests with coverage
echo "Running tests with coverage..."
uv run -m coverage run -m pytest
uv run -m coverage report -m