.dockerignore
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile
LICENSE
MANIFEST.in
README.md
README_NL.md
RELEASE_NOTES_v0.2.0.md
RELEASE_SETUP.md
RELEASE_STATUS_NL.md
SECURITY.md
START_HIER.txt
START_HIER_WINDOWS.bat
SUPPORT.md
action.yml
pyproject.toml
requirements-dev.txt
requirements.txt
run_demo.sh
run_demo_windows.bat
run_failure_matrix_windows.bat
setup_unix.sh
setup_windows.bat
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature.yml
.github/workflows/action-self-test.yml
.github/workflows/browser-matrix.yml
.github/workflows/codeql.yml
.github/workflows/dependency-review.yml
.github/workflows/quality.yml
.github/workflows/release.yml
.github/workflows/testpypi.yml
demo/server.py
docs/ARCHITECTURE.md
docs/BUSINESS_VALIDATION.md
docs/CONTRACT_REFERENCE.md
docs/TEST_MATRIX.md
docs/TEST_REPORT.md
docs/THREAT_MODEL.md
docs/contract.schema.json
examples/accessibility.yaml
examples/console-error.yaml
examples/duplicate.yaml
examples/fake-success.yaml
examples/fallback.yaml
examples/flaky.yaml
examples/http-only.yaml
examples/http-wrong-count.yaml
examples/real.yaml
scripts/configure_release.py
scripts/demo_runner.py
scripts/protect_main_after_ci.ps1
scripts/publish_github.ps1
scripts/release_check.py
scripts/static_audit.py
site/README.txt
site/index.html
src/e2eproof/__init__.py
src/e2eproof/ai.py
src/e2eproof/cli.py
src/e2eproof/config.py
src/e2eproof/demo_server.py
src/e2eproof/errors.py
src/e2eproof/evidence.py
src/e2eproof/models.py
src/e2eproof/py.typed
src/e2eproof/report.py
src/e2eproof/results.py
src/e2eproof/runner.py
src/e2eproof/utils.py
src/e2eproof.egg-info/PKG-INFO
src/e2eproof.egg-info/SOURCES.txt
src/e2eproof.egg-info/dependency_links.txt
src/e2eproof.egg-info/entry_points.txt
src/e2eproof.egg-info/requires.txt
src/e2eproof.egg-info/top_level.txt
tests/conftest.py
tests/test_ai.py
tests/test_browser_checks.py
tests/test_cli.py
tests/test_demo_runner.py
tests/test_evidence.py
tests/test_http_assertions.py
tests/test_http_runner.py
tests/test_models_config.py
tests/test_packaged_demo.py
tests/test_runner_steps.py
tests/test_security_properties.py
tests/test_utils.py