-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwup.yaml
More file actions
71 lines (63 loc) · 1.76 KB
/
Copy pathwup.yaml
File metadata and controls
71 lines (63 loc) · 1.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# WUP (What's Up) Configuration
# Version: 0.2.21
project:
name: sumd
description: Auto-generated config for sumd
watch:
paths:
- sumd/**
exclude_patterns:
- '*.md'
- '*.txt'
- tests/**
- .venv/**
- venv/**
- .sumd-tools/**
services: []
test_strategy:
quick:
debounce_s: 2
max_queue: 5
timeout_s: 10
detail:
debounce_s: 10
max_queue: 1
timeout_s: 30
testql:
scenario_dir: testql-scenarios
smoke_scenario: sumd-cli.testql.toon.yaml
output_format: json
extra_args:
- --timeout 10s
endpoint_discovery: false
base_url: ''
base_url_env: WUP_BASE_URL
explicit_endpoints: []
endpoints_by_service: {}
visual_diff:
enabled: false
web:
enabled: false
# BEGIN WUP MONITORING MANIFEST (auto-generated — do not edit; run: wup sync-testql --write)
monitoring:
generated_at: '2026-05-22T11:41:29Z'
generated_by: wup sync-testql --write (or wup watch startup)
how_to_refresh: wup sync-testql . --write
probe_interval_s: 60
health_scenario: ''
base_url: (set testql.base_url or WUP_BASE_URL)
endpoint_discovery: false
scenario_dir: testql-scenarios
service_map_globs: []
docker_compose_files: []
wup_services: {}
docker_not_mapped_to_wup: []
troubleshooting:
probe_failed_check:
- Czy kontener z sekcji docker jest uruchomiony (docker ps)?
- Czy host_ports mapuje na URL w live_probes (np. 8100 vs 8202)?
- Czy błąd dotyczy proxy frontendu (/firmware na :8100) vs bezpośredniego :8202?
- 'Czy endpoint jest w live_probes — jeśli nie, uruchom: wup sync-testql . --write'
config_vs_runtime: Pole live_probes to faktyczne żądania HTTP WUP. Jeśli endpointu
tu nie ma, WUP go nie sprawdza — to błąd konfiguracji, nie aplikacji.
# END WUP MONITORING MANIFEST