This repository was archived by the owner on May 16, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathqa-config.yml
More file actions
69 lines (63 loc) · 1.81 KB
/
qa-config.yml
File metadata and controls
69 lines (63 loc) · 1.81 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
# QA agent configuration
# Read by .claude/skills/keepsimple-qa/SKILL.md
environment:
production: https://keepsimple.io
staging: # leave empty for now, fill in when we have one
# Locales to test. hy falls back to en at runtime, so test it anyway.
locales:
- en
- ru
- hy
# Viewports
viewports:
desktop: { width: 1440, height: 900 }
mobile: { width: 390, height: 844 }
# Routes per tool. Routes are locale-prefixed at runtime
# (e.g., /en/uxcore, /ru/uxcore). The agent should prepend the locale.
tools:
uxcore:
routes:
- /uxcore
- /uxcore/96-conjunction-fallacy
- /uxcore/75-barnum-effect
uxcg:
routes:
- /uxcg
- /uxcg/what-causes-users-to-make-mistakes-when-using-our-product
- /uxcg/what-to-consider-when-adding-new-functionality-into-product
- /uxcg/how-to-involve-users-into-product-testing
- /uxcg/involving-users-in-product-development
- /uxcg/what-if-our-team-members-dont-share-their-opinion
uxcp:
routes:
- /uxcp
uxcat:
routes:
- /uxcat
- /uxcat/ongoing
- /uxcat/start-test
- /uxcat/test-result
uxcore-api:
routes:
- /uxcore-api
longevity-protocol:
routes:
- /tools/longevity-protocol/about-project
- /tools/longevity-protocol/environment
- /tools/longevity-protocol/habits/diet
- /tools/longevity-protocol/habits/lifestyle
- /tools/longevity-protocol/habits/sleep
- /tools/longevity-protocol/habits/study
- /tools/longevity-protocol/habits/supplements
- /tools/longevity-protocol/habits/workout
- /tools/longevity-protocol/results
site:
routes:
- /
- /tools
- /articles
- /contributors
- /company-management
- /auth
# Maximum wall-clock time per tool during exploratory pass
exploratory_budget_minutes: 10