-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwup.yaml
More file actions
51 lines (51 loc) · 989 Bytes
/
wup.yaml
File metadata and controls
51 lines (51 loc) · 989 Bytes
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
project:
name: c2004
description: Auto-generated config for c2004
watch:
paths:
- app/**
- src/**
- routes/**
exclude_patterns:
- '*.md'
- '*.txt'
- tests/**
- node_modules/**
services:
# Services with auto-detection and coincidence detection
- name: "iter1-api"
type: "web"
quick_tests:
scope: "read"
max_endpoints: 3
- name: "iter1-shell"
type: "shell"
quick_tests:
scope: "all"
max_endpoints: 3
- name: "iter7-auto"
type: "web"
quick_tests:
scope: "read,write"
max_endpoints: 5
- name: "iter7-shell"
type: "shell"
quick_tests:
scope: "all"
max_endpoints: 5
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: iter1-api-v3-smoke.testql.toon.yaml
output_format: json
extra_args:
- --timeout 10s
endpoint_discovery: true