-
Notifications
You must be signed in to change notification settings - Fork 227
/
Copy pathcloud.js
250 lines (245 loc) · 9.8 KB
/
cloud.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
import classNames from 'classnames';
import htmlStyles from 'components/blocks/html-content/html-content.module.scss';
import TableOfContents from 'components/pages/doc-page/table-of-contents';
import { PageInfo } from 'components/pages/doc-welcome';
import { CtaDoc } from 'components/shared/cta-doc';
import { Trait } from 'components/shared/trait';
import docPageContent from 'components/templates/doc-page/doc-page-content/doc-page-content.module.scss';
import LocaleProvider from 'contexts/locale-provider';
import { Link } from 'gatsby';
import { useScrollToAnchor } from 'hooks';
import { DocLayout } from 'layouts/doc-layout';
import React, { useRef, useState, useEffect } from 'react';
import { StickyContainer, Sticky } from 'react-sticky';
import { isInIFrame } from 'utils';
import SeoMetadata from 'utils/seo-metadata';
import { app } from 'utils/urls';
export default function ({ pageContext: { sidebarTree, navLinks } }) {
const [showFooter, setShowFooter] = useState(true);
const contentContainerRef = useRef(null);
useEffect(() => setShowFooter(!isInIFrame()), []);
useScrollToAnchor();
const pageMetadata = SeoMetadata.cloud;
const stickyContainerClasses = classNames(
docPageContent.mainDocContent,
docPageContent.contentWrapper,
);
return (
<LocaleProvider>
<DocLayout
sidebarTree={sidebarTree}
navLinks={navLinks}
pageMetadata={pageMetadata}
>
<PageInfo title={'k6 Cloud documentation'} />
<div className={`${docPageContent.inner}`}>
<StickyContainer>
<div ref={contentContainerRef} className={stickyContainerClasses}>
<div className={'container'}>
<div className={`${htmlStyles.wrapper}`}>
<h2>What is the k6 Cloud?</h2>
<p>
The k6 Cloud is a commercial SaaS product that we’ve
designed to be the perfect companion to k6 OSS. It brings
ease-of-use and convenience to your performance and load
testing.
</p>
<p>
This knowledge base will help you learn how to use the
features and functionality of the k6 Cloud:
</p>
<ul>
<li>Running cloud tests.</li>
<li>Analyzing results.</li>
<li>Managing projects, teams and users.</li>
<li>Integrations.</li>
<li>FAQ.</li>
</ul>
<h2>How can it help me?</h2>
<p>
The k6 Cloud is a premium service to empower your team to
manage your load testing efforts:
</p>
<ul>
<li>Scaling your load tests.</li>
<li>Storing and visualizing your test results.</li>
<li>Detecting performance issues.</li>
<li>Correlating results between different tests.</li>
<li>Organizing testing in a central location.</li>
</ul>
<blockquote>
We want you to spend time building and maintaining
well-performing applications. Don’t saddle your team with
the{' '}
<a href="https://k6.io/what-to-consider-when-building-or-buying-a-load-testing-solution">
additional maintenance burden
</a>{' '}
of your load testing infrastructure.
</blockquote>
<h2>Cloud Features</h2>
<div className={'row'}>
<div className={'col-lg-6 traits'}>
<Trait>
Scale tests from{' '}
<Link
to={
'/cloud/creating-and-running-a-test/cloud-tests-from-the-cli#list-of-supported-load-zones'
}
>
multiple locations
</Link>
.
</Trait>
<Trait>
<Link
to={'/cloud/creating-and-running-a-test/test-builder'}
>
Test Builder
</Link>{' '}
and{' '}
<Link
to={
'/cloud/creating-and-running-a-test/script-editor'
}
>
Script Editor
</Link>
.
</Trait>
<Trait>
<Link to={'/using-k6/cloud-execution'}>CLI</Link> and{' '}
<Link
to={
'/test-authoring/recording-a-session/browser-recorder'
}
>
Browser Recorder
</Link>
.
</Trait>
<Trait>
<Link
to={
'/cloud/creating-and-running-a-test/scheduling-tests'
}
>
Scheduling
</Link>{' '}
and{' '}
<Link to={'/cloud/integrations/notifications'}>
Notifications
</Link>
.
</Trait>
<Trait>
<Link
to={'/cloud/project-and-team-management/team-members'}
>
Team members
</Link>{' '}
and{' '}
<Link
to={'/cloud/project-and-team-management/projects'}
>
Projects
</Link>
.
</Trait>
<Trait>
See team and testing activity with{' '}
<Link
to={
'/cloud/project-and-team-management/usage-reports'
}
>
Usage reports
</Link>
.
</Trait>
</div>
<div className={'col-lg-6 traits'}>
<Trait>
<Link to={'/cloud/analyzing-results/overview'}>
Premium test result visualization
</Link>
.
</Trait>
<Trait>
Get actionable{' '}
<Link
to={'/cloud/analyzing-results/performance-insights'}
>
Performance Insights
</Link>{' '}
.
</Trait>
<Trait>
<Link to={'/cloud/analyzing-results/test-comparison'}>
Compare tests{' '}
</Link>{' '}
and{' '}
<Link
to={'/cloud/analyzing-results/performance-trending'}
>
performance trends
</Link>
.
</Trait>
<Trait>
Integrate results with{' '}
<Link to={'/cloud/integrations/cloud-apm'}>
APM platforms
</Link>{' '}
and{' '}
<Link to={'/cloud/integrations/grafana-plugin'}>
Grafana
</Link>
.
</Trait>
<Trait>
Export results to{' '}
<Link to={'/cloud/analyzing-results/result-export'}>
CSV
</Link>{' '}
and generate{' '}
<Link to={'/cloud/analyzing-results/result-export'}>
PDF reports
</Link>
.
</Trait>
<Trait>
<Link to={'/cloud/analyzing-results/test-results-menu'}>
Create notes and share results
</Link>
.
</Trait>
</div>
</div>
</div>
<p />
</div>
{showFooter && (
<CtaDoc
btnLink={`${app}/account/register`}
title={'Free Trial'}
btnText={'Try now'}
description={'Sign up to run 50 cloud tests for Free.'}
isExternal
/>
)}
</div>
<Sticky topOffset={-15} bottomOffset={0} disableCompensation>
{({ style }) => (
<TableOfContents
style={{ ...style, left: 350 }}
contentContainerRef={contentContainerRef}
shouldMakeReplacement
/>
)}
</Sticky>
</StickyContainer>
</div>
</DocLayout>
</LocaleProvider>
);
}