forked from keploy/website-archive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
733 lines (681 loc) · 31.4 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
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
<!doctype html>
<html lang="en" xmlns="http://www.w3.org/1999/html">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" href="img/favicon.png" type="image/png">
<title>Keploy - Open source e2e testing toolkit for developers </title>
<meta name="description" content="Keploy generates e2e, functional test cases and data mocks from API calls. Dependency mocks(stubs) are also captured">
<meta name="keywords" content="API testing, automated e2e Testing, functional testing, developer testing, Service Mocking, Dependency Mocking">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="vendors/linericon/style.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="vendors/owl-carousel/owl.carousel.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="vendors/nice-select/css/nice-select.css">
<link rel="stylesheet" href="vendors/animate-css/animate.css">
<link rel="stylesheet" href="vendors/flaticon/flaticon.css">
<!-- main css -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!--================Home Banner Area =================-->
<section class="home_banner_area">
<header class="header_area">
<div class="main_menu">
<nav class="navbar navbar-expand-lg ">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<a class="navbar-brand logo_h" href="index.html">
<img class="logo" src="img/logo.png" alt="logo keploy">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse offset " id="navbarSupportedContent">
<ul class="nav navbar-nav menu_nav justify-content-end mr-5 ">
<li class="nav-item active"><a class="nav-link" href="https://docs.keploy.io/"><span class="navbar-text">Docs</span></a></li>
<li class="nav-item submenu dropdown"><a href="#programs" class="nav-link " role="button" aria-haspopup="true" aria-expanded="false"><span class="navbar-text">Programs</span></a></li>
<li class="nav-item"><a class="nav-link text-capitalize" href="#services"><span class="navbar-text">Community</span></a></li>
<!-- <li class="nav-item submenu dropdown">
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true"
aria-expanded="false">Pages</a>
<ul class="dropdown-menu">
<li class="nav-item"><a class="nav-link" href="elements.html">Elements</a></li>
</ul>
</li> -->
<!-- <li class="nav-item"><a class="nav-link" href="#">Contact</a></li> -->
</ul>
<ul class="nav navbar-nav navbar-right pt-2 mb-2">
<li class="nav-item">
<a href="https://github.com/keploy/keploy" class="" style="">
<button type="button" class="btn btn-outline-secondary ">
<i class="fa fa-github"></i>
<span>1.1k</span></button>
</a></li>
</ul>
</div>
</div>
</nav>
</div>
</header>
<div class="banner_inner">
<div class="container">
<div class="row">
<div class="col-lg-5">
<div class="banner_content">
<h2>
Developer experience for e2e testing and data mocking
</h2>
<p>
Open source tool that generates test files and data mocks from API calls.
</p>
<div class=" align-items-start">
<a class="primary_btn" href="https://docs.keploy.io"><span>Documentation >_</span></a>
<a id="play-home-video" class="video-play-button" href="https://github.com/keploy/keploy">
<span style="padding-right: 20px;">
<svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" fill="#ffffff" class="bi bi-github" viewBox="0 0 16 16">
<path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z"/>
</svg>
</span>
</a>
<div class="watch_video text-uppercase">
<!-- watch the video -->
</div>
</div>
</div>
</div>
<div class="col-lg-7 home_right_img justify-content-center align-items-center">
<img src="img/how-keploy-works.gif" class="home_right_img keploy_work" alt="Convert API calls to Test Cases">
<!-- <div class="embed-responsive embed-responsive-16by9 img-fluid">-->
<!-- <iframe class="embed-responsive-item " src="https://www.youtube.com/embed/i7OqSVHjY1k?modestbranding=1&showinfo=0&rel=0&iv_load_policy=3" allowfullscreen ></iframe>-->
<!-- </div>-->
<!-- <div class="home_right_img">-->
<!-- <img class="img-fluid" src="img/banner/home-right.png" alt="">-->
<!-- </div>-->
</div>
<div class="col-lg-12 main_title">
<a href="https://landscape.cncf.io/card-mode?selected=keploy">
<img src="img/cncf-landscape.png" class="cncf-logo" alt="CNCF logo">
</a>
</div>
</div>
</div>
</div>
</section>
<!--================End Home Banner Area =================-->
<!--================Start Features Area =================-->
<!-- <section class="section_gap features_area"> -->
<section class="section_ga features_area">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8 text-center">
<div class="main_title">
<!-- <p class="top_title">Exclusive Stunning Features</p> -->
<!-- <img src="img/cncf-landscape.png" class="cncf-logo py-5 my-5" alt="CNCF logo">-->
<h2 class="mt-20"> Problems with
e2e test cases</h2>
<!-- <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</p>
<a href="#" class="primary_btn"><span>Start Free Trial Now!</span></a> -->
</div>
</div>
</div>
<div class="row align-items-center">
<div class="col-lg-6">
<div class="left_features">
<img class="img-fluid" src="img/test-env1.jpg" alt="Problems with end to end test cases">
</div>
</div>
<div class="col-lg-5 offset-lg-1">
<!-- single features -->
<div class="single_feature">
<div class="feature_head">
<img class="lnr" src="img/code.gif" alt="Problems with end to end test cases">
<!-- <span class="lnr lnr-code"></span>-->
<h4>Writing Test Cases</h4>
</div>
<div class="feature_content">
<p>Developers spend half of the time writing and maintaining test cases and data mocks </p>
</div>
</div>
<!-- single features -->
<div class="single_feature">
<div class="feature_head">
<img class="lnr" src="img/db.gif" alt="Problems with end to end test cases">
<!-- <span class="lnr lnr-database"></span>-->
<h4>Creating Testing Environments</h4>
</div>
<div class="feature_content">
<p>Managing the test environments, seed data, data dump for unit and functional testing is frustrating and time consuming </p>
</div>
</div>
<!-- single features -->
<div class="single_feature">
<div class="feature_head">
<!-- <span class="lnr lnr-unlink"></span>-->
<img class="lnr" src="img/link-unlink.gif" alt="Problems with end to end test cases">
<h4>Un-Realistic Data Mocks</h4>
</div>
<div class="feature_content">
<p>The test data is not realistic enough making it difficult to test production scenarios, use-cases</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--================End Features Area =================-->
<!--================Recent Update Area =================-->
<section class="recent_update_area">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8 text-center">
<div class="main_title">
<!-- <p class="top_title">Exclusive Stunning Features</p> -->
<h2 class="mt-10"> Keploy approach for engineering teams</h2>
<!-- <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</p>
<a href="#" class="primary_btn"><span>Start Free Trial Now!</span></a> -->
</div>
</div>
</div>
<div class="recent_update_inner">
<ul class="nav nav-tabs justify-content-center" id="myTab" role="tablist">
<li class="nav-item">
<a class="nav-link active" id="home-tab" data-toggle="tab" href="#home" role="tab" aria-controls="home" aria-selected="true">
<span class="lnr lnr-cog"></span>
<h6>Dependency Mocking</h6>
</a>
</li>
<li class="nav-item">
<a class="nav-link" id="profile-tab" data-toggle="tab" href="#profile" role="tab" aria-controls="profile"
aria-selected="false">
<span class="lnr lnr-cloud-sync"></span>
<h6>Record-Replay</h6>
</a>
</li>
<li class="nav-item">
<a class="nav-link" id="contact-tab" data-toggle="tab" href="#contact" role="tab" aria-controls="contact"
aria-selected="false">
<span class="lnr lnr-link"></span>
<h6>Test Coverage</h6>
</a>
</li>
</ul>
<div class="tab-content" id="myTabContent">
<div class="tab-pane fade show active " id="home" role="tabpanel" aria-labelledby="home-tab">
<div class="row recent_update_text align-items-center">
<div class="col-lg-12">
<div class=" text-center">
<!-- <p class="line">Modern Daesign Trends</p> -->
<h3>Mock Servers are gone..</h3>
<h6>Data mocks for DBs, Twilio, Stripe, etc... are generated</h6>
<p>Keploy understands the exact API call and the correct response to reply with, including dynamic elements. So if you're using any external service like Databases, third party vendors, cloud services, etc Keploy will automatically mock their response hence eliminating need for external dependencies. Cut down on flaky tests with stable, repeatable environments.</p>
</div>
</div>
<div class="col-lg-12 text-center ">
<div class="chart_img">
<img class="img-fluid " src="img/record-replay.gif" alt="Dependency mocking">
</div>
</div>
<div class="col-lg-12 text-center ">
<a class="primary_btn" href="https://docs.keploy.io/docs/concepts/what-are-keploy-features#2-automatically-mock-mutations"><span>Learn More</span></a>
</div>
</div>
</div>
<div class="tab-pane fade" id="profile" role="tabpanel" aria-labelledby="profile-tab">
<div class="row recent_update_text align-items-center">
<div class="col-lg-12">
<div class="text-center">
<!-- <p class="line">Modern Daesign Trends</p> -->
<h3>Tests created from API calls...</h3>
<h6>Test Cases and Test Runs are stored as part of code</h6>
<p>Keploy automatically compares test-cases generated from previously collected traffic against updated behavior of your application, and brings any differences to your attention.</p>
</div>
</div>
<div class="col-lg-12 text-center">
<div class="chart_img ">
<img class="img-fluid" src="img/record-tc.gif" alt="Record Replay Test Cases">
</div>
</div>
<div class="col-lg-12 text-center ">
<a class="primary_btn" href="https://docs.keploy.io/docs/operation/test-operations"><span>Learn More</span></a>
</div>
</div>
</div>
<div class="tab-pane fade " id="contact" role="tabpanel" aria-labelledby="contact-tab">
<div class="row recent_update_text align-items-center">
<div class="col-lg-12">
<div class="text-center">
<!-- <p class="line">Modern Daesign Trends</p> -->
<h3>Integrates with DevTools</h3>
<h6>Native integration with Unit Test libraries - gotest, junit, etc..</h6>
<p>Keploy provides combined coverage with unit tests, hence, supports existing IDEs, libraries like coveralls, existing CI pipelines.</p>
</div>
</div>
<div class="col-lg-12 text-center">
<div class="chart_img">
<img class="img-fluid " src="img/replay-tc.gif" alt="unit test file">
</div>
</div>
<div class="col-lg-12 text-center ">
<a class="primary_btn" href="https://docs.keploy.io/docs/operation/web-ui-operations"><span>Learn More</span></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--================ Recent Update Area =================-->
<!--================Start Big Features Area =================-->
<section id="programs" class="section_gap big_features">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8 text-center">
<div class="main_title">
<!-- <p class="top_title">Features Specifications</p> -->
<h2>Keploy Initiatives</h2>
<!-- <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</p> -->
</div>
</div>
</div>
<div id="fellowship-linkup" class="row features_content">
<div class="col-lg-4 offset-lg-1">
<div class="big_f_left">
<img class="img-fluid" src="img/f-img1.png" alt="">
</div>
</div>
<div class="col-lg-4 offset-lg-2">
<div class="common_style">
<!-- <p class="line">Modern Daesign Trends</p> -->
<h3>API Fellowship Program</h3>
<p>Discover our programs designed to promote API literacy amongst students and educators.
Grow your API literacy with this industry-standard training.</p>
<a class="primary_btn" href="https://fellowship.keploy.io/"><span>Visit Website</span></a>
</div>
</div>
<div class="border-line"></div>
<!-- <img class="shape1"src="img/shape1.png" alt="">
<img class="shape2"src="img/shape2.png" alt="">
<img class="shape3"src="img/shape1.png" alt=""> -->
</div>
<div id="devrel-linkup" class="row features_content bottom-features">
<div class="col-lg-5">
<div class="common_style">
<!-- <p class="line">Modern Daesign Trends</p> -->
<h3>Keploy DevRel Program</h3>
<p>If you're a Devrel or want to become one, join the DevRel program for getting an exposure to
strategies and tactics for building and nurturing a community of mutually beneficial relationships between organizations and developers.</p>
<a class="primary_btn" href="#"><span>Visit Website</span></a>
</div>
</div>
<div class="col-lg-5 offset-lg-2">
<div class="big_f_left">
<img class="img-fluid" src="img/f-img2.png" alt="">
</div>
</div>
<div class="border-line"></div>
<!-- <img class="shape1"src="img/shape1.png" alt="">
<img class="shape2"src="img/shape2.png" alt="">
<img class="shape3"src="img/shape1.png" alt=""> -->
</div>
</div>
</section>
<!--================End Big Features Area =================-->
<!--================Start Integrations Area =================-->
<div class="alime-portfolio-area section-padding-80 clearfix">
<div class="container-fluid">
<div class="row justify-content-center">
<div class="col-lg-8 text-center">
<div class="main_title mt-10">
<!-- <p class="top_title">Features Specifications</p> -->
<h2>Integrations</h2>
<!-- <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</p> -->
</div>
</div>
</div>
<div class="row">
<div class="col-12">
<!-- Projects Menu -->
<div class="alime-projects-menu">
<div class="portfolio-menu text-center">
<button class="btn active" data-filter="*">All</button>
<button class="btn" data-filter=".go">
<img class="language" src="img/frameworks/go.png" alt="Golang">
</button>
<button class="btn" data-filter=".java">
<img class="language" src="img/frameworks/java.png" alt="Java">
</button>
<button class="btn" data-filter=".node">
<img class="language" src="img/frameworks/node.png" alt="Node">
</button>
<!-- <button class="btn" data-filter=".video">Python</button>-->
</div>
</div>
</div>
</div>
<div class="row alime-portfolio">
<div class="col-4 col-sm-3 col-lg-2 single_gallery_item go mb-30 wow fadeInUp" data-wow-delay="100ms">
<div class="single-portfolio-content">
<img src="img/frameworks/chi.png" alt="chi router">
<div class="hover-content">
<a href="https://docs.keploy.io/docs/go/supported-frameworks#1-chi" class="portfolio-img">
<img class="docs" src="img/url.svg" alt="Docs link">
</a>
</div>
</div>
</div>
<div class="col-4 col-sm-3 col-lg-2 single_gallery_item go mb-30 wow fadeInUp" data-wow-delay="300ms">
<div class="single-portfolio-content">
<img src="img/frameworks/gin.png" alt="Gin router">
<div class="hover-content">
<a href="https://docs.keploy.io/docs/go/supported-frameworks#2-gin" class="portfolio-img">
<img class="docs" src="img/url.svg" alt="Docs link">
</a>
</div>
</div>
</div>
<div class="col-4 col-sm-3 col-lg-2 single_gallery_item go mb-30 wow fadeInUp" data-wow-delay="500ms">
<div class="single-portfolio-content">
<img src="img/frameworks/echo.png" alt="Echo router">
<div class="hover-content">
<a href="https://docs.keploy.io/docs/go/supported-frameworks#3-echo" class="portfolio-img">
<img class="docs" src="img/url.svg" alt="Docs link">
</a>
</div>
</div>
</div>
<div class="col-4 col-sm-3 col-lg-2 single_gallery_item go mb-30 wow fadeInUp" data-wow-delay="700ms">
<div class="single-portfolio-content">
<img src="img/frameworks/webgo.png" alt="Webgo router">
<div class="hover-content">
<a href="https://docs.keploy.io/docs/go/supported-frameworks#4-webgo" class="portfolio-img">
<img class="docs" src="img/url.svg" alt="Docs link">
</a>
</div>
</div>
</div>
<div class="col-4 col-sm-3 col-lg-2 single_gallery_item go mb-30 wow fadeInUp" data-wow-delay="100ms">
<div class="single-portfolio-content">
<img src="img/frameworks/gorilla.png" alt="Gorilla Mux router">
<div class="hover-content">
<a href="https://docs.keploy.io/docs/go/supported-frameworks#5-gorillamux" class="portfolio-img">
<img class="docs" src="img/url.svg" alt="Docs link">
</a>
</div>
</div>
</div>
<div class="col-4 col-sm-3 col-lg-2 single_gallery_item go mb-30 wow fadeInUp" data-wow-delay="300ms">
<div class="single-portfolio-content">
<img src="img/frameworks/mongo.png" alt="Mongo DB">
<div class="hover-content">
<a href="https://docs.keploy.io/docs/go/supported-frameworks#1-mongodb" class="portfolio-img">
<img class="docs" src="img/url.svg" alt="Docs link">
</a>
</div>
</div>
</div>
<div class="col-4 col-sm-3 col-lg-2 single_gallery_item go mb-30 wow fadeInUp" data-wow-delay="500ms">
<div class="single-portfolio-content">
<img src="img/frameworks/dynamo.png" alt="Dynamodb">
<div class="hover-content">
<a href="https://docs.keploy.io/docs/go/supported-frameworks#2-dynamodb" class="portfolio-img">
<img class="docs" src="img/url.svg" alt="Docs link">
</a>
</div>
</div>
</div>
<div class="col-4 col-sm-3 col-lg-2 single_gallery_item go mb-30 wow fadeInUp" data-wow-delay="700ms">
<div class="single-portfolio-content">
<img src="img/frameworks/sql.png" alt="SQL Driver">
<div class="hover-content">
<a href="https://docs.keploy.io/docs/go/supported-frameworks#3-sql-driver" class="portfolio-img">
<img class="docs" src="img/url.svg" alt="Docs link">
</a>
</div>
</div>
</div>
<div class="col-4 col-sm-3 col-lg-2 single_gallery_item go mb-30 wow fadeInUp" data-wow-delay="100ms">
<div class="single-portfolio-content">
<img src="img/frameworks/elastic.png" alt="Elastic">
<div class="hover-content">
<a href="https://docs.keploy.io/docs/go/supported-frameworks#4-elasticsearch" class="portfolio-img">
<img class="docs" src="img/url.svg" alt="Docs link">
</a>
</div>
</div>
</div>
<div class="col-4 col-sm-3 col-lg-2 single_gallery_item go mb-30 wow fadeInUp" data-wow-delay="300ms">
<div class="single-portfolio-content">
<img src="img/frameworks/redis.png" alt="Redis">
<div class="hover-content">
<a href="https://docs.keploy.io/docs/go/supported-frameworks#5-redis" class="portfolio-img">
<img class="docs" src="img/url.svg" alt="Docs link">
</a>
</div>
</div>
</div>
<div class="col-4 col-sm-3 col-lg-2 single_gallery_item go mb-30 wow fadeInUp" data-wow-delay="500ms">
<div class="single-portfolio-content">
<img src="img/frameworks/grpc.png" alt="GRPC">
<div class="hover-content">
<a href="https://docs.keploy.io/docs/go/supported-frameworks#grpc" class="portfolio-img">
<img class="docs" src="img/url.svg" alt="Docs link">
</a>
</div>
</div>
</div>
<div class="col-4 col-sm-3 col-lg-2 single_gallery_item go mb-30 wow fadeInUp" data-wow-delay="500ms">
<div class="single-portfolio-content">
<img src="img/frameworks/nethttp.png" alt="net/http">
<div class="hover-content">
<a href="https://docs.keploy.io/docs/go/supported-frameworks#nethttp" class="portfolio-img">
<img class="docs" src="img/url.svg" alt="Docs link">
</a>
</div>
</div>
</div>
<div class="col-4 col-sm-3 col-lg-2 single_gallery_item node mb-30 wow fadeInUp" data-wow-delay="500ms">
<div class="single-portfolio-content">
<img src="img/frameworks/octokit.png" alt="octokit">
<div class="hover-content">
<a href="https://docs.keploy.io/docs/typescript/supported-frameworks#1-octokit" class="portfolio-img">
<img class="docs" src="img/url.svg" alt="Docs link">
</a>
</div>
</div>
</div>
<div class="col-4 col-sm-3 col-lg-2 single_gallery_item node mb-30 wow fadeInUp" data-wow-delay="500ms">
<div class="single-portfolio-content">
<img src="img/frameworks/express.png" alt="Express js">
<div class="hover-content">
<a href="https://docs.keploy.io/docs/typescript/supported-frameworks#1-express" class="portfolio-img">
<img class="docs" src="img/url.svg" alt="Docs link">
</a>
</div>
</div>
</div>
<div class="col-4 col-sm-3 col-lg-2 single_gallery_item java mb-30 wow fadeInUp" data-wow-delay="500ms">
<div class="single-portfolio-content">
<img src="img/frameworks/springboot.png" alt="Springboot">
<div class="hover-content">
<a href="https://docs.keploy.io/docs/java/run-your-first-app-tutorial" class="portfolio-img">
<img class="docs" src="img/url.svg" alt="Docs link">
</a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-12 text-center wow fadeInUp" data-wow-delay="700ms">
<a href="#" class="btn alime-btn btn-2 mt-15">View More</a>
</div>
</div>
</div>
</div>
<!--================End Integrations Area =================-->
<!--================ Start Community Area =================-->
<section id="services" class=" section_gap services">
<div class="container" data-aos="fade-up">
<div class="row justify-content-center">
<div class="col-lg-8 text-center">
<div class="main_title mt-10">
<h2>Join Keploy <b>Open Source</b> Community</h2>
<h4>Ask and answer any questions, suggestions, request for a new feature or find resources to help you test better.</h4>
</div>
</div>
</div>
<div class="row gy-4">
<div class="col-lg-4 col-md-6 mb-2" data-aos="fade-up" data-aos-delay="200">
<div class="service-box blue">
<img class=" icon" src="img/github.png" alt="github icon"/>
<h3>Github</h3>
<p>Check out open-source repo, request new features, or contribute.</p>
<a href="https://github.com/keploy/keploy" class="read-more"><span>Read More > </span> <i class="bi bi-arrow-right"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-2" data-aos="fade-up" data-aos-delay="300">
<div class="service-box orange">
<img class=" icon" src="img/slack.png" alt="slack icon"/>
<h3>Slack</h3>
<p>
Get live support, post questions for the community.
</p>
<a href="#" class="read-more"><span>Read More ></span> <i class="bi bi-arrow-right"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="400">
<div class="service-box green">
<img class=" icon" src="img/twitter.png" alt="twitter icon"/>
<h3>Twitter</h3>
<p>
Stay up to date on product and event announcements.
</p>
<a href="#" class="read-more"><span>Read More ></span> <i class="bi bi-arrow-right"></i></a>
</div>
</div>
</div>
</div>
</section>
<!--================ End Community Area =================-->
<!--================Impress Area =================-->
<section class="impress_area">
<div class="container">
<div class="impress_inner">
<h2 class="mb-30">Sign-up for the newsletter!</h2>
<!-- <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</p>-->
<!-- <a class="primary_btn" href="#"><span>Subscribe Newsletter</span></a>-->
<aside class="f_widget">
<div id="mc_embed_signup">
<form id="newsletter" target="" action="" method="post" class="subscribe_form relative ">
<div class="input-group d-flex flex-row justify-content-center ">
<input name="email" class="input" placeholder="Enter email" onfocus="this.placeholder = ''" onblur="this.placeholder = 'Enter email address'" required="" type="email">
<button class="btn sub-btn submit-btn"><span class="lnr lnr-arrow-right"></span></button>
</div>
<div class="mt-10 info"></div>
</form>
<div class="alert alert-warning alert-msg text-hide" role="alert">
</div>
</div>
</aside>
</div>
</div>
</section>
<!--================End Impress Area =================-->
<!--================Footer Area =================-->
<footer class="footer_area">
<div class="container">
<div class="row footer_inner">
<div class="col-lg-5 col-sm-6">
<aside class="f_widget ab_widget">
<div class="f_title">
<h3>Copyright © 2022 Keploy Inc.</h3>
</div>
<p>Developers experience for e2e testing. Toolkit that creates test-cases and data mocks from API calls, DB queries, etc.</p>
<!-- <img src="img/cncf-keploy.png" class="w-75" alt="cncf_logo">-->
</aside>
</div>
<div class="col-lg-5 col-sm-6">
<aside class="f_widget news_widget">
<div class="f_title">
<h3>Newsletter</h3>
</div>
<p>Stay updated with our latest trends</p>
<!-- <aside class="f_widget mt-25">-->
<!-- <div id="mc_embed_signup">-->
<!-- <form id="newsletter" method="post" target="" action="" class="subscribe_form relative">-->
<!-- <div class="input-group d-flex flex-row justify-content-center">-->
<!-- <input name="email" class="input" placeholder="Enter email address" onfocus="this.placeholder = ''" onblur="this.placeholder = 'Enter email for a Demo'" required="" type="email">-->
<!-- <button type="submit" class="btn sub-btn submit-btn"><span class="lnr lnr-arrow-right"></span></button>-->
<!-- </div>-->
<!-- <div class="mt-10 info"></div>-->
<!-- </form>-->
<!-- <div class="alert alert-success alert-msg text-hide" role="alert">-->
<!-- </div>-->
<!-- </div>-->
<!-- </aside>-->
<div id="mc_embed_signup-impress">
<form id="newsletter-1" target="" action="" method="post" class="subscribe_form relative">
<div class="input-group d-flex flex-row justify-content-center">
<input name="email" class="input" placeholder="Enter email address" onfocus="this.placeholder = ''" onblur="this.placeholder = 'Email Address '" required="" type="email">
<button class="btn sub-btn submit-btn"><span class="lnr lnr-arrow-right"></span></button>
</div>
<div class="mt-10 info"></div>
</form>
<div class="alert alert-warning alert-msg text-hide" role="alert"></div>
</div>
</aside>
</div>
<div class="col-lg-2">
<aside class="f_widget social_widget">
<div class="f_title">
<h3>Find us on</h3>
</div>
<p>Let us be social</p>
<ul class="list">
<li><a href="https://keploy.slack.com/"><i class="fa fa-slack"></i></a></li>
<li><a href="https://twitter.com/Keployio"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.youtube.com/channel/UC6OTg7F4o0WkmNtSoob34lg"><i class="fa fa-youtube"></i></a></li>
<li><a href="https://www.linkedin.com/company/keploy/"><i class="fa fa-linkedin"></i></a></li>
</ul>
</aside>
</div>
</div>
</div>
</footer>
<!--================End Footer Area =================-->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TLL6DW2H6N"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){window.dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-TLL6DW2H6N');
</script>
<!-- Place this tag in your head or just before your close body tag. -->
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/popper.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/stellar.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="vendors/nice-select/js/jquery.nice-select.min.js"></script>
<script src="vendors/isotope/imagesloaded.pkgd.min.js"></script>
<script src="vendors/isotope/isotope-min.js"></script>
<script src="vendors/owl-carousel/owl.carousel.min.js"></script>
<script src="js/jquery.ajaxchimp.min.js"></script>
<script src="vendors/counter-up/jquery.waypoints.min.js"></script>
<script src="vendors/counter-up/jquery.counterup.min.js"></script>
<script src="js/mail-script.js"></script>
<script src="js/active.js"></script>
<!--gmaps Js-->
<!---<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCjCGmQ0Uq4exrzdcL6rvxywDDOvfAu6eE"></script>
<script src="js/gmaps.min.js"></script>--->
<script src="js/theme.js"></script>
</body>
</html>