This repository has been archived by the owner on Jan 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
366 lines (249 loc) · 13 KB
/
index.html
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
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
<!DOCTYPE html>
<html>
<head>
<title>Test Armada</title>
<link rel="stylesheet" type="text/css" href="/css/normalize.css">
<link rel="stylesheet" type="text/css" href="/css/common.css">
<link rel="stylesheet" type="text/css" href="/css/subheader.css">
<link rel="stylesheet" type="text/css" href="/css/header.css">
<link rel="stylesheet" type="text/css" href="/css/home.css">
<link rel="stylesheet" type="text/css" href="/css/doc.css">
<link rel="stylesheet" type="text/css" href="/css/training.css">
<link rel="stylesheet" type="text/css" href="/css/faq.css">
<link rel="stylesheet" type="text/css" href="/css/contact.css">
<link rel="stylesheet" type="text/css" href="/css/search.css">
<link rel="stylesheet" type="text/css" href="/css/custom.css">
<link rel="stylesheet" type="text/css" href="/css/slick.css">
<link rel="stylesheet" type="text/css" href="/css/prism.css">
<link rel="stylesheet" type="text/css" href="/css/responsive.css">
<link rel="shortcut icon" href="/documentation/images/favicon.ico">
</head>
<body>
<div class="subheader">
<div class="search-bar">
<form class="search-bar__form" action="/search" method="get">
<div class="select-box-sub">
<select class="select-box-sub__select" name="fleet" id="fleet-box" onchange="document.getElementById('search-box').focus();">
<option value="all">All Fleets</option>
<option value="Functional Testing">Functional Testing</option>
<option value="Mocking">Mocking</option>
<option value="Performance Testing">Performance Testing</option>
<option value="Data Insights">Data Insights</option>
</select>
</div>
<input type="text" id="search-box" name="query" autocomplete="off" class="search-box-sub">
</form>
</div>
<div class="nav-sub-links">
<a href="/documentation/Presentations" class="nav-sub-links__link">Presentations</a>
<a href="/documentation/About" class="nav-sub-links__link">About Us</a>
<a href="https://github.com/TestArmada/" class="nav-sub-links__link" target="_blank">GitHub</a>
</div>
</div>
<header>
<a href="/">
<img src="/documentation/images/ta-logo.png" class="logo" alt="Main Brand Logo"
srcset="/documentation/images/ta-logo%402x.png 2x, /documentation/images/ta-logo%403x.png 3x">
</a>
<!-- <form action="/search" method="get">
<input type="text" id="search-box" name="query" placeholder="Search" class="search-box">
<div class="select-box">
<select name="fleet" id="fleet-box" onchange="document.getElementById('search-box').focus();">
<option value="all">All Fleets</option>
<option value="Functional Testing">Functional Testing</option>
<option value="Mocking">Mocking</option>
<option value="Performance Testing">Performance Testing</option>
<option value="Data Insights">Data Insights</option>
</select>
</div>
</form> -->
<div class="nav-links">
<div class="nav-links__fleets">
<a class="nav-links__fleets-btn">
Fleets <img src="/images/arrow-down-icon.png" class="arrow-down-icon"
srcset="/images/arrow-down-icon%402x.png 2x,
/images/arrow-down-icon%403x.png 3x">
</a>
<div class="nav-links__fleets-content">
<a href="/">
All Fleets
</a>
<a href="/documentation/Functional Testing/">
Functional Testing
</a>
<a href="/documentation/Mocking/">
Mocking
</a>
<a href="/documentation/Performance Testing/">
Performance Testing
</a>
<a href="/documentation/Data Insights/">
Data Insights
</a>
</div>
</div>
<a href="/faq" class="nav-links__main-links">FAQ</a>
</div>
</header>
<div class="container">
<div class="jumbotron">
<div class="banner-text-wrapper"><p class="banner-text" style="font-family: 'Barlow Condensed', sans-serif; font-size: 48px; ">FAST. RELIABLE. EASY.</p></div>
<div class="banner-text-wrapper"><p class="banner-text" style="font-family: 'Roboto Condensed', sans-serif; font-size: 30px; ">Test Armada is a fleet of tools empowering developers to implement quality automation at scale.</p></div>
<div class="banner-text-wrapper"><p class="banner-text" style="font-family: 'Roboto', sans-serif; font-size: 22px; height: 22px; font-weight: 500; ">Built with pride at <img src="/documentation/images/[email protected]" height="28" style="padding-top: 5px;" /></p></div>
</div>
<div class="inner-container carousel">
<div class="carousel__card-bg">
<div class="carousel__card-fg">
<img src="documentation/Functional%20Testing/images/placard.png" srcset="documentation/Functional%20Testing/images/[email protected] 2x,
documentation/Functional%20Testing/images/[email protected] 3x" onerror="this.src='/images/fleets/default-placard.png';
this.srcset='/images/fleets/[email protected] 2x, /images/[email protected] 3x'" class="carousel__gear" />
</div>
<h3 class="carousel__title">Functional Testing</h3>
<p class="carousel__intro line-clamp">Run web, native or web services functional tests reliably at massive parallel scale, By distributing tests across available CPU cores, Test Armada blazes through long test suites in a fraction of the time, aggregating results in one friendly report.
</p>
<a href="documentation/Functional Testing/"><button class="carousel__card-btn">Learn More</button></a>
</div>
<div class="carousel__card-bg">
<div class="carousel__card-fg">
<img src="documentation/Mocking/images/placard.png" srcset="documentation/Mocking/images/[email protected] 2x,
documentation/Mocking/images/[email protected] 3x" onerror="this.src='/images/fleets/default-placard.png';
this.srcset='/images/fleets/[email protected] 2x, /images/[email protected] 3x'" class="carousel__gear" />
</div>
<h3 class="carousel__title">Mocking</h3>
<p class="carousel__intro line-clamp">Create reliable test data for test execution and development. “Mocks” are imitations that emulate real software components for testing purposes. Mocking functions focus on very specific scenarios and contexts and simulate behavioral responses to fulfill a certain development need for repeated and reliable test execution and debugging.
</p>
<a href="documentation/Mocking/"><button class="carousel__card-btn">Learn More</button></a>
</div>
<div class="carousel__card-bg">
<div class="carousel__card-fg">
<span class="placard-label">Coming Soon</span>
<img src="documentation/Performance%20Testing/images/placard.png" srcset="documentation/Performance%20Testing/images/[email protected] 2x,
documentation/Performance%20Testing/images/[email protected] 3x" onerror="this.src='/images/fleets/default-placard.png';
this.srcset='/images/fleets/[email protected] 2x, /images/[email protected] 3x'" class="carousel__gear" />
</div>
<h3 class="carousel__title">Performance Testing</h3>
<p class="carousel__intro line-clamp">Execute performance tests for both Client ( web & mobile web ) and Web Service applications, with options to run on CI pipeline or any internal/external environments.
</p>
<a href="documentation/Performance Testing/"><button class="carousel__card-btn">Learn More</button></a>
</div>
<div class="carousel__card-bg">
<div class="carousel__card-fg">
<span class="placard-label">Coming Soon</span>
<img src="documentation/Data%20Insights/images/placard.png" srcset="documentation/Data%20Insights/images/[email protected] 2x,
documentation/Data%20Insights/images/[email protected] 3x" onerror="this.src='/images/fleets/default-placard.png';
this.srcset='/images/fleets/[email protected] 2x, /images/[email protected] 3x'" class="carousel__gear" />
</div>
<h3 class="carousel__title">Data Insights</h3>
<p class="carousel__intro line-clamp">The data insights platform collates test run data from multiple sources, providing a single source of truth for deep insight in to code quality, cross-browser test results and application performance.</p>
<a href="documentation/Data Insights/"><button class="carousel__card-btn">Learn More</button></a>
</div>
</div>
<div class="inner-container">
<div class="col-2 feature">
<img src="/documentation/images/icon-1.png" srcset="/documentation/images/[email protected] 2x,
/documentation/images/[email protected] 3x" class="feature__img" alt="Feature icon" />
<div class="feature__text">
<p class="feature__title">Developer Community Friendly</p>
<p class="feature__description">Built on and for open source community</p>
</div>
</div>
<div class="col-2 feature">
<img src="/documentation/images/icon-2.png" srcset="/documentation/images/[email protected] 2x,
/documentation/images/[email protected] 3x" class="feature__img" alt="Feature icon" />
<div class="feature__text">
<p class="feature__title">Massively Parallel</p>
<p class="feature__description">Ability to process hundreds of test cases simultaneously to speed up overall completion of a test suite</p>
</div>
</div>
<div class="col-2 feature">
<img src="/documentation/images/icon-3.png" srcset="/documentation/images/[email protected] 2x,
/documentation/images/[email protected] 3x" class="feature__img" alt="Feature icon" />
<div class="feature__text">
<p class="feature__title">Multi Platform</p>
<p class="feature__description">Supports e2e testing capabilities across web, native app, services.</p>
</div>
</div>
<div class="col-2 feature">
<img src="/documentation/images/icon-4.png" srcset="/documentation/images/[email protected] 2x,
/documentation/images/[email protected] 3x" class="feature__img" alt="Feature icon" />
<div class="feature__text">
<p class="feature__title">Reliable & Deterministic</p>
<p class="feature__description">Smart Retry feature and mocking guard against flaky test</p>
</div>
</div>
<div class="col-2 feature">
<img src="/documentation/images/icon-5.png" srcset="/documentation/images/[email protected] 2x,
/documentation/images/[email protected] 3x" class="feature__img" alt="Feature icon" />
<div class="feature__text">
<p class="feature__title">Quality Automation</p>
<p class="feature__description">Enables a shift left testing philosophy with fully automated, early quality checks.</p>
</div>
</div>
<div class="col-2 feature">
<img src="/documentation/images/icon-6.png" srcset="/documentation/images/[email protected] 2x,
/documentation/images/[email protected] 3x" class="feature__img" alt="Feature icon" />
<div class="feature__text">
<p class="feature__title">Actionable Dashboards</p>
<p class="feature__description">Real-time and trending metrics provide valuable insights to help debug/troubleshoot quality issues</p>
</div>
</div>
<div class="clear"></div>
</div>
<script src="/js/jquery-3.3.1.min.js"></script>
<script src="/js/slick.js"></script>
<script type="text/javascript">
$('.carousel').slick({
dots: false,
infinite: false,
speed: 300,
slidesToShow: 4,
slidesToScroll: 4,
responsive: [
{
breakpoint: 1279,
settings: {
slidesToShow: 3,
slidesToScroll: 3
}
}
]
});
</script>
</div>
<footer>
<img class="left-footer-logo" alt="Left Footer Logo"
src="/documentation/images/dxt-logo.png"
srcset="/documentation/images/dxt-logo%402x.png 2x,
/documentation/images/dxt-logo%403x.png 3x">
<span class="copyright">© 2018 Walmart Inc.</span>
<img class="right-footer-logo" alt="Right Footer Logo"
src="/documentation/images/walmartlabs-logo.png"
srcset="/documentation/images/walmartlabs-logo%402x.png 2x,
/documentation/images/walmartlabs-logo%403x.png 3x">
</footer>
<script type="text/javascript">
document.querySelector('.search-box-sub').addEventListener('click', function() {
document.querySelector('.search-box-sub').classList.add('expand-input');
document.querySelector('.search-box-sub').placeholder = 'Enter text to search or "Esc" to close';
document.querySelector('.select-box-sub').classList.add('expand-select');
});
document.querySelector('.search-box-sub').onkeydown = function(evt) {
evt = evt || window.event;
if (evt.keyCode == 27) {
document.querySelector('.search-box-sub').classList.remove('expand-input');
document.querySelector('.search-box-sub').placeholder = '';
document.querySelector('.select-box-sub').classList.remove('expand-select');
}
};
document.querySelector('body').addEventListener('click', function(evt) {
evt = evt || window.event;
var ignore = '.search-box-sub, .select-box-sub, .select-box-sub__select, a, button';
if (!evt.target.matches(ignore)) {
document.querySelector('.search-box-sub').classList.remove('expand-input');
document.querySelector('.search-box-sub').placeholder = '';
document.querySelector('.select-box-sub').classList.remove('expand-select');
}
});
</script>
</body>
</html>