@grafana/k6-test-builder 0.5.2 → 0.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +0 -79
- package/dist/index.js +6 -86
- package/dist/module.js +6 -86
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -131,33 +131,7 @@ interface ScriptScenarioConfig<T = ScenarioOptions> extends ConfigObject<T> {
|
|
|
131
131
|
body: string;
|
|
132
132
|
}
|
|
133
133
|
export const DOCS_ARTICLE_LINKS: {
|
|
134
|
-
root: string;
|
|
135
|
-
'error-codes': string;
|
|
136
|
-
start: string;
|
|
137
|
-
notifications: string;
|
|
138
|
-
'script-examples': string;
|
|
139
|
-
'ramp-up': string;
|
|
140
|
-
'insights-smart-results': string;
|
|
141
|
-
'interpret-test': string;
|
|
142
|
-
'concepts.checks': string;
|
|
143
|
-
'concepts.thresholds': string;
|
|
144
|
-
'concepts.performance-alerts': string;
|
|
145
|
-
'performance-alerts.too-many-urls': string;
|
|
146
|
-
'performance-alerts.third-party-content': string;
|
|
147
|
-
checks: string;
|
|
148
134
|
thresholds: string;
|
|
149
|
-
metrics: string;
|
|
150
|
-
'metrics.built-in': string;
|
|
151
|
-
'metrics.custom': string;
|
|
152
|
-
scenarios: string;
|
|
153
|
-
tutorials: string;
|
|
154
|
-
'tutorials.automated-performance-testing.local-vs-cloud-execution': string;
|
|
155
|
-
'compare-results': string;
|
|
156
|
-
'insights-help': string;
|
|
157
|
-
'how-to-do-browser-recording': string;
|
|
158
|
-
'user-token': string;
|
|
159
|
-
'organization-help': string;
|
|
160
|
-
'project-help': string;
|
|
161
135
|
'request-builder': string;
|
|
162
136
|
'cloud-logs': string;
|
|
163
137
|
'cloud-apm': string;
|
|
@@ -166,60 +140,7 @@ export const DOCS_ARTICLE_LINKS: {
|
|
|
166
140
|
'cloud-apm-grafana-cloud': string;
|
|
167
141
|
'cloud-apm-new-relic': string;
|
|
168
142
|
'results-visualization/cloud': string;
|
|
169
|
-
'options.discard-response-bodies': string;
|
|
170
|
-
'groups-help': string;
|
|
171
|
-
'url-grouping-help': string;
|
|
172
|
-
'tags-help': string;
|
|
173
|
-
'websockets-help': string;
|
|
174
|
-
'http-requests-help': string;
|
|
175
|
-
'recording-help': string;
|
|
176
|
-
'data-retention-policy': string;
|
|
177
|
-
'usage-reports': string;
|
|
178
|
-
'manage-thresholds': string;
|
|
179
|
-
faq: string;
|
|
180
|
-
'getting-started': string;
|
|
181
|
-
'run-test': string;
|
|
182
|
-
'product-overview': string;
|
|
183
|
-
'javascript-api': string;
|
|
184
|
-
'javascript-api.metrics': string;
|
|
185
|
-
'javascript-api.http.set-response-callback': string;
|
|
186
|
-
'javascript-api.sleep': string;
|
|
187
|
-
'api-load-testing': string;
|
|
188
|
-
scripting: string;
|
|
189
|
-
'test-running': string;
|
|
190
|
-
'what-is-vus': string;
|
|
191
|
-
'filter-domains': string;
|
|
192
|
-
debuggin: string;
|
|
193
|
-
'schedule-help': string;
|
|
194
|
-
'request-builder.basic': string;
|
|
195
|
-
'request-builder.advanced': string;
|
|
196
|
-
'request-builder.payload': string;
|
|
197
|
-
'request-builder.scripting': string;
|
|
198
|
-
'request-builder.query-params': string;
|
|
199
|
-
'request-builder.variables': string;
|
|
200
|
-
'request-builder.checks': string;
|
|
201
|
-
'request-builder.headers': string;
|
|
202
|
-
'request-builder.importing': string;
|
|
203
143
|
'cloud-tests-from-cli.load-zones': string;
|
|
204
|
-
'http-requests.url-grouping': string;
|
|
205
|
-
'http-requests.tags': string;
|
|
206
|
-
'modules.local-filesystem-modules': string;
|
|
207
|
-
'performance-insights.too-many-groups': string;
|
|
208
|
-
'performance-insights.too-many-metrics': string;
|
|
209
|
-
'performance-insights.too-many-urls': string;
|
|
210
|
-
'performance-insights.too-many-time-series': string;
|
|
211
|
-
'performance-insights.third-party-content': string;
|
|
212
|
-
'performance-insights.high-load-generator-cpu-usage': string;
|
|
213
|
-
'performance-insights.high-load-generator-memory-usage': string;
|
|
214
|
-
'performance-insights.high-http-failure-rate': string;
|
|
215
|
-
'performance-insights.increased-http-failure-rate': string;
|
|
216
|
-
'performance-insights.throughput-limit': string;
|
|
217
|
-
'performance-insights.disabling-performance-insights': string;
|
|
218
|
-
'performance-insights.abort-reason-user': string;
|
|
219
|
-
'performance-insights.abort-reason-threshold': string;
|
|
220
|
-
'performance-insights.abort-reason-system': string;
|
|
221
|
-
'performance-insights.abort-reason-limit': string;
|
|
222
|
-
'performance-insights.abort-reason-script-error': string;
|
|
223
144
|
};
|
|
224
145
|
type DocsArticleLink = keyof typeof DOCS_ARTICLE_LINKS;
|
|
225
146
|
interface ImportItemChoice {
|
package/dist/index.js
CHANGED
|
@@ -639,96 +639,16 @@ const $e96a968658210988$export$bac408da7e039568 = 5242880;
|
|
|
639
639
|
const $e96a968658210988$export$ac45c55a63dc8871 = "Options";
|
|
640
640
|
const $e96a968658210988$export$7b20b9dfd8d07602 = `${$e96a968658210988$export$ac45c55a63dc8871} & Scenarios`;
|
|
641
641
|
const $e96a968658210988$export$9ffca73f9b15ba64 = {
|
|
642
|
-
root: "/",
|
|
643
|
-
"error-codes": "/docs/javascript-api/error-codes/",
|
|
644
|
-
start: "/docs/cloud/",
|
|
645
|
-
notifications: "/docs/cloud/integrations/notifications",
|
|
646
|
-
"script-examples": "/docs/examples",
|
|
647
|
-
"ramp-up": "/docs/test-types/introduction",
|
|
648
|
-
"insights-smart-results": "/docs/cloud/analyzing-results/performance-insights",
|
|
649
|
-
"interpret-test": "/docs/cloud/analyzing-results/overview",
|
|
650
|
-
"concepts.checks": "/docs/using-k6/checks",
|
|
651
|
-
"concepts.thresholds": "/docs/using-k6/thresholds",
|
|
652
|
-
"concepts.performance-alerts": "/docs/cloud/analyzing-results/performance-insights",
|
|
653
|
-
"performance-alerts.too-many-urls": "/docs/cloud/analyzing-results/performance-insights#too-many-urls",
|
|
654
|
-
"performance-alerts.third-party-content": "/docs/cloud/analyzing-results/performance-insights#third-party-content",
|
|
655
|
-
checks: "/docs/using-k6/checks",
|
|
656
642
|
thresholds: "/docs/using-k6/thresholds",
|
|
657
|
-
|
|
658
|
-
"metrics.built-in": "/docs/using-k6/metrics/#built-in-metrics",
|
|
659
|
-
"metrics.custom": "/docs/using-k6/metrics/#custom-metrics",
|
|
660
|
-
scenarios: "/docs/using-k6/scenarios",
|
|
661
|
-
tutorials: "/docs/testing-guides",
|
|
662
|
-
"tutorials.automated-performance-testing.local-vs-cloud-execution": "/docs/testing-guides/automated-performance-testing/#local-vs-cloud-execution",
|
|
663
|
-
"compare-results": "/docs/cloud/analyzing-results/test-comparison",
|
|
664
|
-
"insights-help": "/docs/cloud/analyzing-results/overview",
|
|
665
|
-
"how-to-do-browser-recording": "/docs/test-authoring/recording-a-session",
|
|
666
|
-
"user-token": "/docs/cloud/creating-and-running-a-test/cloud-tests-from-the-cli",
|
|
667
|
-
"organization-help": "/docs/cloud/project-and-team-management/organizations",
|
|
668
|
-
"project-help": "/docs/cloud/project-and-team-management/projects",
|
|
669
|
-
"request-builder": "/docs/test-authoring/test-builder/",
|
|
643
|
+
"request-builder": "/docs/test-authoring/test-builder",
|
|
670
644
|
"cloud-logs": "/docs/cloud/analyzing-results/logs",
|
|
671
|
-
"cloud-apm": "/docs/cloud/integrations/cloud-apm
|
|
645
|
+
"cloud-apm": "/docs/cloud/integrations/cloud-apm",
|
|
672
646
|
"cloud-apm-azure-monitor": "/docs/cloud/integrations/cloud-apm/azure-monitor",
|
|
673
647
|
"cloud-apm-datadog": "/docs/cloud/integrations/cloud-apm/datadog",
|
|
674
648
|
"cloud-apm-grafana-cloud": "/docs/cloud/integrations/cloud-apm/grafana-cloud",
|
|
675
649
|
"cloud-apm-new-relic": "/docs/cloud/integrations/cloud-apm/new-relic",
|
|
676
|
-
"results-visualization/cloud": "/docs/results-visualization/cloud
|
|
677
|
-
"
|
|
678
|
-
"groups-help": "/docs/using-k6/tags-and-groups",
|
|
679
|
-
"url-grouping-help": "/docs/using-k6/http-requests/#url-grouping",
|
|
680
|
-
"tags-help": "/docs/using-k6/tags-and-groups#tags",
|
|
681
|
-
"websockets-help": "/docs/using-k6/protocols/websockets",
|
|
682
|
-
"http-requests-help": "/docs/using-k6/http-requests",
|
|
683
|
-
//@ This link seems to be broken
|
|
684
|
-
"recording-help": "/docs/cloud/creating-and-running-a-test/recording-a-test-script",
|
|
685
|
-
"data-retention-policy": "/docs/cloud/billing-user-menu/data-retention",
|
|
686
|
-
"usage-reports": "/docs/cloud/manage/usage-reports",
|
|
687
|
-
"manage-thresholds": "/docs/cloud/manage/thresholds",
|
|
688
|
-
faq: "/docs/cloud/cloud-faq/general-questions",
|
|
689
|
-
"getting-started": "/docs/examples/",
|
|
690
|
-
"run-test": "/docs/examples/",
|
|
691
|
-
"product-overview": "/docs/cloud/",
|
|
692
|
-
"javascript-api": "/docs/javascript-api",
|
|
693
|
-
"javascript-api.metrics": "/docs/javascript-api/k6-metrics",
|
|
694
|
-
"javascript-api.http.set-response-callback": "/docs/javascript-api/k6-http/setresponsecallback",
|
|
695
|
-
"javascript-api.sleep": "/docs/javascript-api/k6/sleep/",
|
|
696
|
-
"api-load-testing": "/docs/testing-guides/api-load-testing",
|
|
697
|
-
scripting: "/docs/examples#examples",
|
|
698
|
-
"test-running": "/docs/getting-started/running-k6",
|
|
699
|
-
"what-is-vus": "/docs/cloud/cloud-faq/general-questions/#what-are-vus-virtual-users",
|
|
700
|
-
"filter-domains": "/docs/test-authoring/recording-a-session",
|
|
701
|
-
debuggin: "/docs/cloud/cloud-faq/general-questions/#what-is-the-best-way-to-debug-my-load-test-scripts",
|
|
702
|
-
"schedule-help": "/docs/cloud/manage/scheduled-tests",
|
|
703
|
-
"request-builder.basic": "/docs/test-authoring/test-builder",
|
|
704
|
-
"request-builder.advanced": "/docs/test-authoring/test-builder",
|
|
705
|
-
"request-builder.payload": "/docs/test-authoring/test-builder",
|
|
706
|
-
"request-builder.scripting": "/docs/test-authoring/test-builder",
|
|
707
|
-
"request-builder.query-params": "/docs/test-authoring/test-builder",
|
|
708
|
-
"request-builder.variables": "/docs/test-authoring/test-builder",
|
|
709
|
-
"request-builder.checks": "/docs/test-authoring/test-builder",
|
|
710
|
-
"request-builder.headers": "/docs/test-authoring/test-builder",
|
|
711
|
-
"request-builder.importing": "/docs/test-authoring/test-builder",
|
|
712
|
-
"cloud-tests-from-cli.load-zones": "/docs/cloud/creating-and-running-a-test/cloud-tests-from-the-cli/#load-zones",
|
|
713
|
-
"http-requests.url-grouping": "/docs/using-k6/http-requests/#url-grouping",
|
|
714
|
-
"http-requests.tags": "/docs/using-k6/http-requests/#http-request-tags",
|
|
715
|
-
"modules.local-filesystem-modules": "/docs/using-k6/modules#local-filesystem-modules",
|
|
716
|
-
"performance-insights.too-many-groups": "/docs/cloud/analyzing-results/performance-insights/#too-many-groups",
|
|
717
|
-
"performance-insights.too-many-metrics": "/docs/cloud/analyzing-results/performance-insights/#too-many-metrics",
|
|
718
|
-
"performance-insights.too-many-urls": "/docs/cloud/analyzing-results/performance-insights/#too-many-urls",
|
|
719
|
-
"performance-insights.too-many-time-series": "/docs/cloud/analyzing-results/performance-insights/#too-many-time-series",
|
|
720
|
-
"performance-insights.third-party-content": "/docs/cloud/analyzing-results/performance-insights/#third-party-content",
|
|
721
|
-
"performance-insights.high-load-generator-cpu-usage": "/docs/cloud/analyzing-results/performance-insights/#high-load-generator-cpu-usage",
|
|
722
|
-
"performance-insights.high-load-generator-memory-usage": "/docs/cloud/analyzing-results/performance-insights/#high-load-generator-memory-usage",
|
|
723
|
-
"performance-insights.high-http-failure-rate": "/docs/cloud/analyzing-results/performance-insights/#high-http-failure-rate",
|
|
724
|
-
"performance-insights.increased-http-failure-rate": "/docs/cloud/analyzing-results/performance-insights/#increased-http-failure-rate",
|
|
725
|
-
"performance-insights.throughput-limit": "/docs/cloud/analyzing-results/performance-insights/#throughput-limit",
|
|
726
|
-
"performance-insights.disabling-performance-insights": "/docs/cloud/analyzing-results/performance-insights/#disabling-specific-performance-insights",
|
|
727
|
-
"performance-insights.abort-reason-user": "/docs/cloud/cloud-faq/general-questions/#aborted-by-user",
|
|
728
|
-
"performance-insights.abort-reason-threshold": "/docs/cloud/cloud-faq/general-questions/#aborted-by-threshold",
|
|
729
|
-
"performance-insights.abort-reason-system": "/docs/cloud/cloud-faq/general-questions/#aborted-by-system",
|
|
730
|
-
"performance-insights.abort-reason-limit": "/docs/cloud/cloud-faq/general-questions/#aborted-by-limit",
|
|
731
|
-
"performance-insights.abort-reason-script-error": "/docs/cloud/cloud-faq/general-questions/#script-error"
|
|
650
|
+
"results-visualization/cloud": "/docs/results-visualization/cloud",
|
|
651
|
+
"cloud-tests-from-cli.load-zones": "/docs/cloud/creating-and-running-a-test/cloud-scripting-extras/load-zones"
|
|
732
652
|
};
|
|
733
653
|
const $e96a968658210988$export$7ff6e792a88a203a = "grpc_reqs";
|
|
734
654
|
const $e96a968658210988$export$4dafb9ce6095cf07 = "grpc_req_duration";
|
|
@@ -1293,7 +1213,7 @@ const $8c4e1b935d327ac5$export$e855ab239004d2d7 = /*#__PURE__*/ (0, ($parcel$int
|
|
|
1293
1213
|
";font-family:",
|
|
1294
1214
|
";&[disabled]{color:",
|
|
1295
1215
|
";cursor:default;}"
|
|
1296
|
-
], ({ theme: theme })=>theme.palette.
|
|
1216
|
+
], ({ theme: theme })=>theme.palette.text.link, ({ theme: theme })=>theme.typography.fontFamily, ({ theme: theme })=>theme.palette.text.disabled);
|
|
1297
1217
|
const $8c4e1b935d327ac5$export$11b902a59791d036 = /*#__PURE__*/ (0, ($parcel$interopDefault($gkIgo$styledcomponents))).div.withConfig({
|
|
1298
1218
|
displayName: "styled__FlexCenter",
|
|
1299
1219
|
componentId: "sc-16070nq-4"
|
|
@@ -8023,7 +7943,7 @@ const $6db129a6d522af4a$export$f87ae5541ccafc19 = ()=>{
|
|
|
8023
7943
|
|
|
8024
7944
|
|
|
8025
7945
|
function $3be06e144aa6adab$export$f02eafcb5728a78e({ disableRecorder: disableRecorder = false }) {
|
|
8026
|
-
const {
|
|
7946
|
+
const { openRecordModal: openRecordModal , TestBuilderIconComponent: TestBuilderIconComponent } = (0, $b0053bc75d27f892$export$8bcb3cb1ba0d67a7)();
|
|
8027
7947
|
const canRecord = !disableRecorder && !!openRecordModal;
|
|
8028
7948
|
return /*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsxs)((0, $bac2ea1f1a1f3a68$export$1cac89340e692781), {
|
|
8029
7949
|
children: [
|
package/dist/module.js
CHANGED
|
@@ -617,96 +617,16 @@ const $977f5f8f585fbb2c$export$bac408da7e039568 = 5242880;
|
|
|
617
617
|
const $977f5f8f585fbb2c$export$ac45c55a63dc8871 = "Options";
|
|
618
618
|
const $977f5f8f585fbb2c$export$7b20b9dfd8d07602 = `${$977f5f8f585fbb2c$export$ac45c55a63dc8871} & Scenarios`;
|
|
619
619
|
const $977f5f8f585fbb2c$export$9ffca73f9b15ba64 = {
|
|
620
|
-
root: "/",
|
|
621
|
-
"error-codes": "/docs/javascript-api/error-codes/",
|
|
622
|
-
start: "/docs/cloud/",
|
|
623
|
-
notifications: "/docs/cloud/integrations/notifications",
|
|
624
|
-
"script-examples": "/docs/examples",
|
|
625
|
-
"ramp-up": "/docs/test-types/introduction",
|
|
626
|
-
"insights-smart-results": "/docs/cloud/analyzing-results/performance-insights",
|
|
627
|
-
"interpret-test": "/docs/cloud/analyzing-results/overview",
|
|
628
|
-
"concepts.checks": "/docs/using-k6/checks",
|
|
629
|
-
"concepts.thresholds": "/docs/using-k6/thresholds",
|
|
630
|
-
"concepts.performance-alerts": "/docs/cloud/analyzing-results/performance-insights",
|
|
631
|
-
"performance-alerts.too-many-urls": "/docs/cloud/analyzing-results/performance-insights#too-many-urls",
|
|
632
|
-
"performance-alerts.third-party-content": "/docs/cloud/analyzing-results/performance-insights#third-party-content",
|
|
633
|
-
checks: "/docs/using-k6/checks",
|
|
634
620
|
thresholds: "/docs/using-k6/thresholds",
|
|
635
|
-
|
|
636
|
-
"metrics.built-in": "/docs/using-k6/metrics/#built-in-metrics",
|
|
637
|
-
"metrics.custom": "/docs/using-k6/metrics/#custom-metrics",
|
|
638
|
-
scenarios: "/docs/using-k6/scenarios",
|
|
639
|
-
tutorials: "/docs/testing-guides",
|
|
640
|
-
"tutorials.automated-performance-testing.local-vs-cloud-execution": "/docs/testing-guides/automated-performance-testing/#local-vs-cloud-execution",
|
|
641
|
-
"compare-results": "/docs/cloud/analyzing-results/test-comparison",
|
|
642
|
-
"insights-help": "/docs/cloud/analyzing-results/overview",
|
|
643
|
-
"how-to-do-browser-recording": "/docs/test-authoring/recording-a-session",
|
|
644
|
-
"user-token": "/docs/cloud/creating-and-running-a-test/cloud-tests-from-the-cli",
|
|
645
|
-
"organization-help": "/docs/cloud/project-and-team-management/organizations",
|
|
646
|
-
"project-help": "/docs/cloud/project-and-team-management/projects",
|
|
647
|
-
"request-builder": "/docs/test-authoring/test-builder/",
|
|
621
|
+
"request-builder": "/docs/test-authoring/test-builder",
|
|
648
622
|
"cloud-logs": "/docs/cloud/analyzing-results/logs",
|
|
649
|
-
"cloud-apm": "/docs/cloud/integrations/cloud-apm
|
|
623
|
+
"cloud-apm": "/docs/cloud/integrations/cloud-apm",
|
|
650
624
|
"cloud-apm-azure-monitor": "/docs/cloud/integrations/cloud-apm/azure-monitor",
|
|
651
625
|
"cloud-apm-datadog": "/docs/cloud/integrations/cloud-apm/datadog",
|
|
652
626
|
"cloud-apm-grafana-cloud": "/docs/cloud/integrations/cloud-apm/grafana-cloud",
|
|
653
627
|
"cloud-apm-new-relic": "/docs/cloud/integrations/cloud-apm/new-relic",
|
|
654
|
-
"results-visualization/cloud": "/docs/results-visualization/cloud
|
|
655
|
-
"
|
|
656
|
-
"groups-help": "/docs/using-k6/tags-and-groups",
|
|
657
|
-
"url-grouping-help": "/docs/using-k6/http-requests/#url-grouping",
|
|
658
|
-
"tags-help": "/docs/using-k6/tags-and-groups#tags",
|
|
659
|
-
"websockets-help": "/docs/using-k6/protocols/websockets",
|
|
660
|
-
"http-requests-help": "/docs/using-k6/http-requests",
|
|
661
|
-
//@ This link seems to be broken
|
|
662
|
-
"recording-help": "/docs/cloud/creating-and-running-a-test/recording-a-test-script",
|
|
663
|
-
"data-retention-policy": "/docs/cloud/billing-user-menu/data-retention",
|
|
664
|
-
"usage-reports": "/docs/cloud/manage/usage-reports",
|
|
665
|
-
"manage-thresholds": "/docs/cloud/manage/thresholds",
|
|
666
|
-
faq: "/docs/cloud/cloud-faq/general-questions",
|
|
667
|
-
"getting-started": "/docs/examples/",
|
|
668
|
-
"run-test": "/docs/examples/",
|
|
669
|
-
"product-overview": "/docs/cloud/",
|
|
670
|
-
"javascript-api": "/docs/javascript-api",
|
|
671
|
-
"javascript-api.metrics": "/docs/javascript-api/k6-metrics",
|
|
672
|
-
"javascript-api.http.set-response-callback": "/docs/javascript-api/k6-http/setresponsecallback",
|
|
673
|
-
"javascript-api.sleep": "/docs/javascript-api/k6/sleep/",
|
|
674
|
-
"api-load-testing": "/docs/testing-guides/api-load-testing",
|
|
675
|
-
scripting: "/docs/examples#examples",
|
|
676
|
-
"test-running": "/docs/getting-started/running-k6",
|
|
677
|
-
"what-is-vus": "/docs/cloud/cloud-faq/general-questions/#what-are-vus-virtual-users",
|
|
678
|
-
"filter-domains": "/docs/test-authoring/recording-a-session",
|
|
679
|
-
debuggin: "/docs/cloud/cloud-faq/general-questions/#what-is-the-best-way-to-debug-my-load-test-scripts",
|
|
680
|
-
"schedule-help": "/docs/cloud/manage/scheduled-tests",
|
|
681
|
-
"request-builder.basic": "/docs/test-authoring/test-builder",
|
|
682
|
-
"request-builder.advanced": "/docs/test-authoring/test-builder",
|
|
683
|
-
"request-builder.payload": "/docs/test-authoring/test-builder",
|
|
684
|
-
"request-builder.scripting": "/docs/test-authoring/test-builder",
|
|
685
|
-
"request-builder.query-params": "/docs/test-authoring/test-builder",
|
|
686
|
-
"request-builder.variables": "/docs/test-authoring/test-builder",
|
|
687
|
-
"request-builder.checks": "/docs/test-authoring/test-builder",
|
|
688
|
-
"request-builder.headers": "/docs/test-authoring/test-builder",
|
|
689
|
-
"request-builder.importing": "/docs/test-authoring/test-builder",
|
|
690
|
-
"cloud-tests-from-cli.load-zones": "/docs/cloud/creating-and-running-a-test/cloud-tests-from-the-cli/#load-zones",
|
|
691
|
-
"http-requests.url-grouping": "/docs/using-k6/http-requests/#url-grouping",
|
|
692
|
-
"http-requests.tags": "/docs/using-k6/http-requests/#http-request-tags",
|
|
693
|
-
"modules.local-filesystem-modules": "/docs/using-k6/modules#local-filesystem-modules",
|
|
694
|
-
"performance-insights.too-many-groups": "/docs/cloud/analyzing-results/performance-insights/#too-many-groups",
|
|
695
|
-
"performance-insights.too-many-metrics": "/docs/cloud/analyzing-results/performance-insights/#too-many-metrics",
|
|
696
|
-
"performance-insights.too-many-urls": "/docs/cloud/analyzing-results/performance-insights/#too-many-urls",
|
|
697
|
-
"performance-insights.too-many-time-series": "/docs/cloud/analyzing-results/performance-insights/#too-many-time-series",
|
|
698
|
-
"performance-insights.third-party-content": "/docs/cloud/analyzing-results/performance-insights/#third-party-content",
|
|
699
|
-
"performance-insights.high-load-generator-cpu-usage": "/docs/cloud/analyzing-results/performance-insights/#high-load-generator-cpu-usage",
|
|
700
|
-
"performance-insights.high-load-generator-memory-usage": "/docs/cloud/analyzing-results/performance-insights/#high-load-generator-memory-usage",
|
|
701
|
-
"performance-insights.high-http-failure-rate": "/docs/cloud/analyzing-results/performance-insights/#high-http-failure-rate",
|
|
702
|
-
"performance-insights.increased-http-failure-rate": "/docs/cloud/analyzing-results/performance-insights/#increased-http-failure-rate",
|
|
703
|
-
"performance-insights.throughput-limit": "/docs/cloud/analyzing-results/performance-insights/#throughput-limit",
|
|
704
|
-
"performance-insights.disabling-performance-insights": "/docs/cloud/analyzing-results/performance-insights/#disabling-specific-performance-insights",
|
|
705
|
-
"performance-insights.abort-reason-user": "/docs/cloud/cloud-faq/general-questions/#aborted-by-user",
|
|
706
|
-
"performance-insights.abort-reason-threshold": "/docs/cloud/cloud-faq/general-questions/#aborted-by-threshold",
|
|
707
|
-
"performance-insights.abort-reason-system": "/docs/cloud/cloud-faq/general-questions/#aborted-by-system",
|
|
708
|
-
"performance-insights.abort-reason-limit": "/docs/cloud/cloud-faq/general-questions/#aborted-by-limit",
|
|
709
|
-
"performance-insights.abort-reason-script-error": "/docs/cloud/cloud-faq/general-questions/#script-error"
|
|
628
|
+
"results-visualization/cloud": "/docs/results-visualization/cloud",
|
|
629
|
+
"cloud-tests-from-cli.load-zones": "/docs/cloud/creating-and-running-a-test/cloud-scripting-extras/load-zones"
|
|
710
630
|
};
|
|
711
631
|
const $977f5f8f585fbb2c$export$7ff6e792a88a203a = "grpc_reqs";
|
|
712
632
|
const $977f5f8f585fbb2c$export$4dafb9ce6095cf07 = "grpc_req_duration";
|
|
@@ -1271,7 +1191,7 @@ const $8e10f6d2c60dae58$export$e855ab239004d2d7 = /*#__PURE__*/ (0, $b7VBt$style
|
|
|
1271
1191
|
";font-family:",
|
|
1272
1192
|
";&[disabled]{color:",
|
|
1273
1193
|
";cursor:default;}"
|
|
1274
|
-
], ({ theme: theme })=>theme.palette.
|
|
1194
|
+
], ({ theme: theme })=>theme.palette.text.link, ({ theme: theme })=>theme.typography.fontFamily, ({ theme: theme })=>theme.palette.text.disabled);
|
|
1275
1195
|
const $8e10f6d2c60dae58$export$11b902a59791d036 = /*#__PURE__*/ (0, $b7VBt$styledcomponents).div.withConfig({
|
|
1276
1196
|
displayName: "styled__FlexCenter",
|
|
1277
1197
|
componentId: "sc-16070nq-4"
|
|
@@ -8001,7 +7921,7 @@ const $5192759a4e728152$export$f87ae5541ccafc19 = ()=>{
|
|
|
8001
7921
|
|
|
8002
7922
|
|
|
8003
7923
|
function $f86af8e77207f259$export$f02eafcb5728a78e({ disableRecorder: disableRecorder = false }) {
|
|
8004
|
-
const {
|
|
7924
|
+
const { openRecordModal: openRecordModal , TestBuilderIconComponent: TestBuilderIconComponent } = (0, $4cf6d05a57acd1d1$export$8bcb3cb1ba0d67a7)();
|
|
8005
7925
|
const canRecord = !disableRecorder && !!openRecordModal;
|
|
8006
7926
|
return /*#__PURE__*/ (0, $b7VBt$jsxs)((0, $570fb69e6168c397$export$1cac89340e692781), {
|
|
8007
7927
|
children: [
|