cbrowser 8.5.1 → 8.5.3
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.
- package/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/dist/config.d.ts +1 -0
- package/dist/config.d.ts.map +1 -1
- package/dist/config.js +8 -4
- package/dist/config.js.map +1 -1
- package/dist/mcp-server-remote.d.ts.map +1 -1
- package/dist/mcp-server-remote.js +3 -1
- package/dist/mcp-server-remote.js.map +1 -1
- package/dist/mcp-server.d.ts.map +1 -1
- package/dist/mcp-server.js +4 -2
- package/dist/mcp-server.js.map +1 -1
- package/examples/provider-discovery-journey-report.yaml +140 -0
- package/examples/provider-discovery-journey.txt +58 -0
- package/package.json +1 -1
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
# Cognitive Journey Report
|
|
2
|
+
# Generated by CBrowser v8.5.1 Cognitive Simulation
|
|
3
|
+
|
|
4
|
+
journeyReport:
|
|
5
|
+
persona: curious-first-timer
|
|
6
|
+
personaTraits:
|
|
7
|
+
patience: 0.6
|
|
8
|
+
riskTolerance: 0.3
|
|
9
|
+
comprehension: 0.3
|
|
10
|
+
persistence: 0.5
|
|
11
|
+
curiosity: 0.8
|
|
12
|
+
workingMemory: 0.4
|
|
13
|
+
readingTendency: 0.8
|
|
14
|
+
attentionPattern: exploratory
|
|
15
|
+
decisionStyle: cautious
|
|
16
|
+
|
|
17
|
+
goal: "Explore site as potential provider and reach registration"
|
|
18
|
+
startUrl: "https://dev.blackbook.reviews"
|
|
19
|
+
result: SUCCESS
|
|
20
|
+
|
|
21
|
+
metrics:
|
|
22
|
+
totalTime: 45.2
|
|
23
|
+
stepCount: 6
|
|
24
|
+
pathEfficiency: 0.95
|
|
25
|
+
avgConfusionLevel: 0.02
|
|
26
|
+
maxFrustrationLevel: 0.02
|
|
27
|
+
patienceAtEnd: 0.86
|
|
28
|
+
confidenceAtEnd: 0.98
|
|
29
|
+
backtrackCount: 0
|
|
30
|
+
timeInConfusion: 0
|
|
31
|
+
|
|
32
|
+
stateEvolution:
|
|
33
|
+
- step: 1
|
|
34
|
+
action: "Click age verification"
|
|
35
|
+
patience: 0.98
|
|
36
|
+
confusion: 0.05
|
|
37
|
+
frustration: 0.0
|
|
38
|
+
goalProgress: 0.1
|
|
39
|
+
mood: neutral
|
|
40
|
+
|
|
41
|
+
- step: 2
|
|
42
|
+
action: "Select provider role"
|
|
43
|
+
patience: 0.94
|
|
44
|
+
confusion: 0.0
|
|
45
|
+
frustration: 0.02
|
|
46
|
+
goalProgress: 0.2
|
|
47
|
+
mood: neutral
|
|
48
|
+
|
|
49
|
+
- step: 3
|
|
50
|
+
action: "Explore homepage, click Providers nav"
|
|
51
|
+
patience: 0.92
|
|
52
|
+
confusion: 0.0
|
|
53
|
+
frustration: 0.0
|
|
54
|
+
goalProgress: 0.35
|
|
55
|
+
mood: neutral
|
|
56
|
+
|
|
57
|
+
- step: 4
|
|
58
|
+
action: "View provider directory"
|
|
59
|
+
patience: 0.90
|
|
60
|
+
confusion: 0.0
|
|
61
|
+
frustration: 0.0
|
|
62
|
+
goalProgress: 0.45
|
|
63
|
+
mood: hopeful
|
|
64
|
+
|
|
65
|
+
- step: 5
|
|
66
|
+
action: "View Wyld Fyre profile"
|
|
67
|
+
patience: 0.88
|
|
68
|
+
confusion: 0.0
|
|
69
|
+
frustration: 0.0
|
|
70
|
+
goalProgress: 0.65
|
|
71
|
+
mood: hopeful
|
|
72
|
+
|
|
73
|
+
- step: 6
|
|
74
|
+
action: "Navigate to Join/Registration"
|
|
75
|
+
patience: 0.86
|
|
76
|
+
confusion: 0.0
|
|
77
|
+
frustration: 0.0
|
|
78
|
+
goalProgress: 0.9
|
|
79
|
+
mood: relieved
|
|
80
|
+
|
|
81
|
+
frictionPoints: []
|
|
82
|
+
|
|
83
|
+
confusionPoints: []
|
|
84
|
+
|
|
85
|
+
positiveExperiences:
|
|
86
|
+
- step: 1
|
|
87
|
+
element: "Age verification modal"
|
|
88
|
+
observation: "Clear, professional design with privacy notice"
|
|
89
|
+
impact: "+0.1 confidence"
|
|
90
|
+
|
|
91
|
+
- step: 2
|
|
92
|
+
element: "Role selection modal"
|
|
93
|
+
observation: "Three clear options with descriptions"
|
|
94
|
+
impact: "+0.15 confidence"
|
|
95
|
+
|
|
96
|
+
- step: 4
|
|
97
|
+
element: "Provider directory"
|
|
98
|
+
observation: "Real providers with reviews builds trust"
|
|
99
|
+
impact: "+0.2 confidence"
|
|
100
|
+
|
|
101
|
+
- step: 5
|
|
102
|
+
element: "Provider profile"
|
|
103
|
+
observation: "Comprehensive info (bio, rates, availability, reviews)"
|
|
104
|
+
impact: "+0.25 confidence"
|
|
105
|
+
|
|
106
|
+
- step: 6
|
|
107
|
+
element: "Registration flow"
|
|
108
|
+
observation: "Clear 7-step process with verification"
|
|
109
|
+
impact: "+0.15 confidence"
|
|
110
|
+
|
|
111
|
+
fullMonologue:
|
|
112
|
+
- "Okay, standard age verification. Looks professional. Let me enter."
|
|
113
|
+
- "Perfect - they have a provider track. Let me see what they offer."
|
|
114
|
+
- "They're speaking my language - grow your business with privacy."
|
|
115
|
+
- "This is cool - I can see what other providers look like."
|
|
116
|
+
- "Wow, this is comprehensive! Professional platform with rates, reviews, verification."
|
|
117
|
+
- "This is exactly what I was looking for! I feel confident joining."
|
|
118
|
+
|
|
119
|
+
recommendations:
|
|
120
|
+
- category: "UX"
|
|
121
|
+
finding: "No friction points found"
|
|
122
|
+
status: "Excellent"
|
|
123
|
+
|
|
124
|
+
- category: "Trust"
|
|
125
|
+
finding: "Privacy messaging prominent throughout"
|
|
126
|
+
status: "Excellent"
|
|
127
|
+
|
|
128
|
+
- category: "Onboarding"
|
|
129
|
+
finding: "Clear 7-step registration visible upfront"
|
|
130
|
+
status: "Excellent"
|
|
131
|
+
|
|
132
|
+
abandonmentCheck:
|
|
133
|
+
triggered: false
|
|
134
|
+
reason: null
|
|
135
|
+
thresholdsAtEnd:
|
|
136
|
+
patienceRemaining: 0.86
|
|
137
|
+
confusionLevel: 0.0
|
|
138
|
+
frustrationLevel: 0.0
|
|
139
|
+
stepCount: 6
|
|
140
|
+
loopDetected: false
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
# Test: Provider Discovery Journey
|
|
2
|
+
# Persona: Curious first-timer exploring as potential provider
|
|
3
|
+
# Goal: Understand platform and reach registration
|
|
4
|
+
# Site: dev.blackbook.reviews
|
|
5
|
+
|
|
6
|
+
# Step 1: Navigate and pass age verification
|
|
7
|
+
go to https://dev.blackbook.reviews
|
|
8
|
+
wait for "Adult Content" appears
|
|
9
|
+
verify page contains "18+"
|
|
10
|
+
click "I am 18 or older - Enter"
|
|
11
|
+
wait 2 seconds
|
|
12
|
+
|
|
13
|
+
# Step 2: Select provider role
|
|
14
|
+
wait for "Welcome!" appears
|
|
15
|
+
verify page contains "I'm a Provider"
|
|
16
|
+
verify page contains "I'm a Client"
|
|
17
|
+
verify page contains "Just Browsing"
|
|
18
|
+
click "Get started"
|
|
19
|
+
wait 3 seconds
|
|
20
|
+
|
|
21
|
+
# Step 3: Explore homepage
|
|
22
|
+
verify page contains "Grow your business"
|
|
23
|
+
verify page contains "privacy built in"
|
|
24
|
+
click "Accept All"
|
|
25
|
+
wait 1 second
|
|
26
|
+
|
|
27
|
+
# Step 4: Navigate to Providers directory
|
|
28
|
+
click "Providers"
|
|
29
|
+
wait for "Showing" appears
|
|
30
|
+
verify page contains "providers"
|
|
31
|
+
verify page contains "Filters"
|
|
32
|
+
verify page contains "LOCATION"
|
|
33
|
+
verify page contains "VERIFICATION"
|
|
34
|
+
|
|
35
|
+
# Step 5: View a provider profile
|
|
36
|
+
click "Wyld Fyre"
|
|
37
|
+
wait for "Seductive" appears
|
|
38
|
+
verify page contains "Send Message"
|
|
39
|
+
verify page contains "Write a Review"
|
|
40
|
+
verify page contains "About"
|
|
41
|
+
verify page contains "Rates"
|
|
42
|
+
verify page contains "Availability"
|
|
43
|
+
verify page contains "Reviews"
|
|
44
|
+
|
|
45
|
+
# Step 6: Navigate to registration
|
|
46
|
+
click "Join"
|
|
47
|
+
wait for "Registration Progress" appears
|
|
48
|
+
verify page contains "Step 1 of 7"
|
|
49
|
+
verify page contains "Account"
|
|
50
|
+
verify page contains "Verify Email"
|
|
51
|
+
verify page contains "Identity"
|
|
52
|
+
verify page contains "Profile"
|
|
53
|
+
verify page contains "Security"
|
|
54
|
+
verify page contains "Provider"
|
|
55
|
+
verify url contains "register"
|
|
56
|
+
|
|
57
|
+
# Journey complete - provider can now start registration
|
|
58
|
+
take screenshot
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cbrowser",
|
|
3
|
-
"version": "8.5.
|
|
3
|
+
"version": "8.5.3",
|
|
4
4
|
"description": "Cognitive browser automation that thinks like your users. Simulate real user cognition with abandonment detection, constitutional safety, chaos engineering, and UX friction discovery.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|