cbrowser 18.63.0 → 18.63.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. package/package.json +1 -1
  2. package/docs/ASSESSMENT.md +0 -132
  3. package/docs/AUTH0-SETUP.md +0 -207
  4. package/docs/COGNITIVE-OPTIMAL-TRANSPORT-RESEARCH.md +0 -238
  5. package/docs/DEMO-DEPLOYMENT.md +0 -177
  6. package/docs/ENTERPRISE-INTEGRATION.md +0 -250
  7. package/docs/GETTING-STARTED.md +0 -232
  8. package/docs/INSTALL.md +0 -274
  9. package/docs/MCP-INTEGRATION.md +0 -301
  10. package/docs/METHODOLOGY.md +0 -276
  11. package/docs/PERSONA-QUESTIONNAIRE.md +0 -328
  12. package/docs/README.md +0 -45
  13. package/docs/REMOTE-MCP-SERVER.md +0 -569
  14. package/docs/SECURITY_WHITEPAPER.md +0 -475
  15. package/docs/STRESS-TEST-v16.14.4.md +0 -241
  16. package/docs/Tool-Cognitive-Journey-Autonomous.md +0 -270
  17. package/docs/Tool-Competitive-Benchmark.md +0 -293
  18. package/docs/Tool-Empathy-Audit.md +0 -331
  19. package/docs/Tool-Hunt-Bugs.md +0 -305
  20. package/docs/Tool-Marketing-Campaign.md +0 -298
  21. package/docs/Tool-Persona-Create.md +0 -274
  22. package/docs/Tools-Accessibility.md +0 -208
  23. package/docs/Tools-Browser-Automation.md +0 -311
  24. package/docs/Tools-Cognitive-Journeys.md +0 -233
  25. package/docs/Tools-Marketing-Intelligence.md +0 -271
  26. package/docs/Tools-Overview.md +0 -162
  27. package/docs/Tools-Persona-System.md +0 -300
  28. package/docs/Tools-Session-State.md +0 -278
  29. package/docs/Tools-Testing-Quality.md +0 -257
  30. package/docs/Tools-Utilities.md +0 -182
  31. package/docs/Tools-Visual-Performance.md +0 -278
  32. package/docs/hunt-bugs-coverage.md +0 -103
  33. package/docs/personas/Persona-ADHD.md +0 -141
  34. package/docs/personas/Persona-ElderlyUser.md +0 -137
  35. package/docs/personas/Persona-FirstTimer.md +0 -137
  36. package/docs/personas/Persona-ImpatientUser.md +0 -138
  37. package/docs/personas/Persona-Index.md +0 -302
  38. package/docs/personas/Persona-LowVision.md +0 -139
  39. package/docs/personas/Persona-MobileUser.md +0 -139
  40. package/docs/personas/Persona-MotorTremor.md +0 -139
  41. package/docs/personas/Persona-PowerUser.md +0 -135
  42. package/docs/personas/Persona-ScreenReaderUser.md +0 -139
  43. package/docs/research/Bibliography.md +0 -275
  44. package/docs/research/Research-Methodology.md +0 -244
  45. package/docs/research/Values-Research.md +0 -432
  46. package/docs/traits/Trait-AnchoringBias.md +0 -227
  47. package/docs/traits/Trait-AttributionStyle.md +0 -280
  48. package/docs/traits/Trait-AuthoritySensitivity.md +0 -141
  49. package/docs/traits/Trait-ChangeBlindness.md +0 -171
  50. package/docs/traits/Trait-Comprehension.md +0 -180
  51. package/docs/traits/Trait-Curiosity.md +0 -189
  52. package/docs/traits/Trait-EmotionalContagion.md +0 -144
  53. package/docs/traits/Trait-FOMO.md +0 -150
  54. package/docs/traits/Trait-Index.md +0 -166
  55. package/docs/traits/Trait-InformationForaging.md +0 -217
  56. package/docs/traits/Trait-InterruptRecovery.md +0 -249
  57. package/docs/traits/Trait-MentalModelRigidity.md +0 -228
  58. package/docs/traits/Trait-MetacognitivePlanning.md +0 -164
  59. package/docs/traits/Trait-Patience.md +0 -137
  60. package/docs/traits/Trait-Persistence.md +0 -165
  61. package/docs/traits/Trait-ProceduralFluency.md +0 -205
  62. package/docs/traits/Trait-ReadingTendency.md +0 -216
  63. package/docs/traits/Trait-Resilience.md +0 -162
  64. package/docs/traits/Trait-RiskTolerance.md +0 -162
  65. package/docs/traits/Trait-Satisficing.md +0 -181
  66. package/docs/traits/Trait-SelfEfficacy.md +0 -199
  67. package/docs/traits/Trait-SocialProofSensitivity.md +0 -155
  68. package/docs/traits/Trait-TimeHorizon.md +0 -267
  69. package/docs/traits/Trait-TransferLearning.md +0 -249
  70. package/docs/traits/Trait-TrustCalibration.md +0 -227
  71. package/docs/traits/Trait-WorkingMemory.md +0 -192
