doc-detective 4.0.2 → 4.1.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.
- package/dist/agents/adapters/claude-code.d.ts +77 -0
- package/dist/agents/adapters/claude-code.d.ts.map +1 -0
- package/dist/agents/adapters/claude-code.js +461 -0
- package/dist/agents/adapters/claude-code.js.map +1 -0
- package/dist/agents/adapters/codex.d.ts +64 -0
- package/dist/agents/adapters/codex.d.ts.map +1 -0
- package/dist/agents/adapters/codex.js +299 -0
- package/dist/agents/adapters/codex.js.map +1 -0
- package/dist/agents/adapters/copilot-cli.d.ts +29 -0
- package/dist/agents/adapters/copilot-cli.d.ts.map +1 -0
- package/dist/agents/adapters/copilot-cli.js +195 -0
- package/dist/agents/adapters/copilot-cli.js.map +1 -0
- package/dist/agents/adapters/gemini-cli.d.ts +29 -0
- package/dist/agents/adapters/gemini-cli.d.ts.map +1 -0
- package/dist/agents/adapters/gemini-cli.js +207 -0
- package/dist/agents/adapters/gemini-cli.js.map +1 -0
- package/dist/agents/adapters/opencode.d.ts +67 -0
- package/dist/agents/adapters/opencode.d.ts.map +1 -0
- package/dist/agents/adapters/opencode.js +341 -0
- package/dist/agents/adapters/opencode.js.map +1 -0
- package/dist/agents/adapters/qwen-code.d.ts +30 -0
- package/dist/agents/adapters/qwen-code.d.ts.map +1 -0
- package/dist/agents/adapters/qwen-code.js +212 -0
- package/dist/agents/adapters/qwen-code.js.map +1 -0
- package/dist/agents/command.d.ts +11 -0
- package/dist/agents/command.d.ts.map +1 -0
- package/dist/agents/command.js +41 -0
- package/dist/agents/command.js.map +1 -0
- package/dist/agents/fetcher.d.ts +30 -0
- package/dist/agents/fetcher.d.ts.map +1 -0
- package/dist/agents/fetcher.js +112 -0
- package/dist/agents/fetcher.js.map +1 -0
- package/dist/agents/prompts.d.ts +24 -0
- package/dist/agents/prompts.d.ts.map +1 -0
- package/dist/agents/prompts.js +74 -0
- package/dist/agents/prompts.js.map +1 -0
- package/dist/agents/registry.d.ts +4 -0
- package/dist/agents/registry.d.ts.map +1 -0
- package/dist/agents/registry.js +25 -0
- package/dist/agents/registry.js.map +1 -0
- package/dist/agents/runner.d.ts +13 -0
- package/dist/agents/runner.d.ts.map +1 -0
- package/dist/agents/runner.js +155 -0
- package/dist/agents/runner.js.map +1 -0
- package/dist/agents/spawn-helper.d.ts +33 -0
- package/dist/agents/spawn-helper.d.ts.map +1 -0
- package/dist/agents/spawn-helper.js +98 -0
- package/dist/agents/spawn-helper.js.map +1 -0
- package/dist/agents/types.d.ts +41 -0
- package/dist/agents/types.d.ts.map +1 -0
- package/dist/agents/types.js +2 -0
- package/dist/agents/types.js.map +1 -0
- package/dist/cli.js +42 -10
- package/dist/cli.js.map +1 -1
- package/dist/common/src/detectTests.d.ts.map +1 -1
- package/dist/common/src/detectTests.js +43 -12
- package/dist/common/src/detectTests.js.map +1 -1
- package/dist/common/src/fileTypes.d.ts.map +1 -1
- package/dist/common/src/fileTypes.js +10 -0
- package/dist/common/src/fileTypes.js.map +1 -1
- package/dist/common/src/schemas/schemas.json +1462 -112
- package/dist/common/src/types/generated/checkLink_v3.d.ts +21 -0
- package/dist/common/src/types/generated/checkLink_v3.d.ts.map +1 -1
- package/dist/common/src/types/generated/config_v3.d.ts +10 -0
- package/dist/common/src/types/generated/config_v3.d.ts.map +1 -1
- package/dist/common/src/types/generated/goTo_v3.d.ts +6 -0
- package/dist/common/src/types/generated/goTo_v3.d.ts.map +1 -1
- package/dist/common/src/types/generated/resolvedTests_v3.d.ts +10 -0
- package/dist/common/src/types/generated/resolvedTests_v3.d.ts.map +1 -1
- package/dist/common/src/types/generated/screenshot_v3.d.ts +2 -2
- package/dist/common/src/types/generated/step_v3.d.ts +29 -2
- package/dist/common/src/types/generated/step_v3.d.ts.map +1 -1
- package/dist/common/src/types/generated/test_v3.d.ts +58 -4
- package/dist/common/src/types/generated/test_v3.d.ts.map +1 -1
- package/dist/core/config.d.ts.map +1 -1
- package/dist/core/config.js +10 -0
- package/dist/core/config.js.map +1 -1
- package/dist/core/detectTests.d.ts.map +1 -1
- package/dist/core/detectTests.js +50 -2
- package/dist/core/detectTests.js.map +1 -1
- package/dist/core/integrations/heretto.d.ts +32 -0
- package/dist/core/integrations/heretto.d.ts.map +1 -1
- package/dist/core/integrations/heretto.js +368 -0
- package/dist/core/integrations/heretto.js.map +1 -1
- package/dist/core/tests/checkLink.d.ts.map +1 -1
- package/dist/core/tests/checkLink.js +153 -31
- package/dist/core/tests/checkLink.js.map +1 -1
- package/dist/core/tests/goTo.d.ts.map +1 -1
- package/dist/core/tests/goTo.js +17 -2
- package/dist/core/tests/goTo.js.map +1 -1
- package/dist/core/tests/loadCookie.d.ts.map +1 -1
- package/dist/core/tests/loadCookie.js +12 -2
- package/dist/core/tests/loadCookie.js.map +1 -1
- package/dist/core/tests/saveScreenshot.d.ts +15 -1
- package/dist/core/tests/saveScreenshot.d.ts.map +1 -1
- package/dist/core/tests/saveScreenshot.js +171 -50
- package/dist/core/tests/saveScreenshot.js.map +1 -1
- package/dist/core/utils.d.ts +9 -2
- package/dist/core/utils.d.ts.map +1 -1
- package/dist/core/utils.js +234 -14
- package/dist/core/utils.js.map +1 -1
- package/dist/index.cjs +3944 -1817
- package/dist/reporters/htmlReporter.d.ts +2 -0
- package/dist/reporters/htmlReporter.d.ts.map +1 -0
- package/dist/reporters/htmlReporter.js +1589 -0
- package/dist/reporters/htmlReporter.js.map +1 -0
- package/dist/utils.d.ts +2 -1
- package/dist/utils.d.ts.map +1 -1
- package/dist/utils.js +43 -10
- package/dist/utils.js.map +1 -1
- package/package.json +24 -3
|
@@ -36,6 +36,14 @@
|
|
|
36
36
|
"trim"
|
|
37
37
|
]
|
|
38
38
|
},
|
|
39
|
+
"params": {
|
|
40
|
+
"description": "Query parameters to append to the resolved URL. Merged on top of `originParams` from config; step keys win on collision. If `url` already contains a colliding query key, the value here replaces it. Values support environment variable substitution via `$VAR` syntax. WARNING: values are embedded in the request URL and appear in test results, logs, and reports.",
|
|
41
|
+
"type": "object",
|
|
42
|
+
"additionalProperties": {
|
|
43
|
+
"type": "string"
|
|
44
|
+
},
|
|
45
|
+
"default": {}
|
|
46
|
+
},
|
|
39
47
|
"statusCodes": {
|
|
40
48
|
"description": "Accepted status codes. If the specified URL returns a code other than what is specified here, the action fails.",
|
|
41
49
|
"anyOf": [
|
|
@@ -60,6 +68,26 @@
|
|
|
60
68
|
307,
|
|
61
69
|
308
|
|
62
70
|
]
|
|
71
|
+
},
|
|
72
|
+
"headers": {
|
|
73
|
+
"description": "Additional HTTP headers to include in the request. Merged on top of Doc Detective's default browser-mimicking headers. Useful for sites behind bot protection or WAFs that allowlist specific headers (for example, a Cloudflare Access service token or a `Cookie` with a `cf_clearance` value).",
|
|
74
|
+
"default": {},
|
|
75
|
+
"anyOf": [
|
|
76
|
+
{
|
|
77
|
+
"title": "Request headers (object)",
|
|
78
|
+
"description": "Headers to include in the HTTP request, in key/value format. Values must be strings.",
|
|
79
|
+
"type": "object",
|
|
80
|
+
"additionalProperties": {
|
|
81
|
+
"type": "string"
|
|
82
|
+
},
|
|
83
|
+
"properties": {}
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"title": "Request headers (string)",
|
|
87
|
+
"description": "Headers to include in the HTTP request, as newline-separated values. For example, `X-Api-Key: abc123\nAuthorization: Bearer token`.",
|
|
88
|
+
"type": "string"
|
|
89
|
+
}
|
|
90
|
+
]
|
|
63
91
|
}
|
|
64
92
|
}
|
|
65
93
|
}
|
|
@@ -99,6 +127,14 @@
|
|
|
99
127
|
"trim"
|
|
100
128
|
]
|
|
101
129
|
},
|
|
130
|
+
"params": {
|
|
131
|
+
"description": "Query parameters to append to the resolved URL. Merged on top of `originParams` from config; step keys win on collision. If `url` already contains a colliding query key, the value here replaces it. Values support environment variable substitution via `$VAR` syntax. WARNING: values are embedded in the request URL and appear in test results, logs, and reports.",
|
|
132
|
+
"type": "object",
|
|
133
|
+
"additionalProperties": {
|
|
134
|
+
"type": "string"
|
|
135
|
+
},
|
|
136
|
+
"default": {}
|
|
137
|
+
},
|
|
102
138
|
"statusCodes": {
|
|
103
139
|
"description": "Accepted status codes. If the specified URL returns a code other than what is specified here, the action fails.",
|
|
104
140
|
"anyOf": [
|
|
@@ -123,6 +159,26 @@
|
|
|
123
159
|
307,
|
|
124
160
|
308
|
|
125
161
|
]
|
|
162
|
+
},
|
|
163
|
+
"headers": {
|
|
164
|
+
"description": "Additional HTTP headers to include in the request. Merged on top of Doc Detective's default browser-mimicking headers. Useful for sites behind bot protection or WAFs that allowlist specific headers (for example, a Cloudflare Access service token or a `Cookie` with a `cf_clearance` value).",
|
|
165
|
+
"default": {},
|
|
166
|
+
"anyOf": [
|
|
167
|
+
{
|
|
168
|
+
"title": "Request headers (object)",
|
|
169
|
+
"description": "Headers to include in the HTTP request, in key/value format. Values must be strings.",
|
|
170
|
+
"type": "object",
|
|
171
|
+
"additionalProperties": {
|
|
172
|
+
"type": "string"
|
|
173
|
+
},
|
|
174
|
+
"properties": {}
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"title": "Request headers (string)",
|
|
178
|
+
"description": "Headers to include in the HTTP request, as newline-separated values. For example, `X-Api-Key: abc123\nAuthorization: Bearer token`.",
|
|
179
|
+
"type": "string"
|
|
180
|
+
}
|
|
181
|
+
]
|
|
126
182
|
}
|
|
127
183
|
}
|
|
128
184
|
}
|
|
@@ -141,6 +197,13 @@
|
|
|
141
197
|
"statusCodes": [
|
|
142
198
|
200
|
|
143
199
|
]
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"url": "/health",
|
|
203
|
+
"origin": "https://my-app.com",
|
|
204
|
+
"params": {
|
|
205
|
+
"__clerk_testing_token": "$CLERK_TESTING_TOKEN"
|
|
206
|
+
}
|
|
144
207
|
}
|
|
145
208
|
]
|
|
146
209
|
},
|
|
@@ -447,6 +510,18 @@
|
|
|
447
510
|
"type": "string",
|
|
448
511
|
"default": "."
|
|
449
512
|
},
|
|
513
|
+
"reporters": {
|
|
514
|
+
"description": "Reporters to use when emitting test results. Built-in reporters: `terminal`, `json`, `html`. Custom reporters registered via `registerReporter()` can also be referenced by name.",
|
|
515
|
+
"type": "array",
|
|
516
|
+
"items": {
|
|
517
|
+
"type": "string",
|
|
518
|
+
"minLength": 1
|
|
519
|
+
},
|
|
520
|
+
"default": [
|
|
521
|
+
"terminal",
|
|
522
|
+
"json"
|
|
523
|
+
]
|
|
524
|
+
},
|
|
450
525
|
"recursive": {
|
|
451
526
|
"description": "If `true` searches `input`, `setup`, and `cleanup` paths recursively for test specifications and source files.",
|
|
452
527
|
"type": "boolean",
|
|
@@ -474,6 +549,14 @@
|
|
|
474
549
|
"description": "Default protocol and domain to use for relative URLs.",
|
|
475
550
|
"type": "string"
|
|
476
551
|
},
|
|
552
|
+
"originParams": {
|
|
553
|
+
"description": "Query parameters to append to URLs resolved against `origin`. Values support environment variable substitution via `$VAR` syntax. Step-level `params` on `goTo` / `checkLink` are merged on top of these, with step keys winning on collision. WARNING: values are embedded in request URLs and appear verbatim in test results, logs, and reports — avoid putting long-lived secrets here.",
|
|
554
|
+
"type": "object",
|
|
555
|
+
"additionalProperties": {
|
|
556
|
+
"type": "string"
|
|
557
|
+
},
|
|
558
|
+
"default": {}
|
|
559
|
+
},
|
|
477
560
|
"beforeAny": {
|
|
478
561
|
"description": "Path(s) to test specifications to perform before those specified by `input`. Useful for setting up testing environments.",
|
|
479
562
|
"anyOf": [
|
|
@@ -1488,6 +1571,14 @@
|
|
|
1488
1571
|
"trim"
|
|
1489
1572
|
]
|
|
1490
1573
|
},
|
|
1574
|
+
"params": {
|
|
1575
|
+
"description": "Query parameters to append to the resolved URL. Merged on top of `originParams` from config; step keys win on collision. If `url` already contains a colliding query key, the value here replaces it. Values support environment variable substitution via `$VAR` syntax. WARNING: values are embedded in the request URL and appear in test results, logs, and reports.",
|
|
1576
|
+
"type": "object",
|
|
1577
|
+
"additionalProperties": {
|
|
1578
|
+
"type": "string"
|
|
1579
|
+
},
|
|
1580
|
+
"default": {}
|
|
1581
|
+
},
|
|
1491
1582
|
"statusCodes": {
|
|
1492
1583
|
"description": "Accepted status codes. If the specified URL returns a code other than what is specified here, the action fails.",
|
|
1493
1584
|
"anyOf": [
|
|
@@ -1512,6 +1603,26 @@
|
|
|
1512
1603
|
307,
|
|
1513
1604
|
308
|
|
1514
1605
|
]
|
|
1606
|
+
},
|
|
1607
|
+
"headers": {
|
|
1608
|
+
"description": "Additional HTTP headers to include in the request. Merged on top of Doc Detective's default browser-mimicking headers. Useful for sites behind bot protection or WAFs that allowlist specific headers (for example, a Cloudflare Access service token or a `Cookie` with a `cf_clearance` value).",
|
|
1609
|
+
"default": {},
|
|
1610
|
+
"anyOf": [
|
|
1611
|
+
{
|
|
1612
|
+
"title": "Request headers (object)",
|
|
1613
|
+
"description": "Headers to include in the HTTP request, in key/value format. Values must be strings.",
|
|
1614
|
+
"type": "object",
|
|
1615
|
+
"additionalProperties": {
|
|
1616
|
+
"type": "string"
|
|
1617
|
+
},
|
|
1618
|
+
"properties": {}
|
|
1619
|
+
},
|
|
1620
|
+
{
|
|
1621
|
+
"title": "Request headers (string)",
|
|
1622
|
+
"description": "Headers to include in the HTTP request, as newline-separated values. For example, `X-Api-Key: abc123\nAuthorization: Bearer token`.",
|
|
1623
|
+
"type": "string"
|
|
1624
|
+
}
|
|
1625
|
+
]
|
|
1515
1626
|
}
|
|
1516
1627
|
}
|
|
1517
1628
|
}
|
|
@@ -1551,6 +1662,14 @@
|
|
|
1551
1662
|
"trim"
|
|
1552
1663
|
]
|
|
1553
1664
|
},
|
|
1665
|
+
"params": {
|
|
1666
|
+
"description": "Query parameters to append to the resolved URL. Merged on top of `originParams` from config; step keys win on collision. If `url` already contains a colliding query key, the value here replaces it. Values support environment variable substitution via `$VAR` syntax. WARNING: values are embedded in the request URL and appear in test results, logs, and reports.",
|
|
1667
|
+
"type": "object",
|
|
1668
|
+
"additionalProperties": {
|
|
1669
|
+
"type": "string"
|
|
1670
|
+
},
|
|
1671
|
+
"default": {}
|
|
1672
|
+
},
|
|
1554
1673
|
"statusCodes": {
|
|
1555
1674
|
"description": "Accepted status codes. If the specified URL returns a code other than what is specified here, the action fails.",
|
|
1556
1675
|
"anyOf": [
|
|
@@ -1575,6 +1694,26 @@
|
|
|
1575
1694
|
307,
|
|
1576
1695
|
308
|
|
1577
1696
|
]
|
|
1697
|
+
},
|
|
1698
|
+
"headers": {
|
|
1699
|
+
"description": "Additional HTTP headers to include in the request. Merged on top of Doc Detective's default browser-mimicking headers. Useful for sites behind bot protection or WAFs that allowlist specific headers (for example, a Cloudflare Access service token or a `Cookie` with a `cf_clearance` value).",
|
|
1700
|
+
"default": {},
|
|
1701
|
+
"anyOf": [
|
|
1702
|
+
{
|
|
1703
|
+
"title": "Request headers (object)",
|
|
1704
|
+
"description": "Headers to include in the HTTP request, in key/value format. Values must be strings.",
|
|
1705
|
+
"type": "object",
|
|
1706
|
+
"additionalProperties": {
|
|
1707
|
+
"type": "string"
|
|
1708
|
+
},
|
|
1709
|
+
"properties": {}
|
|
1710
|
+
},
|
|
1711
|
+
{
|
|
1712
|
+
"title": "Request headers (string)",
|
|
1713
|
+
"description": "Headers to include in the HTTP request, as newline-separated values. For example, `X-Api-Key: abc123\nAuthorization: Bearer token`.",
|
|
1714
|
+
"type": "string"
|
|
1715
|
+
}
|
|
1716
|
+
]
|
|
1578
1717
|
}
|
|
1579
1718
|
}
|
|
1580
1719
|
}
|
|
@@ -1593,6 +1732,13 @@
|
|
|
1593
1732
|
"statusCodes": [
|
|
1594
1733
|
200
|
|
1595
1734
|
]
|
|
1735
|
+
},
|
|
1736
|
+
{
|
|
1737
|
+
"url": "/health",
|
|
1738
|
+
"origin": "https://my-app.com",
|
|
1739
|
+
"params": {
|
|
1740
|
+
"__clerk_testing_token": "$CLERK_TESTING_TOKEN"
|
|
1741
|
+
}
|
|
1596
1742
|
}
|
|
1597
1743
|
]
|
|
1598
1744
|
}
|
|
@@ -3533,6 +3679,14 @@
|
|
|
3533
3679
|
"trim"
|
|
3534
3680
|
]
|
|
3535
3681
|
},
|
|
3682
|
+
"params": {
|
|
3683
|
+
"description": "Query parameters to append to the resolved URL. Merged on top of `originParams` from config; step keys win on collision. If `url` already contains a colliding query key, the value here replaces it. Values support environment variable substitution via `$VAR` syntax. WARNING: values are embedded in the request URL and appear in test results, logs, and reports.",
|
|
3684
|
+
"type": "object",
|
|
3685
|
+
"additionalProperties": {
|
|
3686
|
+
"type": "string"
|
|
3687
|
+
},
|
|
3688
|
+
"default": {}
|
|
3689
|
+
},
|
|
3536
3690
|
"timeout": {
|
|
3537
3691
|
"type": "integer",
|
|
3538
3692
|
"description": "Maximum time in milliseconds to wait for the page to be ready. If exceeded, the goTo action fails.",
|
|
@@ -3705,6 +3859,14 @@
|
|
|
3705
3859
|
"trim"
|
|
3706
3860
|
]
|
|
3707
3861
|
},
|
|
3862
|
+
"params": {
|
|
3863
|
+
"description": "Query parameters to append to the resolved URL. Merged on top of `originParams` from config; step keys win on collision. If `url` already contains a colliding query key, the value here replaces it. Values support environment variable substitution via `$VAR` syntax. WARNING: values are embedded in the request URL and appear in test results, logs, and reports.",
|
|
3864
|
+
"type": "object",
|
|
3865
|
+
"additionalProperties": {
|
|
3866
|
+
"type": "string"
|
|
3867
|
+
},
|
|
3868
|
+
"default": {}
|
|
3869
|
+
},
|
|
3708
3870
|
"timeout": {
|
|
3709
3871
|
"type": "integer",
|
|
3710
3872
|
"description": "Maximum time in milliseconds to wait for the page to be ready. If exceeded, the goTo action fails.",
|
|
@@ -3854,6 +4016,13 @@
|
|
|
3854
4016
|
"url": "/search",
|
|
3855
4017
|
"origin": "https://www.google.com"
|
|
3856
4018
|
},
|
|
4019
|
+
{
|
|
4020
|
+
"url": "/dashboard",
|
|
4021
|
+
"origin": "https://my-app.com",
|
|
4022
|
+
"params": {
|
|
4023
|
+
"__clerk_testing_token": "$CLERK_TESTING_TOKEN"
|
|
4024
|
+
}
|
|
4025
|
+
},
|
|
3857
4026
|
{
|
|
3858
4027
|
"url": "https://www.example.com",
|
|
3859
4028
|
"waitUntil": {
|
|
@@ -6119,9 +6288,9 @@
|
|
|
6119
6288
|
"anyOf": [
|
|
6120
6289
|
{
|
|
6121
6290
|
"title": "Screenshot (simple)",
|
|
6122
|
-
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
|
|
6291
|
+
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
|
|
6123
6292
|
"type": "string",
|
|
6124
|
-
"pattern": "([A-Za-z0-9_
|
|
6293
|
+
"pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
|
|
6125
6294
|
"transform": [
|
|
6126
6295
|
"trim"
|
|
6127
6296
|
]
|
|
@@ -6132,9 +6301,9 @@
|
|
|
6132
6301
|
"properties": {
|
|
6133
6302
|
"path": {
|
|
6134
6303
|
"title": "Screenshot (simple)",
|
|
6135
|
-
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
|
|
6304
|
+
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
|
|
6136
6305
|
"type": "string",
|
|
6137
|
-
"pattern": "([A-Za-z0-9_
|
|
6306
|
+
"pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
|
|
6138
6307
|
"transform": [
|
|
6139
6308
|
"trim"
|
|
6140
6309
|
]
|
|
@@ -6365,9 +6534,9 @@
|
|
|
6365
6534
|
"schemas": {
|
|
6366
6535
|
"path": {
|
|
6367
6536
|
"title": "Screenshot (simple)",
|
|
6368
|
-
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
|
|
6537
|
+
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
|
|
6369
6538
|
"type": "string",
|
|
6370
|
-
"pattern": "([A-Za-z0-9_
|
|
6539
|
+
"pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
|
|
6371
6540
|
"transform": [
|
|
6372
6541
|
"trim"
|
|
6373
6542
|
]
|
|
@@ -6378,9 +6547,9 @@
|
|
|
6378
6547
|
"properties": {
|
|
6379
6548
|
"path": {
|
|
6380
6549
|
"title": "Screenshot (simple)",
|
|
6381
|
-
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
|
|
6550
|
+
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
|
|
6382
6551
|
"type": "string",
|
|
6383
|
-
"pattern": "([A-Za-z0-9_
|
|
6552
|
+
"pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
|
|
6384
6553
|
"transform": [
|
|
6385
6554
|
"trim"
|
|
6386
6555
|
]
|
|
@@ -6762,6 +6931,12 @@
|
|
|
6762
6931
|
"image.png",
|
|
6763
6932
|
"static/images/image.png",
|
|
6764
6933
|
"/User/manny/projects/doc-detective/static/images/image.png",
|
|
6934
|
+
"https://example.com/static/images/image.png",
|
|
6935
|
+
{
|
|
6936
|
+
"path": "https://promptless-customer-doc-assets.s3.amazonaws.com/docs-images/request-changes-button-0c851bb3.png",
|
|
6937
|
+
"maxVariation": 0.05,
|
|
6938
|
+
"overwrite": "aboveVariation"
|
|
6939
|
+
},
|
|
6765
6940
|
{
|
|
6766
6941
|
"path": "image.png",
|
|
6767
6942
|
"directory": "static/images",
|
|
@@ -10111,6 +10286,14 @@
|
|
|
10111
10286
|
"trim"
|
|
10112
10287
|
]
|
|
10113
10288
|
},
|
|
10289
|
+
"params": {
|
|
10290
|
+
"description": "Query parameters to append to the resolved URL. Merged on top of `originParams` from config; step keys win on collision. If `url` already contains a colliding query key, the value here replaces it. Values support environment variable substitution via `$VAR` syntax. WARNING: values are embedded in the request URL and appear in test results, logs, and reports.",
|
|
10291
|
+
"type": "object",
|
|
10292
|
+
"additionalProperties": {
|
|
10293
|
+
"type": "string"
|
|
10294
|
+
},
|
|
10295
|
+
"default": {}
|
|
10296
|
+
},
|
|
10114
10297
|
"statusCodes": {
|
|
10115
10298
|
"description": "Accepted status codes. If the specified URL returns a code other than what is specified here, the action fails.",
|
|
10116
10299
|
"anyOf": [
|
|
@@ -10135,6 +10318,26 @@
|
|
|
10135
10318
|
307,
|
|
10136
10319
|
308
|
|
10137
10320
|
]
|
|
10321
|
+
},
|
|
10322
|
+
"headers": {
|
|
10323
|
+
"description": "Additional HTTP headers to include in the request. Merged on top of Doc Detective's default browser-mimicking headers. Useful for sites behind bot protection or WAFs that allowlist specific headers (for example, a Cloudflare Access service token or a `Cookie` with a `cf_clearance` value).",
|
|
10324
|
+
"default": {},
|
|
10325
|
+
"anyOf": [
|
|
10326
|
+
{
|
|
10327
|
+
"title": "Request headers (object)",
|
|
10328
|
+
"description": "Headers to include in the HTTP request, in key/value format. Values must be strings.",
|
|
10329
|
+
"type": "object",
|
|
10330
|
+
"additionalProperties": {
|
|
10331
|
+
"type": "string"
|
|
10332
|
+
},
|
|
10333
|
+
"properties": {}
|
|
10334
|
+
},
|
|
10335
|
+
{
|
|
10336
|
+
"title": "Request headers (string)",
|
|
10337
|
+
"description": "Headers to include in the HTTP request, as newline-separated values. For example, `X-Api-Key: abc123\nAuthorization: Bearer token`.",
|
|
10338
|
+
"type": "string"
|
|
10339
|
+
}
|
|
10340
|
+
]
|
|
10138
10341
|
}
|
|
10139
10342
|
}
|
|
10140
10343
|
}
|
|
@@ -10174,6 +10377,14 @@
|
|
|
10174
10377
|
"trim"
|
|
10175
10378
|
]
|
|
10176
10379
|
},
|
|
10380
|
+
"params": {
|
|
10381
|
+
"description": "Query parameters to append to the resolved URL. Merged on top of `originParams` from config; step keys win on collision. If `url` already contains a colliding query key, the value here replaces it. Values support environment variable substitution via `$VAR` syntax. WARNING: values are embedded in the request URL and appear in test results, logs, and reports.",
|
|
10382
|
+
"type": "object",
|
|
10383
|
+
"additionalProperties": {
|
|
10384
|
+
"type": "string"
|
|
10385
|
+
},
|
|
10386
|
+
"default": {}
|
|
10387
|
+
},
|
|
10177
10388
|
"statusCodes": {
|
|
10178
10389
|
"description": "Accepted status codes. If the specified URL returns a code other than what is specified here, the action fails.",
|
|
10179
10390
|
"anyOf": [
|
|
@@ -10198,6 +10409,26 @@
|
|
|
10198
10409
|
307,
|
|
10199
10410
|
308
|
|
10200
10411
|
]
|
|
10412
|
+
},
|
|
10413
|
+
"headers": {
|
|
10414
|
+
"description": "Additional HTTP headers to include in the request. Merged on top of Doc Detective's default browser-mimicking headers. Useful for sites behind bot protection or WAFs that allowlist specific headers (for example, a Cloudflare Access service token or a `Cookie` with a `cf_clearance` value).",
|
|
10415
|
+
"default": {},
|
|
10416
|
+
"anyOf": [
|
|
10417
|
+
{
|
|
10418
|
+
"title": "Request headers (object)",
|
|
10419
|
+
"description": "Headers to include in the HTTP request, in key/value format. Values must be strings.",
|
|
10420
|
+
"type": "object",
|
|
10421
|
+
"additionalProperties": {
|
|
10422
|
+
"type": "string"
|
|
10423
|
+
},
|
|
10424
|
+
"properties": {}
|
|
10425
|
+
},
|
|
10426
|
+
{
|
|
10427
|
+
"title": "Request headers (string)",
|
|
10428
|
+
"description": "Headers to include in the HTTP request, as newline-separated values. For example, `X-Api-Key: abc123\nAuthorization: Bearer token`.",
|
|
10429
|
+
"type": "string"
|
|
10430
|
+
}
|
|
10431
|
+
]
|
|
10201
10432
|
}
|
|
10202
10433
|
}
|
|
10203
10434
|
}
|
|
@@ -10216,6 +10447,13 @@
|
|
|
10216
10447
|
"statusCodes": [
|
|
10217
10448
|
200
|
|
10218
10449
|
]
|
|
10450
|
+
},
|
|
10451
|
+
{
|
|
10452
|
+
"url": "/health",
|
|
10453
|
+
"origin": "https://my-app.com",
|
|
10454
|
+
"params": {
|
|
10455
|
+
"__clerk_testing_token": "$CLERK_TESTING_TOKEN"
|
|
10456
|
+
}
|
|
10219
10457
|
}
|
|
10220
10458
|
]
|
|
10221
10459
|
}
|
|
@@ -12156,6 +12394,14 @@
|
|
|
12156
12394
|
"trim"
|
|
12157
12395
|
]
|
|
12158
12396
|
},
|
|
12397
|
+
"params": {
|
|
12398
|
+
"description": "Query parameters to append to the resolved URL. Merged on top of `originParams` from config; step keys win on collision. If `url` already contains a colliding query key, the value here replaces it. Values support environment variable substitution via `$VAR` syntax. WARNING: values are embedded in the request URL and appear in test results, logs, and reports.",
|
|
12399
|
+
"type": "object",
|
|
12400
|
+
"additionalProperties": {
|
|
12401
|
+
"type": "string"
|
|
12402
|
+
},
|
|
12403
|
+
"default": {}
|
|
12404
|
+
},
|
|
12159
12405
|
"timeout": {
|
|
12160
12406
|
"type": "integer",
|
|
12161
12407
|
"description": "Maximum time in milliseconds to wait for the page to be ready. If exceeded, the goTo action fails.",
|
|
@@ -12328,6 +12574,14 @@
|
|
|
12328
12574
|
"trim"
|
|
12329
12575
|
]
|
|
12330
12576
|
},
|
|
12577
|
+
"params": {
|
|
12578
|
+
"description": "Query parameters to append to the resolved URL. Merged on top of `originParams` from config; step keys win on collision. If `url` already contains a colliding query key, the value here replaces it. Values support environment variable substitution via `$VAR` syntax. WARNING: values are embedded in the request URL and appear in test results, logs, and reports.",
|
|
12579
|
+
"type": "object",
|
|
12580
|
+
"additionalProperties": {
|
|
12581
|
+
"type": "string"
|
|
12582
|
+
},
|
|
12583
|
+
"default": {}
|
|
12584
|
+
},
|
|
12331
12585
|
"timeout": {
|
|
12332
12586
|
"type": "integer",
|
|
12333
12587
|
"description": "Maximum time in milliseconds to wait for the page to be ready. If exceeded, the goTo action fails.",
|
|
@@ -12477,6 +12731,13 @@
|
|
|
12477
12731
|
"url": "/search",
|
|
12478
12732
|
"origin": "https://www.google.com"
|
|
12479
12733
|
},
|
|
12734
|
+
{
|
|
12735
|
+
"url": "/dashboard",
|
|
12736
|
+
"origin": "https://my-app.com",
|
|
12737
|
+
"params": {
|
|
12738
|
+
"__clerk_testing_token": "$CLERK_TESTING_TOKEN"
|
|
12739
|
+
}
|
|
12740
|
+
},
|
|
12480
12741
|
{
|
|
12481
12742
|
"url": "https://www.example.com",
|
|
12482
12743
|
"waitUntil": {
|
|
@@ -14742,9 +15003,9 @@
|
|
|
14742
15003
|
"anyOf": [
|
|
14743
15004
|
{
|
|
14744
15005
|
"title": "Screenshot (simple)",
|
|
14745
|
-
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
|
|
15006
|
+
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
|
|
14746
15007
|
"type": "string",
|
|
14747
|
-
"pattern": "([A-Za-z0-9_
|
|
15008
|
+
"pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
|
|
14748
15009
|
"transform": [
|
|
14749
15010
|
"trim"
|
|
14750
15011
|
]
|
|
@@ -14755,9 +15016,9 @@
|
|
|
14755
15016
|
"properties": {
|
|
14756
15017
|
"path": {
|
|
14757
15018
|
"title": "Screenshot (simple)",
|
|
14758
|
-
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
|
|
15019
|
+
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
|
|
14759
15020
|
"type": "string",
|
|
14760
|
-
"pattern": "([A-Za-z0-9_
|
|
15021
|
+
"pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
|
|
14761
15022
|
"transform": [
|
|
14762
15023
|
"trim"
|
|
14763
15024
|
]
|
|
@@ -14988,9 +15249,9 @@
|
|
|
14988
15249
|
"schemas": {
|
|
14989
15250
|
"path": {
|
|
14990
15251
|
"title": "Screenshot (simple)",
|
|
14991
|
-
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
|
|
15252
|
+
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
|
|
14992
15253
|
"type": "string",
|
|
14993
|
-
"pattern": "([A-Za-z0-9_
|
|
15254
|
+
"pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
|
|
14994
15255
|
"transform": [
|
|
14995
15256
|
"trim"
|
|
14996
15257
|
]
|
|
@@ -15001,9 +15262,9 @@
|
|
|
15001
15262
|
"properties": {
|
|
15002
15263
|
"path": {
|
|
15003
15264
|
"title": "Screenshot (simple)",
|
|
15004
|
-
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
|
|
15265
|
+
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
|
|
15005
15266
|
"type": "string",
|
|
15006
|
-
"pattern": "([A-Za-z0-9_
|
|
15267
|
+
"pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
|
|
15007
15268
|
"transform": [
|
|
15008
15269
|
"trim"
|
|
15009
15270
|
]
|
|
@@ -15385,6 +15646,12 @@
|
|
|
15385
15646
|
"image.png",
|
|
15386
15647
|
"static/images/image.png",
|
|
15387
15648
|
"/User/manny/projects/doc-detective/static/images/image.png",
|
|
15649
|
+
"https://example.com/static/images/image.png",
|
|
15650
|
+
{
|
|
15651
|
+
"path": "https://promptless-customer-doc-assets.s3.amazonaws.com/docs-images/request-changes-button-0c851bb3.png",
|
|
15652
|
+
"maxVariation": 0.05,
|
|
15653
|
+
"overwrite": "aboveVariation"
|
|
15654
|
+
},
|
|
15388
15655
|
{
|
|
15389
15656
|
"path": "image.png",
|
|
15390
15657
|
"directory": "static/images",
|
|
@@ -17798,8 +18065,19 @@
|
|
|
17798
18065
|
"loadVariables": ".env",
|
|
17799
18066
|
"fileTypes": [
|
|
17800
18067
|
"markdown"
|
|
18068
|
+
],
|
|
18069
|
+
"reporters": [
|
|
18070
|
+
"terminal",
|
|
18071
|
+
"json",
|
|
18072
|
+
"html"
|
|
17801
18073
|
]
|
|
17802
18074
|
},
|
|
18075
|
+
{
|
|
18076
|
+
"origin": "https://my-app.com",
|
|
18077
|
+
"originParams": {
|
|
18078
|
+
"__clerk_testing_token": "$CLERK_TESTING_TOKEN"
|
|
18079
|
+
}
|
|
18080
|
+
},
|
|
17803
18081
|
{
|
|
17804
18082
|
"fileTypes": [
|
|
17805
18083
|
{
|
|
@@ -20165,6 +20443,14 @@
|
|
|
20165
20443
|
"trim"
|
|
20166
20444
|
]
|
|
20167
20445
|
},
|
|
20446
|
+
"params": {
|
|
20447
|
+
"description": "Query parameters to append to the resolved URL. Merged on top of `originParams` from config; step keys win on collision. If `url` already contains a colliding query key, the value here replaces it. Values support environment variable substitution via `$VAR` syntax. WARNING: values are embedded in the request URL and appear in test results, logs, and reports.",
|
|
20448
|
+
"type": "object",
|
|
20449
|
+
"additionalProperties": {
|
|
20450
|
+
"type": "string"
|
|
20451
|
+
},
|
|
20452
|
+
"default": {}
|
|
20453
|
+
},
|
|
20168
20454
|
"timeout": {
|
|
20169
20455
|
"type": "integer",
|
|
20170
20456
|
"description": "Maximum time in milliseconds to wait for the page to be ready. If exceeded, the goTo action fails.",
|
|
@@ -20337,6 +20623,14 @@
|
|
|
20337
20623
|
"trim"
|
|
20338
20624
|
]
|
|
20339
20625
|
},
|
|
20626
|
+
"params": {
|
|
20627
|
+
"description": "Query parameters to append to the resolved URL. Merged on top of `originParams` from config; step keys win on collision. If `url` already contains a colliding query key, the value here replaces it. Values support environment variable substitution via `$VAR` syntax. WARNING: values are embedded in the request URL and appear in test results, logs, and reports.",
|
|
20628
|
+
"type": "object",
|
|
20629
|
+
"additionalProperties": {
|
|
20630
|
+
"type": "string"
|
|
20631
|
+
},
|
|
20632
|
+
"default": {}
|
|
20633
|
+
},
|
|
20340
20634
|
"timeout": {
|
|
20341
20635
|
"type": "integer",
|
|
20342
20636
|
"description": "Maximum time in milliseconds to wait for the page to be ready. If exceeded, the goTo action fails.",
|
|
@@ -20486,6 +20780,13 @@
|
|
|
20486
20780
|
"url": "/search",
|
|
20487
20781
|
"origin": "https://www.google.com"
|
|
20488
20782
|
},
|
|
20783
|
+
{
|
|
20784
|
+
"url": "/dashboard",
|
|
20785
|
+
"origin": "https://my-app.com",
|
|
20786
|
+
"params": {
|
|
20787
|
+
"__clerk_testing_token": "$CLERK_TESTING_TOKEN"
|
|
20788
|
+
}
|
|
20789
|
+
},
|
|
20489
20790
|
{
|
|
20490
20791
|
"url": "https://www.example.com",
|
|
20491
20792
|
"waitUntil": {
|
|
@@ -22106,6 +22407,18 @@
|
|
|
22106
22407
|
"type": "string",
|
|
22107
22408
|
"default": "."
|
|
22108
22409
|
},
|
|
22410
|
+
"reporters": {
|
|
22411
|
+
"description": "Reporters to use when emitting test results. Built-in reporters: `terminal`, `json`, `html`. Custom reporters registered via `registerReporter()` can also be referenced by name.",
|
|
22412
|
+
"type": "array",
|
|
22413
|
+
"items": {
|
|
22414
|
+
"type": "string",
|
|
22415
|
+
"minLength": 1
|
|
22416
|
+
},
|
|
22417
|
+
"default": [
|
|
22418
|
+
"terminal",
|
|
22419
|
+
"json"
|
|
22420
|
+
]
|
|
22421
|
+
},
|
|
22109
22422
|
"recursive": {
|
|
22110
22423
|
"description": "If `true` searches `input`, `setup`, and `cleanup` paths recursively for test specifications and source files.",
|
|
22111
22424
|
"type": "boolean",
|
|
@@ -22133,6 +22446,14 @@
|
|
|
22133
22446
|
"description": "Default protocol and domain to use for relative URLs.",
|
|
22134
22447
|
"type": "string"
|
|
22135
22448
|
},
|
|
22449
|
+
"originParams": {
|
|
22450
|
+
"description": "Query parameters to append to URLs resolved against `origin`. Values support environment variable substitution via `$VAR` syntax. Step-level `params` on `goTo` / `checkLink` are merged on top of these, with step keys winning on collision. WARNING: values are embedded in request URLs and appear verbatim in test results, logs, and reports — avoid putting long-lived secrets here.",
|
|
22451
|
+
"type": "object",
|
|
22452
|
+
"additionalProperties": {
|
|
22453
|
+
"type": "string"
|
|
22454
|
+
},
|
|
22455
|
+
"default": {}
|
|
22456
|
+
},
|
|
22136
22457
|
"beforeAny": {
|
|
22137
22458
|
"description": "Path(s) to test specifications to perform before those specified by `input`. Useful for setting up testing environments.",
|
|
22138
22459
|
"anyOf": [
|
|
@@ -23147,6 +23468,14 @@
|
|
|
23147
23468
|
"trim"
|
|
23148
23469
|
]
|
|
23149
23470
|
},
|
|
23471
|
+
"params": {
|
|
23472
|
+
"description": "Query parameters to append to the resolved URL. Merged on top of `originParams` from config; step keys win on collision. If `url` already contains a colliding query key, the value here replaces it. Values support environment variable substitution via `$VAR` syntax. WARNING: values are embedded in the request URL and appear in test results, logs, and reports.",
|
|
23473
|
+
"type": "object",
|
|
23474
|
+
"additionalProperties": {
|
|
23475
|
+
"type": "string"
|
|
23476
|
+
},
|
|
23477
|
+
"default": {}
|
|
23478
|
+
},
|
|
23150
23479
|
"statusCodes": {
|
|
23151
23480
|
"description": "Accepted status codes. If the specified URL returns a code other than what is specified here, the action fails.",
|
|
23152
23481
|
"anyOf": [
|
|
@@ -23171,6 +23500,26 @@
|
|
|
23171
23500
|
307,
|
|
23172
23501
|
308
|
|
23173
23502
|
]
|
|
23503
|
+
},
|
|
23504
|
+
"headers": {
|
|
23505
|
+
"description": "Additional HTTP headers to include in the request. Merged on top of Doc Detective's default browser-mimicking headers. Useful for sites behind bot protection or WAFs that allowlist specific headers (for example, a Cloudflare Access service token or a `Cookie` with a `cf_clearance` value).",
|
|
23506
|
+
"default": {},
|
|
23507
|
+
"anyOf": [
|
|
23508
|
+
{
|
|
23509
|
+
"title": "Request headers (object)",
|
|
23510
|
+
"description": "Headers to include in the HTTP request, in key/value format. Values must be strings.",
|
|
23511
|
+
"type": "object",
|
|
23512
|
+
"additionalProperties": {
|
|
23513
|
+
"type": "string"
|
|
23514
|
+
},
|
|
23515
|
+
"properties": {}
|
|
23516
|
+
},
|
|
23517
|
+
{
|
|
23518
|
+
"title": "Request headers (string)",
|
|
23519
|
+
"description": "Headers to include in the HTTP request, as newline-separated values. For example, `X-Api-Key: abc123\nAuthorization: Bearer token`.",
|
|
23520
|
+
"type": "string"
|
|
23521
|
+
}
|
|
23522
|
+
]
|
|
23174
23523
|
}
|
|
23175
23524
|
}
|
|
23176
23525
|
}
|
|
@@ -23210,6 +23559,14 @@
|
|
|
23210
23559
|
"trim"
|
|
23211
23560
|
]
|
|
23212
23561
|
},
|
|
23562
|
+
"params": {
|
|
23563
|
+
"description": "Query parameters to append to the resolved URL. Merged on top of `originParams` from config; step keys win on collision. If `url` already contains a colliding query key, the value here replaces it. Values support environment variable substitution via `$VAR` syntax. WARNING: values are embedded in the request URL and appear in test results, logs, and reports.",
|
|
23564
|
+
"type": "object",
|
|
23565
|
+
"additionalProperties": {
|
|
23566
|
+
"type": "string"
|
|
23567
|
+
},
|
|
23568
|
+
"default": {}
|
|
23569
|
+
},
|
|
23213
23570
|
"statusCodes": {
|
|
23214
23571
|
"description": "Accepted status codes. If the specified URL returns a code other than what is specified here, the action fails.",
|
|
23215
23572
|
"anyOf": [
|
|
@@ -23234,6 +23591,26 @@
|
|
|
23234
23591
|
307,
|
|
23235
23592
|
308
|
|
23236
23593
|
]
|
|
23594
|
+
},
|
|
23595
|
+
"headers": {
|
|
23596
|
+
"description": "Additional HTTP headers to include in the request. Merged on top of Doc Detective's default browser-mimicking headers. Useful for sites behind bot protection or WAFs that allowlist specific headers (for example, a Cloudflare Access service token or a `Cookie` with a `cf_clearance` value).",
|
|
23597
|
+
"default": {},
|
|
23598
|
+
"anyOf": [
|
|
23599
|
+
{
|
|
23600
|
+
"title": "Request headers (object)",
|
|
23601
|
+
"description": "Headers to include in the HTTP request, in key/value format. Values must be strings.",
|
|
23602
|
+
"type": "object",
|
|
23603
|
+
"additionalProperties": {
|
|
23604
|
+
"type": "string"
|
|
23605
|
+
},
|
|
23606
|
+
"properties": {}
|
|
23607
|
+
},
|
|
23608
|
+
{
|
|
23609
|
+
"title": "Request headers (string)",
|
|
23610
|
+
"description": "Headers to include in the HTTP request, as newline-separated values. For example, `X-Api-Key: abc123\nAuthorization: Bearer token`.",
|
|
23611
|
+
"type": "string"
|
|
23612
|
+
}
|
|
23613
|
+
]
|
|
23237
23614
|
}
|
|
23238
23615
|
}
|
|
23239
23616
|
}
|
|
@@ -23252,6 +23629,13 @@
|
|
|
23252
23629
|
"statusCodes": [
|
|
23253
23630
|
200
|
|
23254
23631
|
]
|
|
23632
|
+
},
|
|
23633
|
+
{
|
|
23634
|
+
"url": "/health",
|
|
23635
|
+
"origin": "https://my-app.com",
|
|
23636
|
+
"params": {
|
|
23637
|
+
"__clerk_testing_token": "$CLERK_TESTING_TOKEN"
|
|
23638
|
+
}
|
|
23255
23639
|
}
|
|
23256
23640
|
]
|
|
23257
23641
|
}
|
|
@@ -25192,6 +25576,14 @@
|
|
|
25192
25576
|
"trim"
|
|
25193
25577
|
]
|
|
25194
25578
|
},
|
|
25579
|
+
"params": {
|
|
25580
|
+
"description": "Query parameters to append to the resolved URL. Merged on top of `originParams` from config; step keys win on collision. If `url` already contains a colliding query key, the value here replaces it. Values support environment variable substitution via `$VAR` syntax. WARNING: values are embedded in the request URL and appear in test results, logs, and reports.",
|
|
25581
|
+
"type": "object",
|
|
25582
|
+
"additionalProperties": {
|
|
25583
|
+
"type": "string"
|
|
25584
|
+
},
|
|
25585
|
+
"default": {}
|
|
25586
|
+
},
|
|
25195
25587
|
"timeout": {
|
|
25196
25588
|
"type": "integer",
|
|
25197
25589
|
"description": "Maximum time in milliseconds to wait for the page to be ready. If exceeded, the goTo action fails.",
|
|
@@ -25364,6 +25756,14 @@
|
|
|
25364
25756
|
"trim"
|
|
25365
25757
|
]
|
|
25366
25758
|
},
|
|
25759
|
+
"params": {
|
|
25760
|
+
"description": "Query parameters to append to the resolved URL. Merged on top of `originParams` from config; step keys win on collision. If `url` already contains a colliding query key, the value here replaces it. Values support environment variable substitution via `$VAR` syntax. WARNING: values are embedded in the request URL and appear in test results, logs, and reports.",
|
|
25761
|
+
"type": "object",
|
|
25762
|
+
"additionalProperties": {
|
|
25763
|
+
"type": "string"
|
|
25764
|
+
},
|
|
25765
|
+
"default": {}
|
|
25766
|
+
},
|
|
25367
25767
|
"timeout": {
|
|
25368
25768
|
"type": "integer",
|
|
25369
25769
|
"description": "Maximum time in milliseconds to wait for the page to be ready. If exceeded, the goTo action fails.",
|
|
@@ -25513,6 +25913,13 @@
|
|
|
25513
25913
|
"url": "/search",
|
|
25514
25914
|
"origin": "https://www.google.com"
|
|
25515
25915
|
},
|
|
25916
|
+
{
|
|
25917
|
+
"url": "/dashboard",
|
|
25918
|
+
"origin": "https://my-app.com",
|
|
25919
|
+
"params": {
|
|
25920
|
+
"__clerk_testing_token": "$CLERK_TESTING_TOKEN"
|
|
25921
|
+
}
|
|
25922
|
+
},
|
|
25516
25923
|
{
|
|
25517
25924
|
"url": "https://www.example.com",
|
|
25518
25925
|
"waitUntil": {
|
|
@@ -27778,9 +28185,9 @@
|
|
|
27778
28185
|
"anyOf": [
|
|
27779
28186
|
{
|
|
27780
28187
|
"title": "Screenshot (simple)",
|
|
27781
|
-
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
|
|
28188
|
+
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
|
|
27782
28189
|
"type": "string",
|
|
27783
|
-
"pattern": "([A-Za-z0-9_
|
|
28190
|
+
"pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
|
|
27784
28191
|
"transform": [
|
|
27785
28192
|
"trim"
|
|
27786
28193
|
]
|
|
@@ -27791,9 +28198,9 @@
|
|
|
27791
28198
|
"properties": {
|
|
27792
28199
|
"path": {
|
|
27793
28200
|
"title": "Screenshot (simple)",
|
|
27794
|
-
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
|
|
28201
|
+
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
|
|
27795
28202
|
"type": "string",
|
|
27796
|
-
"pattern": "([A-Za-z0-9_
|
|
28203
|
+
"pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
|
|
27797
28204
|
"transform": [
|
|
27798
28205
|
"trim"
|
|
27799
28206
|
]
|
|
@@ -28024,9 +28431,9 @@
|
|
|
28024
28431
|
"schemas": {
|
|
28025
28432
|
"path": {
|
|
28026
28433
|
"title": "Screenshot (simple)",
|
|
28027
|
-
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
|
|
28434
|
+
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
|
|
28028
28435
|
"type": "string",
|
|
28029
|
-
"pattern": "([A-Za-z0-9_
|
|
28436
|
+
"pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
|
|
28030
28437
|
"transform": [
|
|
28031
28438
|
"trim"
|
|
28032
28439
|
]
|
|
@@ -28037,9 +28444,9 @@
|
|
|
28037
28444
|
"properties": {
|
|
28038
28445
|
"path": {
|
|
28039
28446
|
"title": "Screenshot (simple)",
|
|
28040
|
-
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
|
|
28447
|
+
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
|
|
28041
28448
|
"type": "string",
|
|
28042
|
-
"pattern": "([A-Za-z0-9_
|
|
28449
|
+
"pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
|
|
28043
28450
|
"transform": [
|
|
28044
28451
|
"trim"
|
|
28045
28452
|
]
|
|
@@ -28421,6 +28828,12 @@
|
|
|
28421
28828
|
"image.png",
|
|
28422
28829
|
"static/images/image.png",
|
|
28423
28830
|
"/User/manny/projects/doc-detective/static/images/image.png",
|
|
28831
|
+
"https://example.com/static/images/image.png",
|
|
28832
|
+
{
|
|
28833
|
+
"path": "https://promptless-customer-doc-assets.s3.amazonaws.com/docs-images/request-changes-button-0c851bb3.png",
|
|
28834
|
+
"maxVariation": 0.05,
|
|
28835
|
+
"overwrite": "aboveVariation"
|
|
28836
|
+
},
|
|
28424
28837
|
{
|
|
28425
28838
|
"path": "image.png",
|
|
28426
28839
|
"directory": "static/images",
|
|
@@ -31770,6 +32183,14 @@
|
|
|
31770
32183
|
"trim"
|
|
31771
32184
|
]
|
|
31772
32185
|
},
|
|
32186
|
+
"params": {
|
|
32187
|
+
"description": "Query parameters to append to the resolved URL. Merged on top of `originParams` from config; step keys win on collision. If `url` already contains a colliding query key, the value here replaces it. Values support environment variable substitution via `$VAR` syntax. WARNING: values are embedded in the request URL and appear in test results, logs, and reports.",
|
|
32188
|
+
"type": "object",
|
|
32189
|
+
"additionalProperties": {
|
|
32190
|
+
"type": "string"
|
|
32191
|
+
},
|
|
32192
|
+
"default": {}
|
|
32193
|
+
},
|
|
31773
32194
|
"statusCodes": {
|
|
31774
32195
|
"description": "Accepted status codes. If the specified URL returns a code other than what is specified here, the action fails.",
|
|
31775
32196
|
"anyOf": [
|
|
@@ -31794,6 +32215,26 @@
|
|
|
31794
32215
|
307,
|
|
31795
32216
|
308
|
|
31796
32217
|
]
|
|
32218
|
+
},
|
|
32219
|
+
"headers": {
|
|
32220
|
+
"description": "Additional HTTP headers to include in the request. Merged on top of Doc Detective's default browser-mimicking headers. Useful for sites behind bot protection or WAFs that allowlist specific headers (for example, a Cloudflare Access service token or a `Cookie` with a `cf_clearance` value).",
|
|
32221
|
+
"default": {},
|
|
32222
|
+
"anyOf": [
|
|
32223
|
+
{
|
|
32224
|
+
"title": "Request headers (object)",
|
|
32225
|
+
"description": "Headers to include in the HTTP request, in key/value format. Values must be strings.",
|
|
32226
|
+
"type": "object",
|
|
32227
|
+
"additionalProperties": {
|
|
32228
|
+
"type": "string"
|
|
32229
|
+
},
|
|
32230
|
+
"properties": {}
|
|
32231
|
+
},
|
|
32232
|
+
{
|
|
32233
|
+
"title": "Request headers (string)",
|
|
32234
|
+
"description": "Headers to include in the HTTP request, as newline-separated values. For example, `X-Api-Key: abc123\nAuthorization: Bearer token`.",
|
|
32235
|
+
"type": "string"
|
|
32236
|
+
}
|
|
32237
|
+
]
|
|
31797
32238
|
}
|
|
31798
32239
|
}
|
|
31799
32240
|
}
|
|
@@ -31833,6 +32274,14 @@
|
|
|
31833
32274
|
"trim"
|
|
31834
32275
|
]
|
|
31835
32276
|
},
|
|
32277
|
+
"params": {
|
|
32278
|
+
"description": "Query parameters to append to the resolved URL. Merged on top of `originParams` from config; step keys win on collision. If `url` already contains a colliding query key, the value here replaces it. Values support environment variable substitution via `$VAR` syntax. WARNING: values are embedded in the request URL and appear in test results, logs, and reports.",
|
|
32279
|
+
"type": "object",
|
|
32280
|
+
"additionalProperties": {
|
|
32281
|
+
"type": "string"
|
|
32282
|
+
},
|
|
32283
|
+
"default": {}
|
|
32284
|
+
},
|
|
31836
32285
|
"statusCodes": {
|
|
31837
32286
|
"description": "Accepted status codes. If the specified URL returns a code other than what is specified here, the action fails.",
|
|
31838
32287
|
"anyOf": [
|
|
@@ -31857,6 +32306,26 @@
|
|
|
31857
32306
|
307,
|
|
31858
32307
|
308
|
|
31859
32308
|
]
|
|
32309
|
+
},
|
|
32310
|
+
"headers": {
|
|
32311
|
+
"description": "Additional HTTP headers to include in the request. Merged on top of Doc Detective's default browser-mimicking headers. Useful for sites behind bot protection or WAFs that allowlist specific headers (for example, a Cloudflare Access service token or a `Cookie` with a `cf_clearance` value).",
|
|
32312
|
+
"default": {},
|
|
32313
|
+
"anyOf": [
|
|
32314
|
+
{
|
|
32315
|
+
"title": "Request headers (object)",
|
|
32316
|
+
"description": "Headers to include in the HTTP request, in key/value format. Values must be strings.",
|
|
32317
|
+
"type": "object",
|
|
32318
|
+
"additionalProperties": {
|
|
32319
|
+
"type": "string"
|
|
32320
|
+
},
|
|
32321
|
+
"properties": {}
|
|
32322
|
+
},
|
|
32323
|
+
{
|
|
32324
|
+
"title": "Request headers (string)",
|
|
32325
|
+
"description": "Headers to include in the HTTP request, as newline-separated values. For example, `X-Api-Key: abc123\nAuthorization: Bearer token`.",
|
|
32326
|
+
"type": "string"
|
|
32327
|
+
}
|
|
32328
|
+
]
|
|
31860
32329
|
}
|
|
31861
32330
|
}
|
|
31862
32331
|
}
|
|
@@ -31875,6 +32344,13 @@
|
|
|
31875
32344
|
"statusCodes": [
|
|
31876
32345
|
200
|
|
31877
32346
|
]
|
|
32347
|
+
},
|
|
32348
|
+
{
|
|
32349
|
+
"url": "/health",
|
|
32350
|
+
"origin": "https://my-app.com",
|
|
32351
|
+
"params": {
|
|
32352
|
+
"__clerk_testing_token": "$CLERK_TESTING_TOKEN"
|
|
32353
|
+
}
|
|
31878
32354
|
}
|
|
31879
32355
|
]
|
|
31880
32356
|
}
|
|
@@ -33815,6 +34291,14 @@
|
|
|
33815
34291
|
"trim"
|
|
33816
34292
|
]
|
|
33817
34293
|
},
|
|
34294
|
+
"params": {
|
|
34295
|
+
"description": "Query parameters to append to the resolved URL. Merged on top of `originParams` from config; step keys win on collision. If `url` already contains a colliding query key, the value here replaces it. Values support environment variable substitution via `$VAR` syntax. WARNING: values are embedded in the request URL and appear in test results, logs, and reports.",
|
|
34296
|
+
"type": "object",
|
|
34297
|
+
"additionalProperties": {
|
|
34298
|
+
"type": "string"
|
|
34299
|
+
},
|
|
34300
|
+
"default": {}
|
|
34301
|
+
},
|
|
33818
34302
|
"timeout": {
|
|
33819
34303
|
"type": "integer",
|
|
33820
34304
|
"description": "Maximum time in milliseconds to wait for the page to be ready. If exceeded, the goTo action fails.",
|
|
@@ -33987,6 +34471,14 @@
|
|
|
33987
34471
|
"trim"
|
|
33988
34472
|
]
|
|
33989
34473
|
},
|
|
34474
|
+
"params": {
|
|
34475
|
+
"description": "Query parameters to append to the resolved URL. Merged on top of `originParams` from config; step keys win on collision. If `url` already contains a colliding query key, the value here replaces it. Values support environment variable substitution via `$VAR` syntax. WARNING: values are embedded in the request URL and appear in test results, logs, and reports.",
|
|
34476
|
+
"type": "object",
|
|
34477
|
+
"additionalProperties": {
|
|
34478
|
+
"type": "string"
|
|
34479
|
+
},
|
|
34480
|
+
"default": {}
|
|
34481
|
+
},
|
|
33990
34482
|
"timeout": {
|
|
33991
34483
|
"type": "integer",
|
|
33992
34484
|
"description": "Maximum time in milliseconds to wait for the page to be ready. If exceeded, the goTo action fails.",
|
|
@@ -34136,6 +34628,13 @@
|
|
|
34136
34628
|
"url": "/search",
|
|
34137
34629
|
"origin": "https://www.google.com"
|
|
34138
34630
|
},
|
|
34631
|
+
{
|
|
34632
|
+
"url": "/dashboard",
|
|
34633
|
+
"origin": "https://my-app.com",
|
|
34634
|
+
"params": {
|
|
34635
|
+
"__clerk_testing_token": "$CLERK_TESTING_TOKEN"
|
|
34636
|
+
}
|
|
34637
|
+
},
|
|
34139
34638
|
{
|
|
34140
34639
|
"url": "https://www.example.com",
|
|
34141
34640
|
"waitUntil": {
|
|
@@ -36401,9 +36900,9 @@
|
|
|
36401
36900
|
"anyOf": [
|
|
36402
36901
|
{
|
|
36403
36902
|
"title": "Screenshot (simple)",
|
|
36404
|
-
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
|
|
36903
|
+
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
|
|
36405
36904
|
"type": "string",
|
|
36406
|
-
"pattern": "([A-Za-z0-9_
|
|
36905
|
+
"pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
|
|
36407
36906
|
"transform": [
|
|
36408
36907
|
"trim"
|
|
36409
36908
|
]
|
|
@@ -36414,9 +36913,9 @@
|
|
|
36414
36913
|
"properties": {
|
|
36415
36914
|
"path": {
|
|
36416
36915
|
"title": "Screenshot (simple)",
|
|
36417
|
-
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
|
|
36916
|
+
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
|
|
36418
36917
|
"type": "string",
|
|
36419
|
-
"pattern": "([A-Za-z0-9_
|
|
36918
|
+
"pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
|
|
36420
36919
|
"transform": [
|
|
36421
36920
|
"trim"
|
|
36422
36921
|
]
|
|
@@ -36647,9 +37146,9 @@
|
|
|
36647
37146
|
"schemas": {
|
|
36648
37147
|
"path": {
|
|
36649
37148
|
"title": "Screenshot (simple)",
|
|
36650
|
-
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
|
|
37149
|
+
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
|
|
36651
37150
|
"type": "string",
|
|
36652
|
-
"pattern": "([A-Za-z0-9_
|
|
37151
|
+
"pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
|
|
36653
37152
|
"transform": [
|
|
36654
37153
|
"trim"
|
|
36655
37154
|
]
|
|
@@ -36660,9 +37159,9 @@
|
|
|
36660
37159
|
"properties": {
|
|
36661
37160
|
"path": {
|
|
36662
37161
|
"title": "Screenshot (simple)",
|
|
36663
|
-
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
|
|
37162
|
+
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
|
|
36664
37163
|
"type": "string",
|
|
36665
|
-
"pattern": "([A-Za-z0-9_
|
|
37164
|
+
"pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
|
|
36666
37165
|
"transform": [
|
|
36667
37166
|
"trim"
|
|
36668
37167
|
]
|
|
@@ -37044,6 +37543,12 @@
|
|
|
37044
37543
|
"image.png",
|
|
37045
37544
|
"static/images/image.png",
|
|
37046
37545
|
"/User/manny/projects/doc-detective/static/images/image.png",
|
|
37546
|
+
"https://example.com/static/images/image.png",
|
|
37547
|
+
{
|
|
37548
|
+
"path": "https://promptless-customer-doc-assets.s3.amazonaws.com/docs-images/request-changes-button-0c851bb3.png",
|
|
37549
|
+
"maxVariation": 0.05,
|
|
37550
|
+
"overwrite": "aboveVariation"
|
|
37551
|
+
},
|
|
37047
37552
|
{
|
|
37048
37553
|
"path": "image.png",
|
|
37049
37554
|
"directory": "static/images",
|
|
@@ -39457,8 +39962,19 @@
|
|
|
39457
39962
|
"loadVariables": ".env",
|
|
39458
39963
|
"fileTypes": [
|
|
39459
39964
|
"markdown"
|
|
39965
|
+
],
|
|
39966
|
+
"reporters": [
|
|
39967
|
+
"terminal",
|
|
39968
|
+
"json",
|
|
39969
|
+
"html"
|
|
39460
39970
|
]
|
|
39461
39971
|
},
|
|
39972
|
+
{
|
|
39973
|
+
"origin": "https://my-app.com",
|
|
39974
|
+
"originParams": {
|
|
39975
|
+
"__clerk_testing_token": "$CLERK_TESTING_TOKEN"
|
|
39976
|
+
}
|
|
39977
|
+
},
|
|
39462
39978
|
{
|
|
39463
39979
|
"fileTypes": [
|
|
39464
39980
|
{
|
|
@@ -41082,6 +41598,14 @@
|
|
|
41082
41598
|
"trim"
|
|
41083
41599
|
]
|
|
41084
41600
|
},
|
|
41601
|
+
"params": {
|
|
41602
|
+
"description": "Query parameters to append to the resolved URL. Merged on top of `originParams` from config; step keys win on collision. If `url` already contains a colliding query key, the value here replaces it. Values support environment variable substitution via `$VAR` syntax. WARNING: values are embedded in the request URL and appear in test results, logs, and reports.",
|
|
41603
|
+
"type": "object",
|
|
41604
|
+
"additionalProperties": {
|
|
41605
|
+
"type": "string"
|
|
41606
|
+
},
|
|
41607
|
+
"default": {}
|
|
41608
|
+
},
|
|
41085
41609
|
"statusCodes": {
|
|
41086
41610
|
"description": "Accepted status codes. If the specified URL returns a code other than what is specified here, the action fails.",
|
|
41087
41611
|
"anyOf": [
|
|
@@ -41106,6 +41630,26 @@
|
|
|
41106
41630
|
307,
|
|
41107
41631
|
308
|
|
41108
41632
|
]
|
|
41633
|
+
},
|
|
41634
|
+
"headers": {
|
|
41635
|
+
"description": "Additional HTTP headers to include in the request. Merged on top of Doc Detective's default browser-mimicking headers. Useful for sites behind bot protection or WAFs that allowlist specific headers (for example, a Cloudflare Access service token or a `Cookie` with a `cf_clearance` value).",
|
|
41636
|
+
"default": {},
|
|
41637
|
+
"anyOf": [
|
|
41638
|
+
{
|
|
41639
|
+
"title": "Request headers (object)",
|
|
41640
|
+
"description": "Headers to include in the HTTP request, in key/value format. Values must be strings.",
|
|
41641
|
+
"type": "object",
|
|
41642
|
+
"additionalProperties": {
|
|
41643
|
+
"type": "string"
|
|
41644
|
+
},
|
|
41645
|
+
"properties": {}
|
|
41646
|
+
},
|
|
41647
|
+
{
|
|
41648
|
+
"title": "Request headers (string)",
|
|
41649
|
+
"description": "Headers to include in the HTTP request, as newline-separated values. For example, `X-Api-Key: abc123\nAuthorization: Bearer token`.",
|
|
41650
|
+
"type": "string"
|
|
41651
|
+
}
|
|
41652
|
+
]
|
|
41109
41653
|
}
|
|
41110
41654
|
}
|
|
41111
41655
|
}
|
|
@@ -41145,6 +41689,14 @@
|
|
|
41145
41689
|
"trim"
|
|
41146
41690
|
]
|
|
41147
41691
|
},
|
|
41692
|
+
"params": {
|
|
41693
|
+
"description": "Query parameters to append to the resolved URL. Merged on top of `originParams` from config; step keys win on collision. If `url` already contains a colliding query key, the value here replaces it. Values support environment variable substitution via `$VAR` syntax. WARNING: values are embedded in the request URL and appear in test results, logs, and reports.",
|
|
41694
|
+
"type": "object",
|
|
41695
|
+
"additionalProperties": {
|
|
41696
|
+
"type": "string"
|
|
41697
|
+
},
|
|
41698
|
+
"default": {}
|
|
41699
|
+
},
|
|
41148
41700
|
"statusCodes": {
|
|
41149
41701
|
"description": "Accepted status codes. If the specified URL returns a code other than what is specified here, the action fails.",
|
|
41150
41702
|
"anyOf": [
|
|
@@ -41169,6 +41721,26 @@
|
|
|
41169
41721
|
307,
|
|
41170
41722
|
308
|
|
41171
41723
|
]
|
|
41724
|
+
},
|
|
41725
|
+
"headers": {
|
|
41726
|
+
"description": "Additional HTTP headers to include in the request. Merged on top of Doc Detective's default browser-mimicking headers. Useful for sites behind bot protection or WAFs that allowlist specific headers (for example, a Cloudflare Access service token or a `Cookie` with a `cf_clearance` value).",
|
|
41727
|
+
"default": {},
|
|
41728
|
+
"anyOf": [
|
|
41729
|
+
{
|
|
41730
|
+
"title": "Request headers (object)",
|
|
41731
|
+
"description": "Headers to include in the HTTP request, in key/value format. Values must be strings.",
|
|
41732
|
+
"type": "object",
|
|
41733
|
+
"additionalProperties": {
|
|
41734
|
+
"type": "string"
|
|
41735
|
+
},
|
|
41736
|
+
"properties": {}
|
|
41737
|
+
},
|
|
41738
|
+
{
|
|
41739
|
+
"title": "Request headers (string)",
|
|
41740
|
+
"description": "Headers to include in the HTTP request, as newline-separated values. For example, `X-Api-Key: abc123\nAuthorization: Bearer token`.",
|
|
41741
|
+
"type": "string"
|
|
41742
|
+
}
|
|
41743
|
+
]
|
|
41172
41744
|
}
|
|
41173
41745
|
}
|
|
41174
41746
|
}
|
|
@@ -41187,6 +41759,13 @@
|
|
|
41187
41759
|
"statusCodes": [
|
|
41188
41760
|
200
|
|
41189
41761
|
]
|
|
41762
|
+
},
|
|
41763
|
+
{
|
|
41764
|
+
"url": "/health",
|
|
41765
|
+
"origin": "https://my-app.com",
|
|
41766
|
+
"params": {
|
|
41767
|
+
"__clerk_testing_token": "$CLERK_TESTING_TOKEN"
|
|
41768
|
+
}
|
|
41190
41769
|
}
|
|
41191
41770
|
]
|
|
41192
41771
|
}
|
|
@@ -43127,6 +43706,14 @@
|
|
|
43127
43706
|
"trim"
|
|
43128
43707
|
]
|
|
43129
43708
|
},
|
|
43709
|
+
"params": {
|
|
43710
|
+
"description": "Query parameters to append to the resolved URL. Merged on top of `originParams` from config; step keys win on collision. If `url` already contains a colliding query key, the value here replaces it. Values support environment variable substitution via `$VAR` syntax. WARNING: values are embedded in the request URL and appear in test results, logs, and reports.",
|
|
43711
|
+
"type": "object",
|
|
43712
|
+
"additionalProperties": {
|
|
43713
|
+
"type": "string"
|
|
43714
|
+
},
|
|
43715
|
+
"default": {}
|
|
43716
|
+
},
|
|
43130
43717
|
"timeout": {
|
|
43131
43718
|
"type": "integer",
|
|
43132
43719
|
"description": "Maximum time in milliseconds to wait for the page to be ready. If exceeded, the goTo action fails.",
|
|
@@ -43299,6 +43886,14 @@
|
|
|
43299
43886
|
"trim"
|
|
43300
43887
|
]
|
|
43301
43888
|
},
|
|
43889
|
+
"params": {
|
|
43890
|
+
"description": "Query parameters to append to the resolved URL. Merged on top of `originParams` from config; step keys win on collision. If `url` already contains a colliding query key, the value here replaces it. Values support environment variable substitution via `$VAR` syntax. WARNING: values are embedded in the request URL and appear in test results, logs, and reports.",
|
|
43891
|
+
"type": "object",
|
|
43892
|
+
"additionalProperties": {
|
|
43893
|
+
"type": "string"
|
|
43894
|
+
},
|
|
43895
|
+
"default": {}
|
|
43896
|
+
},
|
|
43302
43897
|
"timeout": {
|
|
43303
43898
|
"type": "integer",
|
|
43304
43899
|
"description": "Maximum time in milliseconds to wait for the page to be ready. If exceeded, the goTo action fails.",
|
|
@@ -43448,6 +44043,13 @@
|
|
|
43448
44043
|
"url": "/search",
|
|
43449
44044
|
"origin": "https://www.google.com"
|
|
43450
44045
|
},
|
|
44046
|
+
{
|
|
44047
|
+
"url": "/dashboard",
|
|
44048
|
+
"origin": "https://my-app.com",
|
|
44049
|
+
"params": {
|
|
44050
|
+
"__clerk_testing_token": "$CLERK_TESTING_TOKEN"
|
|
44051
|
+
}
|
|
44052
|
+
},
|
|
43451
44053
|
{
|
|
43452
44054
|
"url": "https://www.example.com",
|
|
43453
44055
|
"waitUntil": {
|
|
@@ -45713,9 +46315,9 @@
|
|
|
45713
46315
|
"anyOf": [
|
|
45714
46316
|
{
|
|
45715
46317
|
"title": "Screenshot (simple)",
|
|
45716
|
-
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
|
|
46318
|
+
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
|
|
45717
46319
|
"type": "string",
|
|
45718
|
-
"pattern": "([A-Za-z0-9_
|
|
46320
|
+
"pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
|
|
45719
46321
|
"transform": [
|
|
45720
46322
|
"trim"
|
|
45721
46323
|
]
|
|
@@ -45726,9 +46328,9 @@
|
|
|
45726
46328
|
"properties": {
|
|
45727
46329
|
"path": {
|
|
45728
46330
|
"title": "Screenshot (simple)",
|
|
45729
|
-
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
|
|
46331
|
+
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
|
|
45730
46332
|
"type": "string",
|
|
45731
|
-
"pattern": "([A-Za-z0-9_
|
|
46333
|
+
"pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
|
|
45732
46334
|
"transform": [
|
|
45733
46335
|
"trim"
|
|
45734
46336
|
]
|
|
@@ -45959,9 +46561,9 @@
|
|
|
45959
46561
|
"schemas": {
|
|
45960
46562
|
"path": {
|
|
45961
46563
|
"title": "Screenshot (simple)",
|
|
45962
|
-
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
|
|
46564
|
+
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
|
|
45963
46565
|
"type": "string",
|
|
45964
|
-
"pattern": "([A-Za-z0-9_
|
|
46566
|
+
"pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
|
|
45965
46567
|
"transform": [
|
|
45966
46568
|
"trim"
|
|
45967
46569
|
]
|
|
@@ -45972,9 +46574,9 @@
|
|
|
45972
46574
|
"properties": {
|
|
45973
46575
|
"path": {
|
|
45974
46576
|
"title": "Screenshot (simple)",
|
|
45975
|
-
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
|
|
46577
|
+
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
|
|
45976
46578
|
"type": "string",
|
|
45977
|
-
"pattern": "([A-Za-z0-9_
|
|
46579
|
+
"pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
|
|
45978
46580
|
"transform": [
|
|
45979
46581
|
"trim"
|
|
45980
46582
|
]
|
|
@@ -46356,6 +46958,12 @@
|
|
|
46356
46958
|
"image.png",
|
|
46357
46959
|
"static/images/image.png",
|
|
46358
46960
|
"/User/manny/projects/doc-detective/static/images/image.png",
|
|
46961
|
+
"https://example.com/static/images/image.png",
|
|
46962
|
+
{
|
|
46963
|
+
"path": "https://promptless-customer-doc-assets.s3.amazonaws.com/docs-images/request-changes-button-0c851bb3.png",
|
|
46964
|
+
"maxVariation": 0.05,
|
|
46965
|
+
"overwrite": "aboveVariation"
|
|
46966
|
+
},
|
|
46359
46967
|
{
|
|
46360
46968
|
"path": "image.png",
|
|
46361
46969
|
"directory": "static/images",
|
|
@@ -49179,6 +49787,14 @@
|
|
|
49179
49787
|
"trim"
|
|
49180
49788
|
]
|
|
49181
49789
|
},
|
|
49790
|
+
"params": {
|
|
49791
|
+
"description": "Query parameters to append to the resolved URL. Merged on top of `originParams` from config; step keys win on collision. If `url` already contains a colliding query key, the value here replaces it. Values support environment variable substitution via `$VAR` syntax. WARNING: values are embedded in the request URL and appear in test results, logs, and reports.",
|
|
49792
|
+
"type": "object",
|
|
49793
|
+
"additionalProperties": {
|
|
49794
|
+
"type": "string"
|
|
49795
|
+
},
|
|
49796
|
+
"default": {}
|
|
49797
|
+
},
|
|
49182
49798
|
"statusCodes": {
|
|
49183
49799
|
"description": "Accepted status codes. If the specified URL returns a code other than what is specified here, the action fails.",
|
|
49184
49800
|
"anyOf": [
|
|
@@ -49203,6 +49819,26 @@
|
|
|
49203
49819
|
307,
|
|
49204
49820
|
308
|
|
49205
49821
|
]
|
|
49822
|
+
},
|
|
49823
|
+
"headers": {
|
|
49824
|
+
"description": "Additional HTTP headers to include in the request. Merged on top of Doc Detective's default browser-mimicking headers. Useful for sites behind bot protection or WAFs that allowlist specific headers (for example, a Cloudflare Access service token or a `Cookie` with a `cf_clearance` value).",
|
|
49825
|
+
"default": {},
|
|
49826
|
+
"anyOf": [
|
|
49827
|
+
{
|
|
49828
|
+
"title": "Request headers (object)",
|
|
49829
|
+
"description": "Headers to include in the HTTP request, in key/value format. Values must be strings.",
|
|
49830
|
+
"type": "object",
|
|
49831
|
+
"additionalProperties": {
|
|
49832
|
+
"type": "string"
|
|
49833
|
+
},
|
|
49834
|
+
"properties": {}
|
|
49835
|
+
},
|
|
49836
|
+
{
|
|
49837
|
+
"title": "Request headers (string)",
|
|
49838
|
+
"description": "Headers to include in the HTTP request, as newline-separated values. For example, `X-Api-Key: abc123\nAuthorization: Bearer token`.",
|
|
49839
|
+
"type": "string"
|
|
49840
|
+
}
|
|
49841
|
+
]
|
|
49206
49842
|
}
|
|
49207
49843
|
}
|
|
49208
49844
|
}
|
|
@@ -49242,6 +49878,14 @@
|
|
|
49242
49878
|
"trim"
|
|
49243
49879
|
]
|
|
49244
49880
|
},
|
|
49881
|
+
"params": {
|
|
49882
|
+
"description": "Query parameters to append to the resolved URL. Merged on top of `originParams` from config; step keys win on collision. If `url` already contains a colliding query key, the value here replaces it. Values support environment variable substitution via `$VAR` syntax. WARNING: values are embedded in the request URL and appear in test results, logs, and reports.",
|
|
49883
|
+
"type": "object",
|
|
49884
|
+
"additionalProperties": {
|
|
49885
|
+
"type": "string"
|
|
49886
|
+
},
|
|
49887
|
+
"default": {}
|
|
49888
|
+
},
|
|
49245
49889
|
"statusCodes": {
|
|
49246
49890
|
"description": "Accepted status codes. If the specified URL returns a code other than what is specified here, the action fails.",
|
|
49247
49891
|
"anyOf": [
|
|
@@ -49266,6 +49910,26 @@
|
|
|
49266
49910
|
307,
|
|
49267
49911
|
308
|
|
49268
49912
|
]
|
|
49913
|
+
},
|
|
49914
|
+
"headers": {
|
|
49915
|
+
"description": "Additional HTTP headers to include in the request. Merged on top of Doc Detective's default browser-mimicking headers. Useful for sites behind bot protection or WAFs that allowlist specific headers (for example, a Cloudflare Access service token or a `Cookie` with a `cf_clearance` value).",
|
|
49916
|
+
"default": {},
|
|
49917
|
+
"anyOf": [
|
|
49918
|
+
{
|
|
49919
|
+
"title": "Request headers (object)",
|
|
49920
|
+
"description": "Headers to include in the HTTP request, in key/value format. Values must be strings.",
|
|
49921
|
+
"type": "object",
|
|
49922
|
+
"additionalProperties": {
|
|
49923
|
+
"type": "string"
|
|
49924
|
+
},
|
|
49925
|
+
"properties": {}
|
|
49926
|
+
},
|
|
49927
|
+
{
|
|
49928
|
+
"title": "Request headers (string)",
|
|
49929
|
+
"description": "Headers to include in the HTTP request, as newline-separated values. For example, `X-Api-Key: abc123\nAuthorization: Bearer token`.",
|
|
49930
|
+
"type": "string"
|
|
49931
|
+
}
|
|
49932
|
+
]
|
|
49269
49933
|
}
|
|
49270
49934
|
}
|
|
49271
49935
|
}
|
|
@@ -49284,6 +49948,13 @@
|
|
|
49284
49948
|
"statusCodes": [
|
|
49285
49949
|
200
|
|
49286
49950
|
]
|
|
49951
|
+
},
|
|
49952
|
+
{
|
|
49953
|
+
"url": "/health",
|
|
49954
|
+
"origin": "https://my-app.com",
|
|
49955
|
+
"params": {
|
|
49956
|
+
"__clerk_testing_token": "$CLERK_TESTING_TOKEN"
|
|
49957
|
+
}
|
|
49287
49958
|
}
|
|
49288
49959
|
]
|
|
49289
49960
|
}
|
|
@@ -51224,6 +51895,14 @@
|
|
|
51224
51895
|
"trim"
|
|
51225
51896
|
]
|
|
51226
51897
|
},
|
|
51898
|
+
"params": {
|
|
51899
|
+
"description": "Query parameters to append to the resolved URL. Merged on top of `originParams` from config; step keys win on collision. If `url` already contains a colliding query key, the value here replaces it. Values support environment variable substitution via `$VAR` syntax. WARNING: values are embedded in the request URL and appear in test results, logs, and reports.",
|
|
51900
|
+
"type": "object",
|
|
51901
|
+
"additionalProperties": {
|
|
51902
|
+
"type": "string"
|
|
51903
|
+
},
|
|
51904
|
+
"default": {}
|
|
51905
|
+
},
|
|
51227
51906
|
"timeout": {
|
|
51228
51907
|
"type": "integer",
|
|
51229
51908
|
"description": "Maximum time in milliseconds to wait for the page to be ready. If exceeded, the goTo action fails.",
|
|
@@ -51396,6 +52075,14 @@
|
|
|
51396
52075
|
"trim"
|
|
51397
52076
|
]
|
|
51398
52077
|
},
|
|
52078
|
+
"params": {
|
|
52079
|
+
"description": "Query parameters to append to the resolved URL. Merged on top of `originParams` from config; step keys win on collision. If `url` already contains a colliding query key, the value here replaces it. Values support environment variable substitution via `$VAR` syntax. WARNING: values are embedded in the request URL and appear in test results, logs, and reports.",
|
|
52080
|
+
"type": "object",
|
|
52081
|
+
"additionalProperties": {
|
|
52082
|
+
"type": "string"
|
|
52083
|
+
},
|
|
52084
|
+
"default": {}
|
|
52085
|
+
},
|
|
51399
52086
|
"timeout": {
|
|
51400
52087
|
"type": "integer",
|
|
51401
52088
|
"description": "Maximum time in milliseconds to wait for the page to be ready. If exceeded, the goTo action fails.",
|
|
@@ -51545,6 +52232,13 @@
|
|
|
51545
52232
|
"url": "/search",
|
|
51546
52233
|
"origin": "https://www.google.com"
|
|
51547
52234
|
},
|
|
52235
|
+
{
|
|
52236
|
+
"url": "/dashboard",
|
|
52237
|
+
"origin": "https://my-app.com",
|
|
52238
|
+
"params": {
|
|
52239
|
+
"__clerk_testing_token": "$CLERK_TESTING_TOKEN"
|
|
52240
|
+
}
|
|
52241
|
+
},
|
|
51548
52242
|
{
|
|
51549
52243
|
"url": "https://www.example.com",
|
|
51550
52244
|
"waitUntil": {
|
|
@@ -53810,9 +54504,9 @@
|
|
|
53810
54504
|
"anyOf": [
|
|
53811
54505
|
{
|
|
53812
54506
|
"title": "Screenshot (simple)",
|
|
53813
|
-
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
|
|
54507
|
+
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
|
|
53814
54508
|
"type": "string",
|
|
53815
|
-
"pattern": "([A-Za-z0-9_
|
|
54509
|
+
"pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
|
|
53816
54510
|
"transform": [
|
|
53817
54511
|
"trim"
|
|
53818
54512
|
]
|
|
@@ -53823,9 +54517,9 @@
|
|
|
53823
54517
|
"properties": {
|
|
53824
54518
|
"path": {
|
|
53825
54519
|
"title": "Screenshot (simple)",
|
|
53826
|
-
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
|
|
54520
|
+
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
|
|
53827
54521
|
"type": "string",
|
|
53828
|
-
"pattern": "([A-Za-z0-9_
|
|
54522
|
+
"pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
|
|
53829
54523
|
"transform": [
|
|
53830
54524
|
"trim"
|
|
53831
54525
|
]
|
|
@@ -54056,9 +54750,9 @@
|
|
|
54056
54750
|
"schemas": {
|
|
54057
54751
|
"path": {
|
|
54058
54752
|
"title": "Screenshot (simple)",
|
|
54059
|
-
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
|
|
54753
|
+
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
|
|
54060
54754
|
"type": "string",
|
|
54061
|
-
"pattern": "([A-Za-z0-9_
|
|
54755
|
+
"pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
|
|
54062
54756
|
"transform": [
|
|
54063
54757
|
"trim"
|
|
54064
54758
|
]
|
|
@@ -54069,9 +54763,9 @@
|
|
|
54069
54763
|
"properties": {
|
|
54070
54764
|
"path": {
|
|
54071
54765
|
"title": "Screenshot (simple)",
|
|
54072
|
-
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
|
|
54766
|
+
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
|
|
54073
54767
|
"type": "string",
|
|
54074
|
-
"pattern": "([A-Za-z0-9_
|
|
54768
|
+
"pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
|
|
54075
54769
|
"transform": [
|
|
54076
54770
|
"trim"
|
|
54077
54771
|
]
|
|
@@ -54453,6 +55147,12 @@
|
|
|
54453
55147
|
"image.png",
|
|
54454
55148
|
"static/images/image.png",
|
|
54455
55149
|
"/User/manny/projects/doc-detective/static/images/image.png",
|
|
55150
|
+
"https://example.com/static/images/image.png",
|
|
55151
|
+
{
|
|
55152
|
+
"path": "https://promptless-customer-doc-assets.s3.amazonaws.com/docs-images/request-changes-button-0c851bb3.png",
|
|
55153
|
+
"maxVariation": 0.05,
|
|
55154
|
+
"overwrite": "aboveVariation"
|
|
55155
|
+
},
|
|
54456
55156
|
{
|
|
54457
55157
|
"path": "image.png",
|
|
54458
55158
|
"directory": "static/images",
|
|
@@ -58986,6 +59686,14 @@
|
|
|
58986
59686
|
"trim"
|
|
58987
59687
|
]
|
|
58988
59688
|
},
|
|
59689
|
+
"params": {
|
|
59690
|
+
"description": "Query parameters to append to the resolved URL. Merged on top of `originParams` from config; step keys win on collision. If `url` already contains a colliding query key, the value here replaces it. Values support environment variable substitution via `$VAR` syntax. WARNING: values are embedded in the request URL and appear in test results, logs, and reports.",
|
|
59691
|
+
"type": "object",
|
|
59692
|
+
"additionalProperties": {
|
|
59693
|
+
"type": "string"
|
|
59694
|
+
},
|
|
59695
|
+
"default": {}
|
|
59696
|
+
},
|
|
58989
59697
|
"statusCodes": {
|
|
58990
59698
|
"description": "Accepted status codes. If the specified URL returns a code other than what is specified here, the action fails.",
|
|
58991
59699
|
"anyOf": [
|
|
@@ -59010,6 +59718,26 @@
|
|
|
59010
59718
|
307,
|
|
59011
59719
|
308
|
|
59012
59720
|
]
|
|
59721
|
+
},
|
|
59722
|
+
"headers": {
|
|
59723
|
+
"description": "Additional HTTP headers to include in the request. Merged on top of Doc Detective's default browser-mimicking headers. Useful for sites behind bot protection or WAFs that allowlist specific headers (for example, a Cloudflare Access service token or a `Cookie` with a `cf_clearance` value).",
|
|
59724
|
+
"default": {},
|
|
59725
|
+
"anyOf": [
|
|
59726
|
+
{
|
|
59727
|
+
"title": "Request headers (object)",
|
|
59728
|
+
"description": "Headers to include in the HTTP request, in key/value format. Values must be strings.",
|
|
59729
|
+
"type": "object",
|
|
59730
|
+
"additionalProperties": {
|
|
59731
|
+
"type": "string"
|
|
59732
|
+
},
|
|
59733
|
+
"properties": {}
|
|
59734
|
+
},
|
|
59735
|
+
{
|
|
59736
|
+
"title": "Request headers (string)",
|
|
59737
|
+
"description": "Headers to include in the HTTP request, as newline-separated values. For example, `X-Api-Key: abc123\nAuthorization: Bearer token`.",
|
|
59738
|
+
"type": "string"
|
|
59739
|
+
}
|
|
59740
|
+
]
|
|
59013
59741
|
}
|
|
59014
59742
|
}
|
|
59015
59743
|
}
|
|
@@ -59049,6 +59777,14 @@
|
|
|
59049
59777
|
"trim"
|
|
59050
59778
|
]
|
|
59051
59779
|
},
|
|
59780
|
+
"params": {
|
|
59781
|
+
"description": "Query parameters to append to the resolved URL. Merged on top of `originParams` from config; step keys win on collision. If `url` already contains a colliding query key, the value here replaces it. Values support environment variable substitution via `$VAR` syntax. WARNING: values are embedded in the request URL and appear in test results, logs, and reports.",
|
|
59782
|
+
"type": "object",
|
|
59783
|
+
"additionalProperties": {
|
|
59784
|
+
"type": "string"
|
|
59785
|
+
},
|
|
59786
|
+
"default": {}
|
|
59787
|
+
},
|
|
59052
59788
|
"statusCodes": {
|
|
59053
59789
|
"description": "Accepted status codes. If the specified URL returns a code other than what is specified here, the action fails.",
|
|
59054
59790
|
"anyOf": [
|
|
@@ -59073,6 +59809,26 @@
|
|
|
59073
59809
|
307,
|
|
59074
59810
|
308
|
|
59075
59811
|
]
|
|
59812
|
+
},
|
|
59813
|
+
"headers": {
|
|
59814
|
+
"description": "Additional HTTP headers to include in the request. Merged on top of Doc Detective's default browser-mimicking headers. Useful for sites behind bot protection or WAFs that allowlist specific headers (for example, a Cloudflare Access service token or a `Cookie` with a `cf_clearance` value).",
|
|
59815
|
+
"default": {},
|
|
59816
|
+
"anyOf": [
|
|
59817
|
+
{
|
|
59818
|
+
"title": "Request headers (object)",
|
|
59819
|
+
"description": "Headers to include in the HTTP request, in key/value format. Values must be strings.",
|
|
59820
|
+
"type": "object",
|
|
59821
|
+
"additionalProperties": {
|
|
59822
|
+
"type": "string"
|
|
59823
|
+
},
|
|
59824
|
+
"properties": {}
|
|
59825
|
+
},
|
|
59826
|
+
{
|
|
59827
|
+
"title": "Request headers (string)",
|
|
59828
|
+
"description": "Headers to include in the HTTP request, as newline-separated values. For example, `X-Api-Key: abc123\nAuthorization: Bearer token`.",
|
|
59829
|
+
"type": "string"
|
|
59830
|
+
}
|
|
59831
|
+
]
|
|
59076
59832
|
}
|
|
59077
59833
|
}
|
|
59078
59834
|
}
|
|
@@ -59091,6 +59847,13 @@
|
|
|
59091
59847
|
"statusCodes": [
|
|
59092
59848
|
200
|
|
59093
59849
|
]
|
|
59850
|
+
},
|
|
59851
|
+
{
|
|
59852
|
+
"url": "/health",
|
|
59853
|
+
"origin": "https://my-app.com",
|
|
59854
|
+
"params": {
|
|
59855
|
+
"__clerk_testing_token": "$CLERK_TESTING_TOKEN"
|
|
59856
|
+
}
|
|
59094
59857
|
}
|
|
59095
59858
|
]
|
|
59096
59859
|
}
|
|
@@ -61031,6 +61794,14 @@
|
|
|
61031
61794
|
"trim"
|
|
61032
61795
|
]
|
|
61033
61796
|
},
|
|
61797
|
+
"params": {
|
|
61798
|
+
"description": "Query parameters to append to the resolved URL. Merged on top of `originParams` from config; step keys win on collision. If `url` already contains a colliding query key, the value here replaces it. Values support environment variable substitution via `$VAR` syntax. WARNING: values are embedded in the request URL and appear in test results, logs, and reports.",
|
|
61799
|
+
"type": "object",
|
|
61800
|
+
"additionalProperties": {
|
|
61801
|
+
"type": "string"
|
|
61802
|
+
},
|
|
61803
|
+
"default": {}
|
|
61804
|
+
},
|
|
61034
61805
|
"timeout": {
|
|
61035
61806
|
"type": "integer",
|
|
61036
61807
|
"description": "Maximum time in milliseconds to wait for the page to be ready. If exceeded, the goTo action fails.",
|
|
@@ -61203,6 +61974,14 @@
|
|
|
61203
61974
|
"trim"
|
|
61204
61975
|
]
|
|
61205
61976
|
},
|
|
61977
|
+
"params": {
|
|
61978
|
+
"description": "Query parameters to append to the resolved URL. Merged on top of `originParams` from config; step keys win on collision. If `url` already contains a colliding query key, the value here replaces it. Values support environment variable substitution via `$VAR` syntax. WARNING: values are embedded in the request URL and appear in test results, logs, and reports.",
|
|
61979
|
+
"type": "object",
|
|
61980
|
+
"additionalProperties": {
|
|
61981
|
+
"type": "string"
|
|
61982
|
+
},
|
|
61983
|
+
"default": {}
|
|
61984
|
+
},
|
|
61206
61985
|
"timeout": {
|
|
61207
61986
|
"type": "integer",
|
|
61208
61987
|
"description": "Maximum time in milliseconds to wait for the page to be ready. If exceeded, the goTo action fails.",
|
|
@@ -61352,6 +62131,13 @@
|
|
|
61352
62131
|
"url": "/search",
|
|
61353
62132
|
"origin": "https://www.google.com"
|
|
61354
62133
|
},
|
|
62134
|
+
{
|
|
62135
|
+
"url": "/dashboard",
|
|
62136
|
+
"origin": "https://my-app.com",
|
|
62137
|
+
"params": {
|
|
62138
|
+
"__clerk_testing_token": "$CLERK_TESTING_TOKEN"
|
|
62139
|
+
}
|
|
62140
|
+
},
|
|
61355
62141
|
{
|
|
61356
62142
|
"url": "https://www.example.com",
|
|
61357
62143
|
"waitUntil": {
|
|
@@ -63617,9 +64403,9 @@
|
|
|
63617
64403
|
"anyOf": [
|
|
63618
64404
|
{
|
|
63619
64405
|
"title": "Screenshot (simple)",
|
|
63620
|
-
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
|
|
64406
|
+
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
|
|
63621
64407
|
"type": "string",
|
|
63622
|
-
"pattern": "([A-Za-z0-9_
|
|
64408
|
+
"pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
|
|
63623
64409
|
"transform": [
|
|
63624
64410
|
"trim"
|
|
63625
64411
|
]
|
|
@@ -63630,9 +64416,9 @@
|
|
|
63630
64416
|
"properties": {
|
|
63631
64417
|
"path": {
|
|
63632
64418
|
"title": "Screenshot (simple)",
|
|
63633
|
-
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
|
|
64419
|
+
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
|
|
63634
64420
|
"type": "string",
|
|
63635
|
-
"pattern": "([A-Za-z0-9_
|
|
64421
|
+
"pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
|
|
63636
64422
|
"transform": [
|
|
63637
64423
|
"trim"
|
|
63638
64424
|
]
|
|
@@ -63863,9 +64649,9 @@
|
|
|
63863
64649
|
"schemas": {
|
|
63864
64650
|
"path": {
|
|
63865
64651
|
"title": "Screenshot (simple)",
|
|
63866
|
-
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
|
|
64652
|
+
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
|
|
63867
64653
|
"type": "string",
|
|
63868
|
-
"pattern": "([A-Za-z0-9_
|
|
64654
|
+
"pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
|
|
63869
64655
|
"transform": [
|
|
63870
64656
|
"trim"
|
|
63871
64657
|
]
|
|
@@ -63876,9 +64662,9 @@
|
|
|
63876
64662
|
"properties": {
|
|
63877
64663
|
"path": {
|
|
63878
64664
|
"title": "Screenshot (simple)",
|
|
63879
|
-
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
|
|
64665
|
+
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
|
|
63880
64666
|
"type": "string",
|
|
63881
|
-
"pattern": "([A-Za-z0-9_
|
|
64667
|
+
"pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
|
|
63882
64668
|
"transform": [
|
|
63883
64669
|
"trim"
|
|
63884
64670
|
]
|
|
@@ -64260,6 +65046,12 @@
|
|
|
64260
65046
|
"image.png",
|
|
64261
65047
|
"static/images/image.png",
|
|
64262
65048
|
"/User/manny/projects/doc-detective/static/images/image.png",
|
|
65049
|
+
"https://example.com/static/images/image.png",
|
|
65050
|
+
{
|
|
65051
|
+
"path": "https://promptless-customer-doc-assets.s3.amazonaws.com/docs-images/request-changes-button-0c851bb3.png",
|
|
65052
|
+
"maxVariation": 0.05,
|
|
65053
|
+
"overwrite": "aboveVariation"
|
|
65054
|
+
},
|
|
64263
65055
|
{
|
|
64264
65056
|
"path": "image.png",
|
|
64265
65057
|
"directory": "static/images",
|
|
@@ -67083,6 +67875,14 @@
|
|
|
67083
67875
|
"trim"
|
|
67084
67876
|
]
|
|
67085
67877
|
},
|
|
67878
|
+
"params": {
|
|
67879
|
+
"description": "Query parameters to append to the resolved URL. Merged on top of `originParams` from config; step keys win on collision. If `url` already contains a colliding query key, the value here replaces it. Values support environment variable substitution via `$VAR` syntax. WARNING: values are embedded in the request URL and appear in test results, logs, and reports.",
|
|
67880
|
+
"type": "object",
|
|
67881
|
+
"additionalProperties": {
|
|
67882
|
+
"type": "string"
|
|
67883
|
+
},
|
|
67884
|
+
"default": {}
|
|
67885
|
+
},
|
|
67086
67886
|
"statusCodes": {
|
|
67087
67887
|
"description": "Accepted status codes. If the specified URL returns a code other than what is specified here, the action fails.",
|
|
67088
67888
|
"anyOf": [
|
|
@@ -67107,6 +67907,26 @@
|
|
|
67107
67907
|
307,
|
|
67108
67908
|
308
|
|
67109
67909
|
]
|
|
67910
|
+
},
|
|
67911
|
+
"headers": {
|
|
67912
|
+
"description": "Additional HTTP headers to include in the request. Merged on top of Doc Detective's default browser-mimicking headers. Useful for sites behind bot protection or WAFs that allowlist specific headers (for example, a Cloudflare Access service token or a `Cookie` with a `cf_clearance` value).",
|
|
67913
|
+
"default": {},
|
|
67914
|
+
"anyOf": [
|
|
67915
|
+
{
|
|
67916
|
+
"title": "Request headers (object)",
|
|
67917
|
+
"description": "Headers to include in the HTTP request, in key/value format. Values must be strings.",
|
|
67918
|
+
"type": "object",
|
|
67919
|
+
"additionalProperties": {
|
|
67920
|
+
"type": "string"
|
|
67921
|
+
},
|
|
67922
|
+
"properties": {}
|
|
67923
|
+
},
|
|
67924
|
+
{
|
|
67925
|
+
"title": "Request headers (string)",
|
|
67926
|
+
"description": "Headers to include in the HTTP request, as newline-separated values. For example, `X-Api-Key: abc123\nAuthorization: Bearer token`.",
|
|
67927
|
+
"type": "string"
|
|
67928
|
+
}
|
|
67929
|
+
]
|
|
67110
67930
|
}
|
|
67111
67931
|
}
|
|
67112
67932
|
}
|
|
@@ -67146,6 +67966,14 @@
|
|
|
67146
67966
|
"trim"
|
|
67147
67967
|
]
|
|
67148
67968
|
},
|
|
67969
|
+
"params": {
|
|
67970
|
+
"description": "Query parameters to append to the resolved URL. Merged on top of `originParams` from config; step keys win on collision. If `url` already contains a colliding query key, the value here replaces it. Values support environment variable substitution via `$VAR` syntax. WARNING: values are embedded in the request URL and appear in test results, logs, and reports.",
|
|
67971
|
+
"type": "object",
|
|
67972
|
+
"additionalProperties": {
|
|
67973
|
+
"type": "string"
|
|
67974
|
+
},
|
|
67975
|
+
"default": {}
|
|
67976
|
+
},
|
|
67149
67977
|
"statusCodes": {
|
|
67150
67978
|
"description": "Accepted status codes. If the specified URL returns a code other than what is specified here, the action fails.",
|
|
67151
67979
|
"anyOf": [
|
|
@@ -67170,6 +67998,26 @@
|
|
|
67170
67998
|
307,
|
|
67171
67999
|
308
|
|
67172
68000
|
]
|
|
68001
|
+
},
|
|
68002
|
+
"headers": {
|
|
68003
|
+
"description": "Additional HTTP headers to include in the request. Merged on top of Doc Detective's default browser-mimicking headers. Useful for sites behind bot protection or WAFs that allowlist specific headers (for example, a Cloudflare Access service token or a `Cookie` with a `cf_clearance` value).",
|
|
68004
|
+
"default": {},
|
|
68005
|
+
"anyOf": [
|
|
68006
|
+
{
|
|
68007
|
+
"title": "Request headers (object)",
|
|
68008
|
+
"description": "Headers to include in the HTTP request, in key/value format. Values must be strings.",
|
|
68009
|
+
"type": "object",
|
|
68010
|
+
"additionalProperties": {
|
|
68011
|
+
"type": "string"
|
|
68012
|
+
},
|
|
68013
|
+
"properties": {}
|
|
68014
|
+
},
|
|
68015
|
+
{
|
|
68016
|
+
"title": "Request headers (string)",
|
|
68017
|
+
"description": "Headers to include in the HTTP request, as newline-separated values. For example, `X-Api-Key: abc123\nAuthorization: Bearer token`.",
|
|
68018
|
+
"type": "string"
|
|
68019
|
+
}
|
|
68020
|
+
]
|
|
67173
68021
|
}
|
|
67174
68022
|
}
|
|
67175
68023
|
}
|
|
@@ -67188,6 +68036,13 @@
|
|
|
67188
68036
|
"statusCodes": [
|
|
67189
68037
|
200
|
|
67190
68038
|
]
|
|
68039
|
+
},
|
|
68040
|
+
{
|
|
68041
|
+
"url": "/health",
|
|
68042
|
+
"origin": "https://my-app.com",
|
|
68043
|
+
"params": {
|
|
68044
|
+
"__clerk_testing_token": "$CLERK_TESTING_TOKEN"
|
|
68045
|
+
}
|
|
67191
68046
|
}
|
|
67192
68047
|
]
|
|
67193
68048
|
}
|
|
@@ -69128,6 +69983,14 @@
|
|
|
69128
69983
|
"trim"
|
|
69129
69984
|
]
|
|
69130
69985
|
},
|
|
69986
|
+
"params": {
|
|
69987
|
+
"description": "Query parameters to append to the resolved URL. Merged on top of `originParams` from config; step keys win on collision. If `url` already contains a colliding query key, the value here replaces it. Values support environment variable substitution via `$VAR` syntax. WARNING: values are embedded in the request URL and appear in test results, logs, and reports.",
|
|
69988
|
+
"type": "object",
|
|
69989
|
+
"additionalProperties": {
|
|
69990
|
+
"type": "string"
|
|
69991
|
+
},
|
|
69992
|
+
"default": {}
|
|
69993
|
+
},
|
|
69131
69994
|
"timeout": {
|
|
69132
69995
|
"type": "integer",
|
|
69133
69996
|
"description": "Maximum time in milliseconds to wait for the page to be ready. If exceeded, the goTo action fails.",
|
|
@@ -69300,6 +70163,14 @@
|
|
|
69300
70163
|
"trim"
|
|
69301
70164
|
]
|
|
69302
70165
|
},
|
|
70166
|
+
"params": {
|
|
70167
|
+
"description": "Query parameters to append to the resolved URL. Merged on top of `originParams` from config; step keys win on collision. If `url` already contains a colliding query key, the value here replaces it. Values support environment variable substitution via `$VAR` syntax. WARNING: values are embedded in the request URL and appear in test results, logs, and reports.",
|
|
70168
|
+
"type": "object",
|
|
70169
|
+
"additionalProperties": {
|
|
70170
|
+
"type": "string"
|
|
70171
|
+
},
|
|
70172
|
+
"default": {}
|
|
70173
|
+
},
|
|
69303
70174
|
"timeout": {
|
|
69304
70175
|
"type": "integer",
|
|
69305
70176
|
"description": "Maximum time in milliseconds to wait for the page to be ready. If exceeded, the goTo action fails.",
|
|
@@ -69449,6 +70320,13 @@
|
|
|
69449
70320
|
"url": "/search",
|
|
69450
70321
|
"origin": "https://www.google.com"
|
|
69451
70322
|
},
|
|
70323
|
+
{
|
|
70324
|
+
"url": "/dashboard",
|
|
70325
|
+
"origin": "https://my-app.com",
|
|
70326
|
+
"params": {
|
|
70327
|
+
"__clerk_testing_token": "$CLERK_TESTING_TOKEN"
|
|
70328
|
+
}
|
|
70329
|
+
},
|
|
69452
70330
|
{
|
|
69453
70331
|
"url": "https://www.example.com",
|
|
69454
70332
|
"waitUntil": {
|
|
@@ -71714,9 +72592,9 @@
|
|
|
71714
72592
|
"anyOf": [
|
|
71715
72593
|
{
|
|
71716
72594
|
"title": "Screenshot (simple)",
|
|
71717
|
-
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
|
|
72595
|
+
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
|
|
71718
72596
|
"type": "string",
|
|
71719
|
-
"pattern": "([A-Za-z0-9_
|
|
72597
|
+
"pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
|
|
71720
72598
|
"transform": [
|
|
71721
72599
|
"trim"
|
|
71722
72600
|
]
|
|
@@ -71727,9 +72605,9 @@
|
|
|
71727
72605
|
"properties": {
|
|
71728
72606
|
"path": {
|
|
71729
72607
|
"title": "Screenshot (simple)",
|
|
71730
|
-
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
|
|
72608
|
+
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
|
|
71731
72609
|
"type": "string",
|
|
71732
|
-
"pattern": "([A-Za-z0-9_
|
|
72610
|
+
"pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
|
|
71733
72611
|
"transform": [
|
|
71734
72612
|
"trim"
|
|
71735
72613
|
]
|
|
@@ -71960,9 +72838,9 @@
|
|
|
71960
72838
|
"schemas": {
|
|
71961
72839
|
"path": {
|
|
71962
72840
|
"title": "Screenshot (simple)",
|
|
71963
|
-
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
|
|
72841
|
+
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
|
|
71964
72842
|
"type": "string",
|
|
71965
|
-
"pattern": "([A-Za-z0-9_
|
|
72843
|
+
"pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
|
|
71966
72844
|
"transform": [
|
|
71967
72845
|
"trim"
|
|
71968
72846
|
]
|
|
@@ -71973,9 +72851,9 @@
|
|
|
71973
72851
|
"properties": {
|
|
71974
72852
|
"path": {
|
|
71975
72853
|
"title": "Screenshot (simple)",
|
|
71976
|
-
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
|
|
72854
|
+
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
|
|
71977
72855
|
"type": "string",
|
|
71978
|
-
"pattern": "([A-Za-z0-9_
|
|
72856
|
+
"pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
|
|
71979
72857
|
"transform": [
|
|
71980
72858
|
"trim"
|
|
71981
72859
|
]
|
|
@@ -72357,6 +73235,12 @@
|
|
|
72357
73235
|
"image.png",
|
|
72358
73236
|
"static/images/image.png",
|
|
72359
73237
|
"/User/manny/projects/doc-detective/static/images/image.png",
|
|
73238
|
+
"https://example.com/static/images/image.png",
|
|
73239
|
+
{
|
|
73240
|
+
"path": "https://promptless-customer-doc-assets.s3.amazonaws.com/docs-images/request-changes-button-0c851bb3.png",
|
|
73241
|
+
"maxVariation": 0.05,
|
|
73242
|
+
"overwrite": "aboveVariation"
|
|
73243
|
+
},
|
|
72360
73244
|
{
|
|
72361
73245
|
"path": "image.png",
|
|
72362
73246
|
"directory": "static/images",
|
|
@@ -76041,9 +76925,9 @@
|
|
|
76041
76925
|
"anyOf": [
|
|
76042
76926
|
{
|
|
76043
76927
|
"title": "Screenshot (simple)",
|
|
76044
|
-
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
|
|
76928
|
+
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
|
|
76045
76929
|
"type": "string",
|
|
76046
|
-
"pattern": "([A-Za-z0-9_
|
|
76930
|
+
"pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
|
|
76047
76931
|
"transform": [
|
|
76048
76932
|
"trim"
|
|
76049
76933
|
]
|
|
@@ -76054,9 +76938,9 @@
|
|
|
76054
76938
|
"properties": {
|
|
76055
76939
|
"path": {
|
|
76056
76940
|
"title": "Screenshot (simple)",
|
|
76057
|
-
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
|
|
76941
|
+
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
|
|
76058
76942
|
"type": "string",
|
|
76059
|
-
"pattern": "([A-Za-z0-9_
|
|
76943
|
+
"pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
|
|
76060
76944
|
"transform": [
|
|
76061
76945
|
"trim"
|
|
76062
76946
|
]
|
|
@@ -76287,9 +77171,9 @@
|
|
|
76287
77171
|
"schemas": {
|
|
76288
77172
|
"path": {
|
|
76289
77173
|
"title": "Screenshot (simple)",
|
|
76290
|
-
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
|
|
77174
|
+
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
|
|
76291
77175
|
"type": "string",
|
|
76292
|
-
"pattern": "([A-Za-z0-9_
|
|
77176
|
+
"pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
|
|
76293
77177
|
"transform": [
|
|
76294
77178
|
"trim"
|
|
76295
77179
|
]
|
|
@@ -76300,9 +77184,9 @@
|
|
|
76300
77184
|
"properties": {
|
|
76301
77185
|
"path": {
|
|
76302
77186
|
"title": "Screenshot (simple)",
|
|
76303
|
-
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
|
|
77187
|
+
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
|
|
76304
77188
|
"type": "string",
|
|
76305
|
-
"pattern": "([A-Za-z0-9_
|
|
77189
|
+
"pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
|
|
76306
77190
|
"transform": [
|
|
76307
77191
|
"trim"
|
|
76308
77192
|
]
|
|
@@ -76684,6 +77568,12 @@
|
|
|
76684
77568
|
"image.png",
|
|
76685
77569
|
"static/images/image.png",
|
|
76686
77570
|
"/User/manny/projects/doc-detective/static/images/image.png",
|
|
77571
|
+
"https://example.com/static/images/image.png",
|
|
77572
|
+
{
|
|
77573
|
+
"path": "https://promptless-customer-doc-assets.s3.amazonaws.com/docs-images/request-changes-button-0c851bb3.png",
|
|
77574
|
+
"maxVariation": 0.05,
|
|
77575
|
+
"overwrite": "aboveVariation"
|
|
77576
|
+
},
|
|
76687
77577
|
{
|
|
76688
77578
|
"path": "image.png",
|
|
76689
77579
|
"directory": "static/images",
|
|
@@ -78272,6 +79162,14 @@
|
|
|
78272
79162
|
"trim"
|
|
78273
79163
|
]
|
|
78274
79164
|
},
|
|
79165
|
+
"params": {
|
|
79166
|
+
"description": "Query parameters to append to the resolved URL. Merged on top of `originParams` from config; step keys win on collision. If `url` already contains a colliding query key, the value here replaces it. Values support environment variable substitution via `$VAR` syntax. WARNING: values are embedded in the request URL and appear in test results, logs, and reports.",
|
|
79167
|
+
"type": "object",
|
|
79168
|
+
"additionalProperties": {
|
|
79169
|
+
"type": "string"
|
|
79170
|
+
},
|
|
79171
|
+
"default": {}
|
|
79172
|
+
},
|
|
78275
79173
|
"statusCodes": {
|
|
78276
79174
|
"description": "Accepted status codes. If the specified URL returns a code other than what is specified here, the action fails.",
|
|
78277
79175
|
"anyOf": [
|
|
@@ -78296,6 +79194,26 @@
|
|
|
78296
79194
|
307,
|
|
78297
79195
|
308
|
|
78298
79196
|
]
|
|
79197
|
+
},
|
|
79198
|
+
"headers": {
|
|
79199
|
+
"description": "Additional HTTP headers to include in the request. Merged on top of Doc Detective's default browser-mimicking headers. Useful for sites behind bot protection or WAFs that allowlist specific headers (for example, a Cloudflare Access service token or a `Cookie` with a `cf_clearance` value).",
|
|
79200
|
+
"default": {},
|
|
79201
|
+
"anyOf": [
|
|
79202
|
+
{
|
|
79203
|
+
"title": "Request headers (object)",
|
|
79204
|
+
"description": "Headers to include in the HTTP request, in key/value format. Values must be strings.",
|
|
79205
|
+
"type": "object",
|
|
79206
|
+
"additionalProperties": {
|
|
79207
|
+
"type": "string"
|
|
79208
|
+
},
|
|
79209
|
+
"properties": {}
|
|
79210
|
+
},
|
|
79211
|
+
{
|
|
79212
|
+
"title": "Request headers (string)",
|
|
79213
|
+
"description": "Headers to include in the HTTP request, as newline-separated values. For example, `X-Api-Key: abc123\nAuthorization: Bearer token`.",
|
|
79214
|
+
"type": "string"
|
|
79215
|
+
}
|
|
79216
|
+
]
|
|
78299
79217
|
}
|
|
78300
79218
|
}
|
|
78301
79219
|
}
|
|
@@ -78335,6 +79253,14 @@
|
|
|
78335
79253
|
"trim"
|
|
78336
79254
|
]
|
|
78337
79255
|
},
|
|
79256
|
+
"params": {
|
|
79257
|
+
"description": "Query parameters to append to the resolved URL. Merged on top of `originParams` from config; step keys win on collision. If `url` already contains a colliding query key, the value here replaces it. Values support environment variable substitution via `$VAR` syntax. WARNING: values are embedded in the request URL and appear in test results, logs, and reports.",
|
|
79258
|
+
"type": "object",
|
|
79259
|
+
"additionalProperties": {
|
|
79260
|
+
"type": "string"
|
|
79261
|
+
},
|
|
79262
|
+
"default": {}
|
|
79263
|
+
},
|
|
78338
79264
|
"statusCodes": {
|
|
78339
79265
|
"description": "Accepted status codes. If the specified URL returns a code other than what is specified here, the action fails.",
|
|
78340
79266
|
"anyOf": [
|
|
@@ -78359,6 +79285,26 @@
|
|
|
78359
79285
|
307,
|
|
78360
79286
|
308
|
|
78361
79287
|
]
|
|
79288
|
+
},
|
|
79289
|
+
"headers": {
|
|
79290
|
+
"description": "Additional HTTP headers to include in the request. Merged on top of Doc Detective's default browser-mimicking headers. Useful for sites behind bot protection or WAFs that allowlist specific headers (for example, a Cloudflare Access service token or a `Cookie` with a `cf_clearance` value).",
|
|
79291
|
+
"default": {},
|
|
79292
|
+
"anyOf": [
|
|
79293
|
+
{
|
|
79294
|
+
"title": "Request headers (object)",
|
|
79295
|
+
"description": "Headers to include in the HTTP request, in key/value format. Values must be strings.",
|
|
79296
|
+
"type": "object",
|
|
79297
|
+
"additionalProperties": {
|
|
79298
|
+
"type": "string"
|
|
79299
|
+
},
|
|
79300
|
+
"properties": {}
|
|
79301
|
+
},
|
|
79302
|
+
{
|
|
79303
|
+
"title": "Request headers (string)",
|
|
79304
|
+
"description": "Headers to include in the HTTP request, as newline-separated values. For example, `X-Api-Key: abc123\nAuthorization: Bearer token`.",
|
|
79305
|
+
"type": "string"
|
|
79306
|
+
}
|
|
79307
|
+
]
|
|
78362
79308
|
}
|
|
78363
79309
|
}
|
|
78364
79310
|
}
|
|
@@ -78377,6 +79323,13 @@
|
|
|
78377
79323
|
"statusCodes": [
|
|
78378
79324
|
200
|
|
78379
79325
|
]
|
|
79326
|
+
},
|
|
79327
|
+
{
|
|
79328
|
+
"url": "/health",
|
|
79329
|
+
"origin": "https://my-app.com",
|
|
79330
|
+
"params": {
|
|
79331
|
+
"__clerk_testing_token": "$CLERK_TESTING_TOKEN"
|
|
79332
|
+
}
|
|
78380
79333
|
}
|
|
78381
79334
|
]
|
|
78382
79335
|
}
|
|
@@ -80317,6 +81270,14 @@
|
|
|
80317
81270
|
"trim"
|
|
80318
81271
|
]
|
|
80319
81272
|
},
|
|
81273
|
+
"params": {
|
|
81274
|
+
"description": "Query parameters to append to the resolved URL. Merged on top of `originParams` from config; step keys win on collision. If `url` already contains a colliding query key, the value here replaces it. Values support environment variable substitution via `$VAR` syntax. WARNING: values are embedded in the request URL and appear in test results, logs, and reports.",
|
|
81275
|
+
"type": "object",
|
|
81276
|
+
"additionalProperties": {
|
|
81277
|
+
"type": "string"
|
|
81278
|
+
},
|
|
81279
|
+
"default": {}
|
|
81280
|
+
},
|
|
80320
81281
|
"timeout": {
|
|
80321
81282
|
"type": "integer",
|
|
80322
81283
|
"description": "Maximum time in milliseconds to wait for the page to be ready. If exceeded, the goTo action fails.",
|
|
@@ -80489,6 +81450,14 @@
|
|
|
80489
81450
|
"trim"
|
|
80490
81451
|
]
|
|
80491
81452
|
},
|
|
81453
|
+
"params": {
|
|
81454
|
+
"description": "Query parameters to append to the resolved URL. Merged on top of `originParams` from config; step keys win on collision. If `url` already contains a colliding query key, the value here replaces it. Values support environment variable substitution via `$VAR` syntax. WARNING: values are embedded in the request URL and appear in test results, logs, and reports.",
|
|
81455
|
+
"type": "object",
|
|
81456
|
+
"additionalProperties": {
|
|
81457
|
+
"type": "string"
|
|
81458
|
+
},
|
|
81459
|
+
"default": {}
|
|
81460
|
+
},
|
|
80492
81461
|
"timeout": {
|
|
80493
81462
|
"type": "integer",
|
|
80494
81463
|
"description": "Maximum time in milliseconds to wait for the page to be ready. If exceeded, the goTo action fails.",
|
|
@@ -80638,6 +81607,13 @@
|
|
|
80638
81607
|
"url": "/search",
|
|
80639
81608
|
"origin": "https://www.google.com"
|
|
80640
81609
|
},
|
|
81610
|
+
{
|
|
81611
|
+
"url": "/dashboard",
|
|
81612
|
+
"origin": "https://my-app.com",
|
|
81613
|
+
"params": {
|
|
81614
|
+
"__clerk_testing_token": "$CLERK_TESTING_TOKEN"
|
|
81615
|
+
}
|
|
81616
|
+
},
|
|
80641
81617
|
{
|
|
80642
81618
|
"url": "https://www.example.com",
|
|
80643
81619
|
"waitUntil": {
|
|
@@ -82903,9 +83879,9 @@
|
|
|
82903
83879
|
"anyOf": [
|
|
82904
83880
|
{
|
|
82905
83881
|
"title": "Screenshot (simple)",
|
|
82906
|
-
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
|
|
83882
|
+
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
|
|
82907
83883
|
"type": "string",
|
|
82908
|
-
"pattern": "([A-Za-z0-9_
|
|
83884
|
+
"pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
|
|
82909
83885
|
"transform": [
|
|
82910
83886
|
"trim"
|
|
82911
83887
|
]
|
|
@@ -82916,9 +83892,9 @@
|
|
|
82916
83892
|
"properties": {
|
|
82917
83893
|
"path": {
|
|
82918
83894
|
"title": "Screenshot (simple)",
|
|
82919
|
-
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
|
|
83895
|
+
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
|
|
82920
83896
|
"type": "string",
|
|
82921
|
-
"pattern": "([A-Za-z0-9_
|
|
83897
|
+
"pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
|
|
82922
83898
|
"transform": [
|
|
82923
83899
|
"trim"
|
|
82924
83900
|
]
|
|
@@ -83149,9 +84125,9 @@
|
|
|
83149
84125
|
"schemas": {
|
|
83150
84126
|
"path": {
|
|
83151
84127
|
"title": "Screenshot (simple)",
|
|
83152
|
-
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
|
|
84128
|
+
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
|
|
83153
84129
|
"type": "string",
|
|
83154
|
-
"pattern": "([A-Za-z0-9_
|
|
84130
|
+
"pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
|
|
83155
84131
|
"transform": [
|
|
83156
84132
|
"trim"
|
|
83157
84133
|
]
|
|
@@ -83162,9 +84138,9 @@
|
|
|
83162
84138
|
"properties": {
|
|
83163
84139
|
"path": {
|
|
83164
84140
|
"title": "Screenshot (simple)",
|
|
83165
|
-
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
|
|
84141
|
+
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
|
|
83166
84142
|
"type": "string",
|
|
83167
|
-
"pattern": "([A-Za-z0-9_
|
|
84143
|
+
"pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
|
|
83168
84144
|
"transform": [
|
|
83169
84145
|
"trim"
|
|
83170
84146
|
]
|
|
@@ -83546,6 +84522,12 @@
|
|
|
83546
84522
|
"image.png",
|
|
83547
84523
|
"static/images/image.png",
|
|
83548
84524
|
"/User/manny/projects/doc-detective/static/images/image.png",
|
|
84525
|
+
"https://example.com/static/images/image.png",
|
|
84526
|
+
{
|
|
84527
|
+
"path": "https://promptless-customer-doc-assets.s3.amazonaws.com/docs-images/request-changes-button-0c851bb3.png",
|
|
84528
|
+
"maxVariation": 0.05,
|
|
84529
|
+
"overwrite": "aboveVariation"
|
|
84530
|
+
},
|
|
83549
84531
|
{
|
|
83550
84532
|
"path": "image.png",
|
|
83551
84533
|
"directory": "static/images",
|
|
@@ -86369,6 +87351,14 @@
|
|
|
86369
87351
|
"trim"
|
|
86370
87352
|
]
|
|
86371
87353
|
},
|
|
87354
|
+
"params": {
|
|
87355
|
+
"description": "Query parameters to append to the resolved URL. Merged on top of `originParams` from config; step keys win on collision. If `url` already contains a colliding query key, the value here replaces it. Values support environment variable substitution via `$VAR` syntax. WARNING: values are embedded in the request URL and appear in test results, logs, and reports.",
|
|
87356
|
+
"type": "object",
|
|
87357
|
+
"additionalProperties": {
|
|
87358
|
+
"type": "string"
|
|
87359
|
+
},
|
|
87360
|
+
"default": {}
|
|
87361
|
+
},
|
|
86372
87362
|
"statusCodes": {
|
|
86373
87363
|
"description": "Accepted status codes. If the specified URL returns a code other than what is specified here, the action fails.",
|
|
86374
87364
|
"anyOf": [
|
|
@@ -86393,6 +87383,26 @@
|
|
|
86393
87383
|
307,
|
|
86394
87384
|
308
|
|
86395
87385
|
]
|
|
87386
|
+
},
|
|
87387
|
+
"headers": {
|
|
87388
|
+
"description": "Additional HTTP headers to include in the request. Merged on top of Doc Detective's default browser-mimicking headers. Useful for sites behind bot protection or WAFs that allowlist specific headers (for example, a Cloudflare Access service token or a `Cookie` with a `cf_clearance` value).",
|
|
87389
|
+
"default": {},
|
|
87390
|
+
"anyOf": [
|
|
87391
|
+
{
|
|
87392
|
+
"title": "Request headers (object)",
|
|
87393
|
+
"description": "Headers to include in the HTTP request, in key/value format. Values must be strings.",
|
|
87394
|
+
"type": "object",
|
|
87395
|
+
"additionalProperties": {
|
|
87396
|
+
"type": "string"
|
|
87397
|
+
},
|
|
87398
|
+
"properties": {}
|
|
87399
|
+
},
|
|
87400
|
+
{
|
|
87401
|
+
"title": "Request headers (string)",
|
|
87402
|
+
"description": "Headers to include in the HTTP request, as newline-separated values. For example, `X-Api-Key: abc123\nAuthorization: Bearer token`.",
|
|
87403
|
+
"type": "string"
|
|
87404
|
+
}
|
|
87405
|
+
]
|
|
86396
87406
|
}
|
|
86397
87407
|
}
|
|
86398
87408
|
}
|
|
@@ -86432,6 +87442,14 @@
|
|
|
86432
87442
|
"trim"
|
|
86433
87443
|
]
|
|
86434
87444
|
},
|
|
87445
|
+
"params": {
|
|
87446
|
+
"description": "Query parameters to append to the resolved URL. Merged on top of `originParams` from config; step keys win on collision. If `url` already contains a colliding query key, the value here replaces it. Values support environment variable substitution via `$VAR` syntax. WARNING: values are embedded in the request URL and appear in test results, logs, and reports.",
|
|
87447
|
+
"type": "object",
|
|
87448
|
+
"additionalProperties": {
|
|
87449
|
+
"type": "string"
|
|
87450
|
+
},
|
|
87451
|
+
"default": {}
|
|
87452
|
+
},
|
|
86435
87453
|
"statusCodes": {
|
|
86436
87454
|
"description": "Accepted status codes. If the specified URL returns a code other than what is specified here, the action fails.",
|
|
86437
87455
|
"anyOf": [
|
|
@@ -86456,6 +87474,26 @@
|
|
|
86456
87474
|
307,
|
|
86457
87475
|
308
|
|
86458
87476
|
]
|
|
87477
|
+
},
|
|
87478
|
+
"headers": {
|
|
87479
|
+
"description": "Additional HTTP headers to include in the request. Merged on top of Doc Detective's default browser-mimicking headers. Useful for sites behind bot protection or WAFs that allowlist specific headers (for example, a Cloudflare Access service token or a `Cookie` with a `cf_clearance` value).",
|
|
87480
|
+
"default": {},
|
|
87481
|
+
"anyOf": [
|
|
87482
|
+
{
|
|
87483
|
+
"title": "Request headers (object)",
|
|
87484
|
+
"description": "Headers to include in the HTTP request, in key/value format. Values must be strings.",
|
|
87485
|
+
"type": "object",
|
|
87486
|
+
"additionalProperties": {
|
|
87487
|
+
"type": "string"
|
|
87488
|
+
},
|
|
87489
|
+
"properties": {}
|
|
87490
|
+
},
|
|
87491
|
+
{
|
|
87492
|
+
"title": "Request headers (string)",
|
|
87493
|
+
"description": "Headers to include in the HTTP request, as newline-separated values. For example, `X-Api-Key: abc123\nAuthorization: Bearer token`.",
|
|
87494
|
+
"type": "string"
|
|
87495
|
+
}
|
|
87496
|
+
]
|
|
86459
87497
|
}
|
|
86460
87498
|
}
|
|
86461
87499
|
}
|
|
@@ -86474,6 +87512,13 @@
|
|
|
86474
87512
|
"statusCodes": [
|
|
86475
87513
|
200
|
|
86476
87514
|
]
|
|
87515
|
+
},
|
|
87516
|
+
{
|
|
87517
|
+
"url": "/health",
|
|
87518
|
+
"origin": "https://my-app.com",
|
|
87519
|
+
"params": {
|
|
87520
|
+
"__clerk_testing_token": "$CLERK_TESTING_TOKEN"
|
|
87521
|
+
}
|
|
86477
87522
|
}
|
|
86478
87523
|
]
|
|
86479
87524
|
}
|
|
@@ -88414,6 +89459,14 @@
|
|
|
88414
89459
|
"trim"
|
|
88415
89460
|
]
|
|
88416
89461
|
},
|
|
89462
|
+
"params": {
|
|
89463
|
+
"description": "Query parameters to append to the resolved URL. Merged on top of `originParams` from config; step keys win on collision. If `url` already contains a colliding query key, the value here replaces it. Values support environment variable substitution via `$VAR` syntax. WARNING: values are embedded in the request URL and appear in test results, logs, and reports.",
|
|
89464
|
+
"type": "object",
|
|
89465
|
+
"additionalProperties": {
|
|
89466
|
+
"type": "string"
|
|
89467
|
+
},
|
|
89468
|
+
"default": {}
|
|
89469
|
+
},
|
|
88417
89470
|
"timeout": {
|
|
88418
89471
|
"type": "integer",
|
|
88419
89472
|
"description": "Maximum time in milliseconds to wait for the page to be ready. If exceeded, the goTo action fails.",
|
|
@@ -88586,6 +89639,14 @@
|
|
|
88586
89639
|
"trim"
|
|
88587
89640
|
]
|
|
88588
89641
|
},
|
|
89642
|
+
"params": {
|
|
89643
|
+
"description": "Query parameters to append to the resolved URL. Merged on top of `originParams` from config; step keys win on collision. If `url` already contains a colliding query key, the value here replaces it. Values support environment variable substitution via `$VAR` syntax. WARNING: values are embedded in the request URL and appear in test results, logs, and reports.",
|
|
89644
|
+
"type": "object",
|
|
89645
|
+
"additionalProperties": {
|
|
89646
|
+
"type": "string"
|
|
89647
|
+
},
|
|
89648
|
+
"default": {}
|
|
89649
|
+
},
|
|
88589
89650
|
"timeout": {
|
|
88590
89651
|
"type": "integer",
|
|
88591
89652
|
"description": "Maximum time in milliseconds to wait for the page to be ready. If exceeded, the goTo action fails.",
|
|
@@ -88735,6 +89796,13 @@
|
|
|
88735
89796
|
"url": "/search",
|
|
88736
89797
|
"origin": "https://www.google.com"
|
|
88737
89798
|
},
|
|
89799
|
+
{
|
|
89800
|
+
"url": "/dashboard",
|
|
89801
|
+
"origin": "https://my-app.com",
|
|
89802
|
+
"params": {
|
|
89803
|
+
"__clerk_testing_token": "$CLERK_TESTING_TOKEN"
|
|
89804
|
+
}
|
|
89805
|
+
},
|
|
88738
89806
|
{
|
|
88739
89807
|
"url": "https://www.example.com",
|
|
88740
89808
|
"waitUntil": {
|
|
@@ -91000,9 +92068,9 @@
|
|
|
91000
92068
|
"anyOf": [
|
|
91001
92069
|
{
|
|
91002
92070
|
"title": "Screenshot (simple)",
|
|
91003
|
-
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
|
|
92071
|
+
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
|
|
91004
92072
|
"type": "string",
|
|
91005
|
-
"pattern": "([A-Za-z0-9_
|
|
92073
|
+
"pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
|
|
91006
92074
|
"transform": [
|
|
91007
92075
|
"trim"
|
|
91008
92076
|
]
|
|
@@ -91013,9 +92081,9 @@
|
|
|
91013
92081
|
"properties": {
|
|
91014
92082
|
"path": {
|
|
91015
92083
|
"title": "Screenshot (simple)",
|
|
91016
|
-
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
|
|
92084
|
+
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
|
|
91017
92085
|
"type": "string",
|
|
91018
|
-
"pattern": "([A-Za-z0-9_
|
|
92086
|
+
"pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
|
|
91019
92087
|
"transform": [
|
|
91020
92088
|
"trim"
|
|
91021
92089
|
]
|
|
@@ -91246,9 +92314,9 @@
|
|
|
91246
92314
|
"schemas": {
|
|
91247
92315
|
"path": {
|
|
91248
92316
|
"title": "Screenshot (simple)",
|
|
91249
|
-
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
|
|
92317
|
+
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
|
|
91250
92318
|
"type": "string",
|
|
91251
|
-
"pattern": "([A-Za-z0-9_
|
|
92319
|
+
"pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
|
|
91252
92320
|
"transform": [
|
|
91253
92321
|
"trim"
|
|
91254
92322
|
]
|
|
@@ -91259,9 +92327,9 @@
|
|
|
91259
92327
|
"properties": {
|
|
91260
92328
|
"path": {
|
|
91261
92329
|
"title": "Screenshot (simple)",
|
|
91262
|
-
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
|
|
92330
|
+
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
|
|
91263
92331
|
"type": "string",
|
|
91264
|
-
"pattern": "([A-Za-z0-9_
|
|
92332
|
+
"pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
|
|
91265
92333
|
"transform": [
|
|
91266
92334
|
"trim"
|
|
91267
92335
|
]
|
|
@@ -91643,6 +92711,12 @@
|
|
|
91643
92711
|
"image.png",
|
|
91644
92712
|
"static/images/image.png",
|
|
91645
92713
|
"/User/manny/projects/doc-detective/static/images/image.png",
|
|
92714
|
+
"https://example.com/static/images/image.png",
|
|
92715
|
+
{
|
|
92716
|
+
"path": "https://promptless-customer-doc-assets.s3.amazonaws.com/docs-images/request-changes-button-0c851bb3.png",
|
|
92717
|
+
"maxVariation": 0.05,
|
|
92718
|
+
"overwrite": "aboveVariation"
|
|
92719
|
+
},
|
|
91646
92720
|
{
|
|
91647
92721
|
"path": "image.png",
|
|
91648
92722
|
"directory": "static/images",
|
|
@@ -94746,6 +95820,14 @@
|
|
|
94746
95820
|
"trim"
|
|
94747
95821
|
]
|
|
94748
95822
|
},
|
|
95823
|
+
"params": {
|
|
95824
|
+
"description": "Query parameters to append to the resolved URL. Merged on top of `originParams` from config; step keys win on collision. If `url` already contains a colliding query key, the value here replaces it. Values support environment variable substitution via `$VAR` syntax. WARNING: values are embedded in the request URL and appear in test results, logs, and reports.",
|
|
95825
|
+
"type": "object",
|
|
95826
|
+
"additionalProperties": {
|
|
95827
|
+
"type": "string"
|
|
95828
|
+
},
|
|
95829
|
+
"default": {}
|
|
95830
|
+
},
|
|
94749
95831
|
"statusCodes": {
|
|
94750
95832
|
"description": "Accepted status codes. If the specified URL returns a code other than what is specified here, the action fails.",
|
|
94751
95833
|
"anyOf": [
|
|
@@ -94770,6 +95852,26 @@
|
|
|
94770
95852
|
307,
|
|
94771
95853
|
308
|
|
94772
95854
|
]
|
|
95855
|
+
},
|
|
95856
|
+
"headers": {
|
|
95857
|
+
"description": "Additional HTTP headers to include in the request. Merged on top of Doc Detective's default browser-mimicking headers. Useful for sites behind bot protection or WAFs that allowlist specific headers (for example, a Cloudflare Access service token or a `Cookie` with a `cf_clearance` value).",
|
|
95858
|
+
"default": {},
|
|
95859
|
+
"anyOf": [
|
|
95860
|
+
{
|
|
95861
|
+
"title": "Request headers (object)",
|
|
95862
|
+
"description": "Headers to include in the HTTP request, in key/value format. Values must be strings.",
|
|
95863
|
+
"type": "object",
|
|
95864
|
+
"additionalProperties": {
|
|
95865
|
+
"type": "string"
|
|
95866
|
+
},
|
|
95867
|
+
"properties": {}
|
|
95868
|
+
},
|
|
95869
|
+
{
|
|
95870
|
+
"title": "Request headers (string)",
|
|
95871
|
+
"description": "Headers to include in the HTTP request, as newline-separated values. For example, `X-Api-Key: abc123\nAuthorization: Bearer token`.",
|
|
95872
|
+
"type": "string"
|
|
95873
|
+
}
|
|
95874
|
+
]
|
|
94773
95875
|
}
|
|
94774
95876
|
}
|
|
94775
95877
|
}
|
|
@@ -94809,6 +95911,14 @@
|
|
|
94809
95911
|
"trim"
|
|
94810
95912
|
]
|
|
94811
95913
|
},
|
|
95914
|
+
"params": {
|
|
95915
|
+
"description": "Query parameters to append to the resolved URL. Merged on top of `originParams` from config; step keys win on collision. If `url` already contains a colliding query key, the value here replaces it. Values support environment variable substitution via `$VAR` syntax. WARNING: values are embedded in the request URL and appear in test results, logs, and reports.",
|
|
95916
|
+
"type": "object",
|
|
95917
|
+
"additionalProperties": {
|
|
95918
|
+
"type": "string"
|
|
95919
|
+
},
|
|
95920
|
+
"default": {}
|
|
95921
|
+
},
|
|
94812
95922
|
"statusCodes": {
|
|
94813
95923
|
"description": "Accepted status codes. If the specified URL returns a code other than what is specified here, the action fails.",
|
|
94814
95924
|
"anyOf": [
|
|
@@ -94833,6 +95943,26 @@
|
|
|
94833
95943
|
307,
|
|
94834
95944
|
308
|
|
94835
95945
|
]
|
|
95946
|
+
},
|
|
95947
|
+
"headers": {
|
|
95948
|
+
"description": "Additional HTTP headers to include in the request. Merged on top of Doc Detective's default browser-mimicking headers. Useful for sites behind bot protection or WAFs that allowlist specific headers (for example, a Cloudflare Access service token or a `Cookie` with a `cf_clearance` value).",
|
|
95949
|
+
"default": {},
|
|
95950
|
+
"anyOf": [
|
|
95951
|
+
{
|
|
95952
|
+
"title": "Request headers (object)",
|
|
95953
|
+
"description": "Headers to include in the HTTP request, in key/value format. Values must be strings.",
|
|
95954
|
+
"type": "object",
|
|
95955
|
+
"additionalProperties": {
|
|
95956
|
+
"type": "string"
|
|
95957
|
+
},
|
|
95958
|
+
"properties": {}
|
|
95959
|
+
},
|
|
95960
|
+
{
|
|
95961
|
+
"title": "Request headers (string)",
|
|
95962
|
+
"description": "Headers to include in the HTTP request, as newline-separated values. For example, `X-Api-Key: abc123\nAuthorization: Bearer token`.",
|
|
95963
|
+
"type": "string"
|
|
95964
|
+
}
|
|
95965
|
+
]
|
|
94836
95966
|
}
|
|
94837
95967
|
}
|
|
94838
95968
|
}
|
|
@@ -94851,6 +95981,13 @@
|
|
|
94851
95981
|
"statusCodes": [
|
|
94852
95982
|
200
|
|
94853
95983
|
]
|
|
95984
|
+
},
|
|
95985
|
+
{
|
|
95986
|
+
"url": "/health",
|
|
95987
|
+
"origin": "https://my-app.com",
|
|
95988
|
+
"params": {
|
|
95989
|
+
"__clerk_testing_token": "$CLERK_TESTING_TOKEN"
|
|
95990
|
+
}
|
|
94854
95991
|
}
|
|
94855
95992
|
]
|
|
94856
95993
|
}
|
|
@@ -96791,6 +97928,14 @@
|
|
|
96791
97928
|
"trim"
|
|
96792
97929
|
]
|
|
96793
97930
|
},
|
|
97931
|
+
"params": {
|
|
97932
|
+
"description": "Query parameters to append to the resolved URL. Merged on top of `originParams` from config; step keys win on collision. If `url` already contains a colliding query key, the value here replaces it. Values support environment variable substitution via `$VAR` syntax. WARNING: values are embedded in the request URL and appear in test results, logs, and reports.",
|
|
97933
|
+
"type": "object",
|
|
97934
|
+
"additionalProperties": {
|
|
97935
|
+
"type": "string"
|
|
97936
|
+
},
|
|
97937
|
+
"default": {}
|
|
97938
|
+
},
|
|
96794
97939
|
"timeout": {
|
|
96795
97940
|
"type": "integer",
|
|
96796
97941
|
"description": "Maximum time in milliseconds to wait for the page to be ready. If exceeded, the goTo action fails.",
|
|
@@ -96963,6 +98108,14 @@
|
|
|
96963
98108
|
"trim"
|
|
96964
98109
|
]
|
|
96965
98110
|
},
|
|
98111
|
+
"params": {
|
|
98112
|
+
"description": "Query parameters to append to the resolved URL. Merged on top of `originParams` from config; step keys win on collision. If `url` already contains a colliding query key, the value here replaces it. Values support environment variable substitution via `$VAR` syntax. WARNING: values are embedded in the request URL and appear in test results, logs, and reports.",
|
|
98113
|
+
"type": "object",
|
|
98114
|
+
"additionalProperties": {
|
|
98115
|
+
"type": "string"
|
|
98116
|
+
},
|
|
98117
|
+
"default": {}
|
|
98118
|
+
},
|
|
96966
98119
|
"timeout": {
|
|
96967
98120
|
"type": "integer",
|
|
96968
98121
|
"description": "Maximum time in milliseconds to wait for the page to be ready. If exceeded, the goTo action fails.",
|
|
@@ -97112,6 +98265,13 @@
|
|
|
97112
98265
|
"url": "/search",
|
|
97113
98266
|
"origin": "https://www.google.com"
|
|
97114
98267
|
},
|
|
98268
|
+
{
|
|
98269
|
+
"url": "/dashboard",
|
|
98270
|
+
"origin": "https://my-app.com",
|
|
98271
|
+
"params": {
|
|
98272
|
+
"__clerk_testing_token": "$CLERK_TESTING_TOKEN"
|
|
98273
|
+
}
|
|
98274
|
+
},
|
|
97115
98275
|
{
|
|
97116
98276
|
"url": "https://www.example.com",
|
|
97117
98277
|
"waitUntil": {
|
|
@@ -99377,9 +100537,9 @@
|
|
|
99377
100537
|
"anyOf": [
|
|
99378
100538
|
{
|
|
99379
100539
|
"title": "Screenshot (simple)",
|
|
99380
|
-
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
|
|
100540
|
+
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
|
|
99381
100541
|
"type": "string",
|
|
99382
|
-
"pattern": "([A-Za-z0-9_
|
|
100542
|
+
"pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
|
|
99383
100543
|
"transform": [
|
|
99384
100544
|
"trim"
|
|
99385
100545
|
]
|
|
@@ -99390,9 +100550,9 @@
|
|
|
99390
100550
|
"properties": {
|
|
99391
100551
|
"path": {
|
|
99392
100552
|
"title": "Screenshot (simple)",
|
|
99393
|
-
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
|
|
100553
|
+
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
|
|
99394
100554
|
"type": "string",
|
|
99395
|
-
"pattern": "([A-Za-z0-9_
|
|
100555
|
+
"pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
|
|
99396
100556
|
"transform": [
|
|
99397
100557
|
"trim"
|
|
99398
100558
|
]
|
|
@@ -99623,9 +100783,9 @@
|
|
|
99623
100783
|
"schemas": {
|
|
99624
100784
|
"path": {
|
|
99625
100785
|
"title": "Screenshot (simple)",
|
|
99626
|
-
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
|
|
100786
|
+
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
|
|
99627
100787
|
"type": "string",
|
|
99628
|
-
"pattern": "([A-Za-z0-9_
|
|
100788
|
+
"pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
|
|
99629
100789
|
"transform": [
|
|
99630
100790
|
"trim"
|
|
99631
100791
|
]
|
|
@@ -99636,9 +100796,9 @@
|
|
|
99636
100796
|
"properties": {
|
|
99637
100797
|
"path": {
|
|
99638
100798
|
"title": "Screenshot (simple)",
|
|
99639
|
-
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
|
|
100799
|
+
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
|
|
99640
100800
|
"type": "string",
|
|
99641
|
-
"pattern": "([A-Za-z0-9_
|
|
100801
|
+
"pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
|
|
99642
100802
|
"transform": [
|
|
99643
100803
|
"trim"
|
|
99644
100804
|
]
|
|
@@ -100020,6 +101180,12 @@
|
|
|
100020
101180
|
"image.png",
|
|
100021
101181
|
"static/images/image.png",
|
|
100022
101182
|
"/User/manny/projects/doc-detective/static/images/image.png",
|
|
101183
|
+
"https://example.com/static/images/image.png",
|
|
101184
|
+
{
|
|
101185
|
+
"path": "https://promptless-customer-doc-assets.s3.amazonaws.com/docs-images/request-changes-button-0c851bb3.png",
|
|
101186
|
+
"maxVariation": 0.05,
|
|
101187
|
+
"overwrite": "aboveVariation"
|
|
101188
|
+
},
|
|
100023
101189
|
{
|
|
100024
101190
|
"path": "image.png",
|
|
100025
101191
|
"directory": "static/images",
|
|
@@ -103196,6 +104362,14 @@
|
|
|
103196
104362
|
"trim"
|
|
103197
104363
|
]
|
|
103198
104364
|
},
|
|
104365
|
+
"params": {
|
|
104366
|
+
"description": "Query parameters to append to the resolved URL. Merged on top of `originParams` from config; step keys win on collision. If `url` already contains a colliding query key, the value here replaces it. Values support environment variable substitution via `$VAR` syntax. WARNING: values are embedded in the request URL and appear in test results, logs, and reports.",
|
|
104367
|
+
"type": "object",
|
|
104368
|
+
"additionalProperties": {
|
|
104369
|
+
"type": "string"
|
|
104370
|
+
},
|
|
104371
|
+
"default": {}
|
|
104372
|
+
},
|
|
103199
104373
|
"statusCodes": {
|
|
103200
104374
|
"description": "Accepted status codes. If the specified URL returns a code other than what is specified here, the action fails.",
|
|
103201
104375
|
"anyOf": [
|
|
@@ -103220,6 +104394,26 @@
|
|
|
103220
104394
|
307,
|
|
103221
104395
|
308
|
|
103222
104396
|
]
|
|
104397
|
+
},
|
|
104398
|
+
"headers": {
|
|
104399
|
+
"description": "Additional HTTP headers to include in the request. Merged on top of Doc Detective's default browser-mimicking headers. Useful for sites behind bot protection or WAFs that allowlist specific headers (for example, a Cloudflare Access service token or a `Cookie` with a `cf_clearance` value).",
|
|
104400
|
+
"default": {},
|
|
104401
|
+
"anyOf": [
|
|
104402
|
+
{
|
|
104403
|
+
"title": "Request headers (object)",
|
|
104404
|
+
"description": "Headers to include in the HTTP request, in key/value format. Values must be strings.",
|
|
104405
|
+
"type": "object",
|
|
104406
|
+
"additionalProperties": {
|
|
104407
|
+
"type": "string"
|
|
104408
|
+
},
|
|
104409
|
+
"properties": {}
|
|
104410
|
+
},
|
|
104411
|
+
{
|
|
104412
|
+
"title": "Request headers (string)",
|
|
104413
|
+
"description": "Headers to include in the HTTP request, as newline-separated values. For example, `X-Api-Key: abc123\nAuthorization: Bearer token`.",
|
|
104414
|
+
"type": "string"
|
|
104415
|
+
}
|
|
104416
|
+
]
|
|
103223
104417
|
}
|
|
103224
104418
|
}
|
|
103225
104419
|
}
|
|
@@ -103259,6 +104453,14 @@
|
|
|
103259
104453
|
"trim"
|
|
103260
104454
|
]
|
|
103261
104455
|
},
|
|
104456
|
+
"params": {
|
|
104457
|
+
"description": "Query parameters to append to the resolved URL. Merged on top of `originParams` from config; step keys win on collision. If `url` already contains a colliding query key, the value here replaces it. Values support environment variable substitution via `$VAR` syntax. WARNING: values are embedded in the request URL and appear in test results, logs, and reports.",
|
|
104458
|
+
"type": "object",
|
|
104459
|
+
"additionalProperties": {
|
|
104460
|
+
"type": "string"
|
|
104461
|
+
},
|
|
104462
|
+
"default": {}
|
|
104463
|
+
},
|
|
103262
104464
|
"statusCodes": {
|
|
103263
104465
|
"description": "Accepted status codes. If the specified URL returns a code other than what is specified here, the action fails.",
|
|
103264
104466
|
"anyOf": [
|
|
@@ -103283,6 +104485,26 @@
|
|
|
103283
104485
|
307,
|
|
103284
104486
|
308
|
|
103285
104487
|
]
|
|
104488
|
+
},
|
|
104489
|
+
"headers": {
|
|
104490
|
+
"description": "Additional HTTP headers to include in the request. Merged on top of Doc Detective's default browser-mimicking headers. Useful for sites behind bot protection or WAFs that allowlist specific headers (for example, a Cloudflare Access service token or a `Cookie` with a `cf_clearance` value).",
|
|
104491
|
+
"default": {},
|
|
104492
|
+
"anyOf": [
|
|
104493
|
+
{
|
|
104494
|
+
"title": "Request headers (object)",
|
|
104495
|
+
"description": "Headers to include in the HTTP request, in key/value format. Values must be strings.",
|
|
104496
|
+
"type": "object",
|
|
104497
|
+
"additionalProperties": {
|
|
104498
|
+
"type": "string"
|
|
104499
|
+
},
|
|
104500
|
+
"properties": {}
|
|
104501
|
+
},
|
|
104502
|
+
{
|
|
104503
|
+
"title": "Request headers (string)",
|
|
104504
|
+
"description": "Headers to include in the HTTP request, as newline-separated values. For example, `X-Api-Key: abc123\nAuthorization: Bearer token`.",
|
|
104505
|
+
"type": "string"
|
|
104506
|
+
}
|
|
104507
|
+
]
|
|
103286
104508
|
}
|
|
103287
104509
|
}
|
|
103288
104510
|
}
|
|
@@ -103301,6 +104523,13 @@
|
|
|
103301
104523
|
"statusCodes": [
|
|
103302
104524
|
200
|
|
103303
104525
|
]
|
|
104526
|
+
},
|
|
104527
|
+
{
|
|
104528
|
+
"url": "/health",
|
|
104529
|
+
"origin": "https://my-app.com",
|
|
104530
|
+
"params": {
|
|
104531
|
+
"__clerk_testing_token": "$CLERK_TESTING_TOKEN"
|
|
104532
|
+
}
|
|
103304
104533
|
}
|
|
103305
104534
|
]
|
|
103306
104535
|
}
|
|
@@ -105241,6 +106470,14 @@
|
|
|
105241
106470
|
"trim"
|
|
105242
106471
|
]
|
|
105243
106472
|
},
|
|
106473
|
+
"params": {
|
|
106474
|
+
"description": "Query parameters to append to the resolved URL. Merged on top of `originParams` from config; step keys win on collision. If `url` already contains a colliding query key, the value here replaces it. Values support environment variable substitution via `$VAR` syntax. WARNING: values are embedded in the request URL and appear in test results, logs, and reports.",
|
|
106475
|
+
"type": "object",
|
|
106476
|
+
"additionalProperties": {
|
|
106477
|
+
"type": "string"
|
|
106478
|
+
},
|
|
106479
|
+
"default": {}
|
|
106480
|
+
},
|
|
105244
106481
|
"timeout": {
|
|
105245
106482
|
"type": "integer",
|
|
105246
106483
|
"description": "Maximum time in milliseconds to wait for the page to be ready. If exceeded, the goTo action fails.",
|
|
@@ -105413,6 +106650,14 @@
|
|
|
105413
106650
|
"trim"
|
|
105414
106651
|
]
|
|
105415
106652
|
},
|
|
106653
|
+
"params": {
|
|
106654
|
+
"description": "Query parameters to append to the resolved URL. Merged on top of `originParams` from config; step keys win on collision. If `url` already contains a colliding query key, the value here replaces it. Values support environment variable substitution via `$VAR` syntax. WARNING: values are embedded in the request URL and appear in test results, logs, and reports.",
|
|
106655
|
+
"type": "object",
|
|
106656
|
+
"additionalProperties": {
|
|
106657
|
+
"type": "string"
|
|
106658
|
+
},
|
|
106659
|
+
"default": {}
|
|
106660
|
+
},
|
|
105416
106661
|
"timeout": {
|
|
105417
106662
|
"type": "integer",
|
|
105418
106663
|
"description": "Maximum time in milliseconds to wait for the page to be ready. If exceeded, the goTo action fails.",
|
|
@@ -105562,6 +106807,13 @@
|
|
|
105562
106807
|
"url": "/search",
|
|
105563
106808
|
"origin": "https://www.google.com"
|
|
105564
106809
|
},
|
|
106810
|
+
{
|
|
106811
|
+
"url": "/dashboard",
|
|
106812
|
+
"origin": "https://my-app.com",
|
|
106813
|
+
"params": {
|
|
106814
|
+
"__clerk_testing_token": "$CLERK_TESTING_TOKEN"
|
|
106815
|
+
}
|
|
106816
|
+
},
|
|
105565
106817
|
{
|
|
105566
106818
|
"url": "https://www.example.com",
|
|
105567
106819
|
"waitUntil": {
|
|
@@ -107827,9 +109079,9 @@
|
|
|
107827
109079
|
"anyOf": [
|
|
107828
109080
|
{
|
|
107829
109081
|
"title": "Screenshot (simple)",
|
|
107830
|
-
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
|
|
109082
|
+
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
|
|
107831
109083
|
"type": "string",
|
|
107832
|
-
"pattern": "([A-Za-z0-9_
|
|
109084
|
+
"pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
|
|
107833
109085
|
"transform": [
|
|
107834
109086
|
"trim"
|
|
107835
109087
|
]
|
|
@@ -107840,9 +109092,9 @@
|
|
|
107840
109092
|
"properties": {
|
|
107841
109093
|
"path": {
|
|
107842
109094
|
"title": "Screenshot (simple)",
|
|
107843
|
-
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
|
|
109095
|
+
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
|
|
107844
109096
|
"type": "string",
|
|
107845
|
-
"pattern": "([A-Za-z0-9_
|
|
109097
|
+
"pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
|
|
107846
109098
|
"transform": [
|
|
107847
109099
|
"trim"
|
|
107848
109100
|
]
|
|
@@ -108073,9 +109325,9 @@
|
|
|
108073
109325
|
"schemas": {
|
|
108074
109326
|
"path": {
|
|
108075
109327
|
"title": "Screenshot (simple)",
|
|
108076
|
-
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
|
|
109328
|
+
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
|
|
108077
109329
|
"type": "string",
|
|
108078
|
-
"pattern": "([A-Za-z0-9_
|
|
109330
|
+
"pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
|
|
108079
109331
|
"transform": [
|
|
108080
109332
|
"trim"
|
|
108081
109333
|
]
|
|
@@ -108086,9 +109338,9 @@
|
|
|
108086
109338
|
"properties": {
|
|
108087
109339
|
"path": {
|
|
108088
109340
|
"title": "Screenshot (simple)",
|
|
108089
|
-
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
|
|
109341
|
+
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
|
|
108090
109342
|
"type": "string",
|
|
108091
|
-
"pattern": "([A-Za-z0-9_
|
|
109343
|
+
"pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
|
|
108092
109344
|
"transform": [
|
|
108093
109345
|
"trim"
|
|
108094
109346
|
]
|
|
@@ -108470,6 +109722,12 @@
|
|
|
108470
109722
|
"image.png",
|
|
108471
109723
|
"static/images/image.png",
|
|
108472
109724
|
"/User/manny/projects/doc-detective/static/images/image.png",
|
|
109725
|
+
"https://example.com/static/images/image.png",
|
|
109726
|
+
{
|
|
109727
|
+
"path": "https://promptless-customer-doc-assets.s3.amazonaws.com/docs-images/request-changes-button-0c851bb3.png",
|
|
109728
|
+
"maxVariation": 0.05,
|
|
109729
|
+
"overwrite": "aboveVariation"
|
|
109730
|
+
},
|
|
108473
109731
|
{
|
|
108474
109732
|
"path": "image.png",
|
|
108475
109733
|
"directory": "static/images",
|
|
@@ -111293,6 +112551,14 @@
|
|
|
111293
112551
|
"trim"
|
|
111294
112552
|
]
|
|
111295
112553
|
},
|
|
112554
|
+
"params": {
|
|
112555
|
+
"description": "Query parameters to append to the resolved URL. Merged on top of `originParams` from config; step keys win on collision. If `url` already contains a colliding query key, the value here replaces it. Values support environment variable substitution via `$VAR` syntax. WARNING: values are embedded in the request URL and appear in test results, logs, and reports.",
|
|
112556
|
+
"type": "object",
|
|
112557
|
+
"additionalProperties": {
|
|
112558
|
+
"type": "string"
|
|
112559
|
+
},
|
|
112560
|
+
"default": {}
|
|
112561
|
+
},
|
|
111296
112562
|
"statusCodes": {
|
|
111297
112563
|
"description": "Accepted status codes. If the specified URL returns a code other than what is specified here, the action fails.",
|
|
111298
112564
|
"anyOf": [
|
|
@@ -111317,6 +112583,26 @@
|
|
|
111317
112583
|
307,
|
|
111318
112584
|
308
|
|
111319
112585
|
]
|
|
112586
|
+
},
|
|
112587
|
+
"headers": {
|
|
112588
|
+
"description": "Additional HTTP headers to include in the request. Merged on top of Doc Detective's default browser-mimicking headers. Useful for sites behind bot protection or WAFs that allowlist specific headers (for example, a Cloudflare Access service token or a `Cookie` with a `cf_clearance` value).",
|
|
112589
|
+
"default": {},
|
|
112590
|
+
"anyOf": [
|
|
112591
|
+
{
|
|
112592
|
+
"title": "Request headers (object)",
|
|
112593
|
+
"description": "Headers to include in the HTTP request, in key/value format. Values must be strings.",
|
|
112594
|
+
"type": "object",
|
|
112595
|
+
"additionalProperties": {
|
|
112596
|
+
"type": "string"
|
|
112597
|
+
},
|
|
112598
|
+
"properties": {}
|
|
112599
|
+
},
|
|
112600
|
+
{
|
|
112601
|
+
"title": "Request headers (string)",
|
|
112602
|
+
"description": "Headers to include in the HTTP request, as newline-separated values. For example, `X-Api-Key: abc123\nAuthorization: Bearer token`.",
|
|
112603
|
+
"type": "string"
|
|
112604
|
+
}
|
|
112605
|
+
]
|
|
111320
112606
|
}
|
|
111321
112607
|
}
|
|
111322
112608
|
}
|
|
@@ -111356,6 +112642,14 @@
|
|
|
111356
112642
|
"trim"
|
|
111357
112643
|
]
|
|
111358
112644
|
},
|
|
112645
|
+
"params": {
|
|
112646
|
+
"description": "Query parameters to append to the resolved URL. Merged on top of `originParams` from config; step keys win on collision. If `url` already contains a colliding query key, the value here replaces it. Values support environment variable substitution via `$VAR` syntax. WARNING: values are embedded in the request URL and appear in test results, logs, and reports.",
|
|
112647
|
+
"type": "object",
|
|
112648
|
+
"additionalProperties": {
|
|
112649
|
+
"type": "string"
|
|
112650
|
+
},
|
|
112651
|
+
"default": {}
|
|
112652
|
+
},
|
|
111359
112653
|
"statusCodes": {
|
|
111360
112654
|
"description": "Accepted status codes. If the specified URL returns a code other than what is specified here, the action fails.",
|
|
111361
112655
|
"anyOf": [
|
|
@@ -111380,6 +112674,26 @@
|
|
|
111380
112674
|
307,
|
|
111381
112675
|
308
|
|
111382
112676
|
]
|
|
112677
|
+
},
|
|
112678
|
+
"headers": {
|
|
112679
|
+
"description": "Additional HTTP headers to include in the request. Merged on top of Doc Detective's default browser-mimicking headers. Useful for sites behind bot protection or WAFs that allowlist specific headers (for example, a Cloudflare Access service token or a `Cookie` with a `cf_clearance` value).",
|
|
112680
|
+
"default": {},
|
|
112681
|
+
"anyOf": [
|
|
112682
|
+
{
|
|
112683
|
+
"title": "Request headers (object)",
|
|
112684
|
+
"description": "Headers to include in the HTTP request, in key/value format. Values must be strings.",
|
|
112685
|
+
"type": "object",
|
|
112686
|
+
"additionalProperties": {
|
|
112687
|
+
"type": "string"
|
|
112688
|
+
},
|
|
112689
|
+
"properties": {}
|
|
112690
|
+
},
|
|
112691
|
+
{
|
|
112692
|
+
"title": "Request headers (string)",
|
|
112693
|
+
"description": "Headers to include in the HTTP request, as newline-separated values. For example, `X-Api-Key: abc123\nAuthorization: Bearer token`.",
|
|
112694
|
+
"type": "string"
|
|
112695
|
+
}
|
|
112696
|
+
]
|
|
111383
112697
|
}
|
|
111384
112698
|
}
|
|
111385
112699
|
}
|
|
@@ -111398,6 +112712,13 @@
|
|
|
111398
112712
|
"statusCodes": [
|
|
111399
112713
|
200
|
|
111400
112714
|
]
|
|
112715
|
+
},
|
|
112716
|
+
{
|
|
112717
|
+
"url": "/health",
|
|
112718
|
+
"origin": "https://my-app.com",
|
|
112719
|
+
"params": {
|
|
112720
|
+
"__clerk_testing_token": "$CLERK_TESTING_TOKEN"
|
|
112721
|
+
}
|
|
111401
112722
|
}
|
|
111402
112723
|
]
|
|
111403
112724
|
}
|
|
@@ -113338,6 +114659,14 @@
|
|
|
113338
114659
|
"trim"
|
|
113339
114660
|
]
|
|
113340
114661
|
},
|
|
114662
|
+
"params": {
|
|
114663
|
+
"description": "Query parameters to append to the resolved URL. Merged on top of `originParams` from config; step keys win on collision. If `url` already contains a colliding query key, the value here replaces it. Values support environment variable substitution via `$VAR` syntax. WARNING: values are embedded in the request URL and appear in test results, logs, and reports.",
|
|
114664
|
+
"type": "object",
|
|
114665
|
+
"additionalProperties": {
|
|
114666
|
+
"type": "string"
|
|
114667
|
+
},
|
|
114668
|
+
"default": {}
|
|
114669
|
+
},
|
|
113341
114670
|
"timeout": {
|
|
113342
114671
|
"type": "integer",
|
|
113343
114672
|
"description": "Maximum time in milliseconds to wait for the page to be ready. If exceeded, the goTo action fails.",
|
|
@@ -113510,6 +114839,14 @@
|
|
|
113510
114839
|
"trim"
|
|
113511
114840
|
]
|
|
113512
114841
|
},
|
|
114842
|
+
"params": {
|
|
114843
|
+
"description": "Query parameters to append to the resolved URL. Merged on top of `originParams` from config; step keys win on collision. If `url` already contains a colliding query key, the value here replaces it. Values support environment variable substitution via `$VAR` syntax. WARNING: values are embedded in the request URL and appear in test results, logs, and reports.",
|
|
114844
|
+
"type": "object",
|
|
114845
|
+
"additionalProperties": {
|
|
114846
|
+
"type": "string"
|
|
114847
|
+
},
|
|
114848
|
+
"default": {}
|
|
114849
|
+
},
|
|
113513
114850
|
"timeout": {
|
|
113514
114851
|
"type": "integer",
|
|
113515
114852
|
"description": "Maximum time in milliseconds to wait for the page to be ready. If exceeded, the goTo action fails.",
|
|
@@ -113659,6 +114996,13 @@
|
|
|
113659
114996
|
"url": "/search",
|
|
113660
114997
|
"origin": "https://www.google.com"
|
|
113661
114998
|
},
|
|
114999
|
+
{
|
|
115000
|
+
"url": "/dashboard",
|
|
115001
|
+
"origin": "https://my-app.com",
|
|
115002
|
+
"params": {
|
|
115003
|
+
"__clerk_testing_token": "$CLERK_TESTING_TOKEN"
|
|
115004
|
+
}
|
|
115005
|
+
},
|
|
113662
115006
|
{
|
|
113663
115007
|
"url": "https://www.example.com",
|
|
113664
115008
|
"waitUntil": {
|
|
@@ -115924,9 +117268,9 @@
|
|
|
115924
117268
|
"anyOf": [
|
|
115925
117269
|
{
|
|
115926
117270
|
"title": "Screenshot (simple)",
|
|
115927
|
-
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
|
|
117271
|
+
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
|
|
115928
117272
|
"type": "string",
|
|
115929
|
-
"pattern": "([A-Za-z0-9_
|
|
117273
|
+
"pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
|
|
115930
117274
|
"transform": [
|
|
115931
117275
|
"trim"
|
|
115932
117276
|
]
|
|
@@ -115937,9 +117281,9 @@
|
|
|
115937
117281
|
"properties": {
|
|
115938
117282
|
"path": {
|
|
115939
117283
|
"title": "Screenshot (simple)",
|
|
115940
|
-
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
|
|
117284
|
+
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
|
|
115941
117285
|
"type": "string",
|
|
115942
|
-
"pattern": "([A-Za-z0-9_
|
|
117286
|
+
"pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
|
|
115943
117287
|
"transform": [
|
|
115944
117288
|
"trim"
|
|
115945
117289
|
]
|
|
@@ -116170,9 +117514,9 @@
|
|
|
116170
117514
|
"schemas": {
|
|
116171
117515
|
"path": {
|
|
116172
117516
|
"title": "Screenshot (simple)",
|
|
116173
|
-
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
|
|
117517
|
+
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
|
|
116174
117518
|
"type": "string",
|
|
116175
|
-
"pattern": "([A-Za-z0-9_
|
|
117519
|
+
"pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
|
|
116176
117520
|
"transform": [
|
|
116177
117521
|
"trim"
|
|
116178
117522
|
]
|
|
@@ -116183,9 +117527,9 @@
|
|
|
116183
117527
|
"properties": {
|
|
116184
117528
|
"path": {
|
|
116185
117529
|
"title": "Screenshot (simple)",
|
|
116186
|
-
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
|
|
117530
|
+
"description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
|
|
116187
117531
|
"type": "string",
|
|
116188
|
-
"pattern": "([A-Za-z0-9_
|
|
117532
|
+
"pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
|
|
116189
117533
|
"transform": [
|
|
116190
117534
|
"trim"
|
|
116191
117535
|
]
|
|
@@ -116567,6 +117911,12 @@
|
|
|
116567
117911
|
"image.png",
|
|
116568
117912
|
"static/images/image.png",
|
|
116569
117913
|
"/User/manny/projects/doc-detective/static/images/image.png",
|
|
117914
|
+
"https://example.com/static/images/image.png",
|
|
117915
|
+
{
|
|
117916
|
+
"path": "https://promptless-customer-doc-assets.s3.amazonaws.com/docs-images/request-changes-button-0c851bb3.png",
|
|
117917
|
+
"maxVariation": 0.05,
|
|
117918
|
+
"overwrite": "aboveVariation"
|
|
117919
|
+
},
|
|
116570
117920
|
{
|
|
116571
117921
|
"path": "image.png",
|
|
116572
117922
|
"directory": "static/images",
|