@@ -1,293 +0,0 @@
1
- > **This documentation is no longer maintained here.**
2
- >
3
- > For the latest version, please visit: **[Competitive Benchmark](https://cbrowser.ai/docs/Tool-Competitive-Benchmark)**
4
-
5
- ---
6
-
7
- # Competitive Benchmark
8
-
9
- **See how your UX stacks up against competitors.**
10
-
11
- `competitive_benchmark` runs the same UX analysis across multiple sites and ranks them. Find out if your signup flow is faster than competitors, if your forms have more friction, and get specific recommendations for what to fix.
12
-
13
- ---
14
-
15
- ## Quick Start
16
-
17
- ```json
18
- {
19
- "urls": [
20
- "https://example.com/signup",
21
- "https://competitor1.com/signup",
22
- "https://competitor2.com/signup"
23
- ]
24
- }
25
- ```
26
-
27
- **What happens**:
28
- 1. Each URL is analyzed for UX metrics
29
- 2. Sites are ranked on each metric
30
- 3. You see where you're winning and losing
31
- 4. Specific recommendations show how to improve
32
-
33
- ---
34
-
35
- ## Parameters
36
-
37
- | Parameter | Type | Required | Default | Description |
38
- |-----------|------|----------|---------|-------------|
39
- | `urls` | array | Yes | — | URLs to benchmark (2-5 sites) |
40
- | `metrics` | array | No | All | Specific metrics to compare |
41
- | `task` | string | No | — | Task to attempt on each site |
42
- | `persona` | string | No | `first-timer` | Persona to use for analysis |
43
-
44
- ---
45
-
46
- ## Metrics Compared
47
-
48
- ### Form Friction
49
-
50
- | Metric | What It Measures |
51
- |--------|------------------|
52
- | **Field Count** | Number of required fields |
53
- | **Steps** | Multi-page vs single-page |
54
- | **Validation** | Inline vs on-submit |
55
- | **Password Rules** | Complexity requirements |
56
- | **Optional Fields** | Clear marking of optional |
57
-
58
- ### Cognitive Load
59
-
60
- | Metric | What It Measures |
61
- |--------|------------------|
62
- | **Text Density** | Words per screen |
63
- | **Decision Points** | Choices user must make |
64
- | **Terminology** | Industry jargon usage |
65
- | **Visual Hierarchy** | Clear information flow |
66
- | **Navigation Clarity** | Obvious next steps |
67
-
68
- ### Trust Signals
69
-
70
- | Metric | What It Measures |
71
- |--------|------------------|
72
- | **Security Badges** | HTTPS, security certifications |
73
- | **Social Proof** | Reviews, testimonials, logos |
74
- | **Privacy Info** | Clear data handling |
75
- | **Contact Options** | Accessible support |
76
- | **Professional Design** | Polish and consistency |
77
-
78
- ### Performance
79
-
80
- | Metric | What It Measures |
81
- |--------|------------------|
82
- | **Load Time** | Time to interactive |
83
- | **LCP** | Largest Contentful Paint |
84
- | **CLS** | Cumulative Layout Shift |
85
- | **Input Latency** | Time to respond to clicks |
86
-
87
- ---
88
-
89
- ## Output
90
-
91
- ```json
92
- {
93
- "benchmark": {
94
- "urls": [
95
- "https://example.com/signup",
96
- "https://competitor1.com/signup",
97
- "https://competitor2.com/signup"
98
- ],
99
- "task": "Create an account",
100
- "persona": "first-timer"
101
- },
102
- "rankings": {
103
- "overall": [
104
- { "url": "competitor2.com", "score": 87 },
105
- { "url": "example.com", "score": 72 },
106
- { "url": "competitor1.com", "score": 68 }
107
- ],
108
- "form_friction": [
109
- { "url": "competitor2.com", "score": 95, "fields": 4 },
110
- { "url": "example.com", "score": 70, "fields": 8 },
111
- { "url": "competitor1.com", "score": 55, "fields": 12 }
112
- ],
113
- "cognitive_load": [
114
- { "url": "competitor2.com", "score": 90 },
115
- { "url": "competitor1.com", "score": 75 },
116
- { "url": "example.com", "score": 65 }
117
- ],
118
- "trust_signals": [
119
- { "url": "example.com", "score": 85 },
120
- { "url": "competitor1.com", "score": 80 },
121
- { "url": "competitor2.com", "score": 75 }
122
- ],
123
- "performance": [
124
- { "url": "competitor2.com", "score": 92, "lcp": 1.2 },
125
- { "url": "example.com", "score": 78, "lcp": 2.1 },
126
- { "url": "competitor1.com", "score": 65, "lcp": 3.4 }
127
- ]
128
- },
129
- "analysis": {
130
- "example.com": {
131
- "strengths": [
132
- "Strong trust signals (security badges, testimonials)",
133
- "Professional design quality"
134
- ],
135
- "weaknesses": [
136
- "Form has 8 fields vs competitor's 4",
137
- "High cognitive load - too much text on signup page",
138
- "Password validation only shows on submit"
139
- ],
140
- "recommendations": [
141
- {
142
- "priority": "high",
143
- "area": "form_friction",
144
- "issue": "Too many required fields",
145
- "action": "Defer Company Name and Phone to onboarding, reduce signup to 4 fields",
146
- "impact": "Estimated 15-25% increase in completion rate"
147
- },
148
- {
149
- "priority": "medium",
150
- "area": "cognitive_load",
151
- "issue": "Dense paragraph above form",
152
- "action": "Replace with 3 bullet points",
153
- "impact": "Reduced time-to-start"
154
- }
155
- ]
156
- }
157
- },
158
- "opportunities": [
159
- {
160
- "insight": "Competitor2 wins on simplicity but lacks trust signals - you can beat them by simplifying while keeping your trust advantages",
161
- "actionable": "Reduce form to 4 fields, keep security badges visible"
162
- }
163
- ]
164
- }
165
- ```
166
-
167
- ---
168
-
169
- ## Use Cases
170
-
171
- ### 1. Conversion Gap Analysis
172
-
173
- Your signup converts at 15%, competitor converts at 25%. Why?
174
-
175
- ```json
176
- {
177
- "urls": ["https://yoursite.com/signup", "https://competitor.com/signup"],
178
- "task": "Create an account",
179
- "persona": "first-timer"
180
- }
181
- ```
182
-
183
- ---
184
-
185
- ### 2. Checkout Optimization
186
-
187
- Compare checkout experiences:
188
-
189
- ```json
190
- {
191
- "urls": [
192
- "https://yourstore.com/checkout",
193
- "https://amazon.com/checkout",
194
- "https://shopify.com/checkout"
195
- ],
196
- "task": "Complete purchase"
197
- }
198
- ```
199
-
200
- ---
201
-
202
- ### 3. Landing Page Effectiveness
203
-
204
- Compare landing pages for lead capture:
205
-
206
- ```json
207
- {
208
- "urls": [
209
- "https://yoursite.com",
210
- "https://competitor1.com",
211
- "https://competitor2.com"
212
- ],
213
- "metrics": ["cognitive_load", "trust_signals"]
214
- }
215
- ```
216
-
217
- ---
218
-
219
- ### 4. Industry Benchmarking
220
-
221
- See how you compare to industry leaders:
222
-
223
- ```json
224
- {
225
- "urls": [
226
- "https://yourbank.com/apply",
227
- "https://chase.com/apply",
228
- "https://capitalone.com/apply"
229
- ],
230
- "task": "Apply for credit card"
231
- }
232
- ```
233
-
234
- ---
235
-
236
- ## Interpreting Results
237
-
238
- ### Score Ranges
239
-
240
- | Score | Meaning |
241
- |-------|---------|
242
- | 90-100 | Excellent - industry leading |
243
- | 80-89 | Good - competitive |
244
- | 70-79 | Average - room for improvement |
245
- | 60-69 | Below average - significant gaps |
246
- | <60 | Poor - major friction |
247
-
248
- ### Priority Recommendations
249
-
250
- | Priority | Meaning | Typical Impact |
251
- |----------|---------|----------------|
252
- | **High** | Fix immediately | 15%+ conversion lift |
253
- | **Medium** | Fix soon | 5-15% conversion lift |
254
- | **Low** | Nice to have | <5% conversion lift |
255
-
256
- ---
257
-
258
- ## Tips
259
-
260
- ### Choose Fair Comparisons
261
-
262
- Compare similar journeys:
263
- - Signup → Signup (not signup → checkout)
264
- - Same industry when possible
265
- - Similar target markets
266
-
267
- ### Use Multiple Personas
268
-
269
- ```json
270
- // Technical audience
271
- { "persona": "technical-evaluator" }
272
-
273
- // Non-technical
274
- { "persona": "first-timer" }
275
- ```
276
-
277
- Different personas may rank competitors differently.
278
-
279
- ### Focus on Actionable Metrics
280
-
281
- If you can't change it, don't benchmark it. Focus on metrics where you can realistically improve.
282
-
283
- ---
284
-
285
- ## Related Tools
286
-
287
- - [`marketing_compete`](/docs/Tools-Marketing-Intelligence/) — Deep competitive analysis with cognitive journeys (Enterprise)
288
- - [`hunt_bugs`](/docs/Tool-Hunt-Bugs/) — Find bugs in your own site
289
- - [`empathy_audit`](/docs/Tool-Empathy-Audit/) — Accessibility comparison
290
-
291
- ---
292
-
293
- *Last updated: v17.6.0*
@@ -1,331 +0,0 @@
1
- > **This documentation is no longer maintained here.**
2
- >
3
- > For the latest version, please visit: **[Empathy Audit](https://cbrowser.ai/docs/Tool-Empathy-Audit)**
4
-
5
- ---
6
-
7
- # Empathy Audit
8
-
9
- **Experience your site through the eyes of someone with a disability.**
10
-
11
- `empathy_audit` doesn't just check WCAG compliance — it simulates actual humans with motor tremors, vision impairment, ADHD, and other conditions navigating your site. You'll see where they struggle, what makes them give up, and get specific remediation guidance.
12
-
13
- ---
14
-
15
- ## Quick Start
16
-
17
- ```json
18
- {
19
- "url": "https://example.com/checkout",
20
- "personas": ["motor-tremor", "low-vision", "cognitive-adhd"],
21
- "task": "Complete a purchase"
22
- }
23
- ```
24
-
25
- **What happens**:
26
- 1. Each disability persona attempts the task
27
- 2. Their specific impairments affect how they interact (tremor = missed clicks, low vision = can't read small text)
28
- 3. WCAG violations are detected and mapped to real user impact
29
- 4. You get actionable remediation for each issue
30
-
31
- ---
32
-
33
- ## Parameters
34
-
35
- | Parameter | Type | Required | Default | Description |
36
- |-----------|------|----------|---------|-------------|
37
- | `url` | string | Yes | — | Page to audit |
38
- | `personas` | array | No | All | Disability personas to simulate |
39
- | `task` | string | No | General exploration | Specific task to attempt |
40
- | `wcagLevel` | string | No | `AA` | WCAG conformance level: `A`, `AA`, `AAA` |
41
- | `depth` | number | No | 1 | Pages to crawl |
42
-
43
- ---
44
-
45
- ## Disability Personas
46
-
47
- ### `motor-tremor`
48
-
49
- **Simulates**: Essential tremor, Parkinson's, cerebral palsy, repetitive strain injury.
50
-
51
- **Behavioral Characteristics**:
52
- - Mouse movement is imprecise with jitter
53
- - Clicking small targets fails repeatedly
54
- - Can't maintain hover long enough for menus
55
- - Double-clicks unintentionally
56
- - Strongly prefers keyboard navigation
57
-
58
- **Common Barriers Detected**:
59
-
60
- | Barrier | WCAG | User Experience |
61
- |---------|------|-----------------|
62
- | Small click targets | 2.5.5 | 8 attempts to click a 24px button |
63
- | Hover-dependent menus | 2.1.1 | Menu closes before cursor reaches it |
64
- | Time-limited forms | 2.2.3 | Session expired during slow typing |
65
- | No keyboard shortcuts | 2.1.1 | Forced to use mouse for everything |
66
-
67
- ---
68
-
69
- ### `low-vision`
70
-
71
- **Simulates**: Macular degeneration, glaucoma, cataracts, legal blindness with partial sight.
72
-
73
- **Behavioral Characteristics**:
74
- - Uses 200-400% browser zoom
75
- - Relies on high contrast
76
- - Loses page context when zoomed
77
- - Can't perceive small text or icons
78
- - Needs clear visual hierarchy
79
-
80
- **Common Barriers Detected**:
81
-
82
- | Barrier | WCAG | User Experience |
83
- |---------|------|-----------------|
84
- | Fixed-width containers | 1.4.10 | Content cut off at 200% zoom |
85
- | Low contrast text | 1.4.3 | Can't read gray-on-white body text |
86
- | Icon-only buttons | 1.1.1 | No idea what the hamburger menu does |
87
- | Tiny form labels | 1.4.4 | Can't tell which field is which |
88
-
89
- ---
90
-
91
- ### `cognitive-adhd`
92
-
93
- **Simulates**: ADHD, executive function challenges, attention difficulties.
94
-
95
- **Behavioral Characteristics**:
96
- - Scans rapidly, doesn't read thoroughly
97
- - Clicks impulsively, sometimes wrong targets
98
- - Abandons long forms or processes
99
- - Easily distracted by movement/animation
100
- - Loses track of progress in multi-step flows
101
-
102
- **Common Barriers Detected**:
103
-
104
- | Barrier | WCAG | User Experience |
105
- |---------|------|-----------------|
106
- | Wall of text | 3.1.5 | Glazed over and missed key info |
107
- | Auto-playing video | 2.2.2 | Couldn't focus on the form |
108
- | No progress indicator | 3.3.4 | Didn't know how many steps remained |
109
- | Long forms | 3.3.2 | Abandoned at field 12 of 20 |
110
-
111
- ---
112
-
113
- ### `dyslexia`
114
-
115
- **Simulates**: Reading difficulties, letter reversal, word recognition challenges.
116
-
117
- **Behavioral Characteristics**:
118
- - Slow reading speed
119
- - Misreads similar words (their/there, form/from)
120
- - Struggles with justified text
121
- - Benefits from icons alongside text
122
- - Needs generous line spacing
123
-
124
- **Common Barriers Detected**:
125
-
126
- | Barrier | WCAG | User Experience |
127
- |---------|------|-----------------|
128
- | Justified text | Best practice | Letters swim, lost place |
129
- | Dense paragraphs | 1.4.12 | Couldn't parse the content |
130
- | Ambiguous labels | 3.3.2 | Confused "Email" for "E-mail" link |
131
- | Poor font choice | Best practice | Letters hard to distinguish |
132
-
133
- ---
134
-
135
- ### `deaf`
136
-
137
- **Simulates**: Deaf, hard of hearing, auditory processing disorder.
138
-
139
- **Behavioral Characteristics**:
140
- - Can't hear audio content
141
- - Misses audio alerts/notifications
142
- - Depends entirely on visual information
143
- - Needs captions or transcripts
144
- - May need sign language
145
-
146
- **Common Barriers Detected**:
147
-
148
- | Barrier | WCAG | User Experience |
149
- |---------|------|-----------------|
150
- | Video without captions | 1.2.2 | Missed entire product demo |
151
- | Audio-only alerts | 1.4.2 | Didn't know an error occurred |
152
- | Phone-only support | Best practice | No way to get help |
153
-
154
- ---
155
-
156
- ### `color-blind`
157
-
158
- **Simulates**: Protanopia, deuteranopia, tritanopia, and other color vision deficiencies.
159
-
160
- **Behavioral Characteristics**:
161
- - Can't distinguish red/green (most common)
162
- - May confuse blue/yellow (less common)
163
- - Depends on patterns, labels, position
164
- - Struggles with color-coded status
165
-
166
- **Common Barriers Detected**:
167
-
168
- | Barrier | WCAG | User Experience |
169
- |---------|------|-----------------|
170
- | Red/green validation | 1.4.1 | Can't tell which fields have errors |
171
- | Color-only charts | 1.4.1 | Graphs are meaningless |
172
- | Status indicators | 1.4.1 | All traffic lights look the same |
173
-
174
- ---
175
-
176
- ## Output
177
-
178
- ```json
179
- {
180
- "url": "https://example.com/checkout",
181
- "wcagLevel": "AA",
182
- "personas": {
183
- "motor-tremor": {
184
- "taskSuccess": false,
185
- "abandonmentPoint": "Payment form - credit card expiry dropdown",
186
- "timeToAbandon": 142,
187
- "attempts": {
188
- "clicks": 47,
189
- "missedClicks": 23,
190
- "successfulClicks": 24
191
- },
192
- "barriers": [
193
- {
194
- "type": "small-target",
195
- "element": "#expiry-month",
196
- "wcag": "2.5.5",
197
- "severity": "critical",
198
- "targetSize": "32x24",
199
- "requiredSize": "44x44",
200
- "userImpact": "Required 8 attempts to click, user patience exhausted",
201
- "remediation": {
202
- "summary": "Increase dropdown trigger to 44x44px minimum",
203
- "code": "<select style='min-width: 44px; min-height: 44px;'>",
204
- "effort": "low"
205
- }
206
- }
207
- ]
208
- },
209
- "low-vision": {
210
- "taskSuccess": true,
211
- "timeToComplete": 287,
212
- "zoomLevel": "200%",
213
- "barriers": [
214
- {
215
- "type": "low-contrast",
216
- "element": ".help-text",
217
- "wcag": "1.4.3",
218
- "severity": "moderate",
219
- "contrastRatio": "3.2:1",
220
- "requiredRatio": "4.5:1",
221
- "userImpact": "Couldn't read CVV help text, had to guess format",
222
- "remediation": {
223
- "summary": "Increase text contrast to 4.5:1",
224
- "code": "color: #595959; /* was #999999 */",
225
- "effort": "low"
226
- }
227
- }
228
- ]
229
- }
230
- },
231
- "summary": {
232
- "totalBarriers": 7,
233
- "critical": 2,
234
- "serious": 3,
235
- "moderate": 2,
236
- "wcagViolations": {
237
- "A": 1,
238
- "AA": 4
239
- },
240
- "recommendations": [
241
- "Increase all interactive targets to 44px minimum",
242
- "Add keyboard navigation to dropdown menus",
243
- "Improve contrast ratio on help text",
244
- "Add visible focus indicators"
245
- ]
246
- }
247
- }
248
- ```
249
-
250
- ---
251
-
252
- ## Use Cases
253
-
254
- ### 1. Pre-Launch Accessibility Review
255
-
256
- Before launching a new feature, run empathy audits across all disability personas:
257
-
258
- ```json
259
- {
260
- "url": "https://staging.example.com/new-feature",
261
- "personas": ["motor-tremor", "low-vision", "cognitive-adhd", "deaf", "color-blind"],
262
- "task": "Complete the new onboarding flow"
263
- }
264
- ```
265
-
266
- ---
267
-
268
- ### 2. Prioritizing Accessibility Fixes
269
-
270
- You have 100 WCAG violations. Which ones matter?
271
-
272
- ```json
273
- {
274
- "url": "https://example.com",
275
- "depth": 5
276
- }
277
- ```
278
-
279
- The audit shows which violations caused actual abandonment vs minor inconvenience. Fix the critical ones first.
280
-
281
- ---
282
-
283
- ### 3. Compliance Documentation
284
-
285
- Need evidence for VPAT or accessibility statement:
286
-
287
- ```json
288
- {
289
- "url": "https://example.com",
290
- "wcagLevel": "AA",
291
- "depth": 10
292
- }
293
- ```
294
-
295
- Generates detailed barrier documentation with WCAG mappings.
296
-
297
- ---
298
-
299
- ## Why This Is Different
300
-
301
- | WCAG Checker | Empathy Audit |
302
- |--------------|---------------|
303
- | "Button has no accessible name" | "Blind user couldn't proceed because the 'Next' button had no label" |
304
- | "Contrast ratio is 3.2:1" | "Low-vision user at 200% zoom couldn't read the error message and submitted invalid data" |
305
- | "Target size is 32px" | "User with tremor failed to click the dropdown 8 times before giving up" |
306
- | Counts violations | Predicts abandonment |
307
- | Compliance-focused | User-experience-focused |
308
-
309
- ---
310
-
311
- ## CI/CD Integration
312
-
313
- ```bash
314
- # Fail build if critical accessibility barriers found
315
- npx cbrowser empathy-audit https://staging.example.com \
316
- --task "Complete checkout" \
317
- --fail-on critical \
318
- --output accessibility-report.html
319
- ```
320
-
321
- ---
322
-
323
- ## Related Tools
324
-
325
- - [`cognitive_journey_autonomous`](/docs/Tool-Cognitive-Journey-Autonomous/) — Full journey simulation
326
- - [`agent_ready_audit`](/docs/Tools-Utilities/) — AI agent friendliness
327
- - [UX Analysis Suite](/docs/UX-Analysis-Suite/) — Full UX analysis capabilities
328
-
329
- ---
330
-
331
- *Last updated: v17.6.0*