-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeatures.html
More file actions
184 lines (153 loc) · 5.66 KB
/
features.html
File metadata and controls
184 lines (153 loc) · 5.66 KB
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
---
layout: default
canonicalUrl: "https://www.testingpays.com/features"
---
<section id="hero" class="features-hero">
<div class="container">
<div class="row mx-auto">
<div class="col col-lg-6">
<h1 hidden>Features</h1>
<h2 class="title mb-4">
Build Faster. <span class="d-none d-sm-inline">Test more.</span><br>Fail Less.
</h2>
<a href="https://admin.testingpays.com" class="btn btn-primary btn-lg btn-shadow">
Start Testing
</a>
</div>
<div class="col d-none d-lg-block text-right">
<img alt="Testing Pays Sim" src="img/features/hero.png">
</div>
</div>
</div>
</section>
<section id="testing" class="test-section">
<div class="container-fluid">
<div class="row">
<div class="col col-xl-4 offset-xl-2">
<div class="d-flex flex-column">
<div class="card clear mt-5 mx-auto">
<div class="card-body">
<h4 class="card-title">Increase Test Coverage</h4>
<p class="card-text">
Using our tools you can get all the responses that an API can return. No more being surprised by undocumented errors.
</p>
</div>
</div>
<div class="card clear mt-2 mx-auto">
<div class="card-body">
<h4 class="card-title">Easy CI Integration</h4>
<p class="card-text">
Our system easily ties in with your continous integration system, just ask us, it's what we do ourselves.
</p>
</div>
</div>
<div class="card clear mt-2 mb-5 mx-auto">
<div class="card-body">
<h4 class="card-title">Faster Integration</h4>
<p class="card-text">
Forget waiting for test accounts and scanning through endless documents. Get started in 5 minutes with clear and simple instructions.
</p>
</div>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-xl-4 my-auto text-center">
<img alt="integration-lifecycle" src="img/features/traffic-lights.png" />
</div>
</div>
</div>
</section>
<section id="payment-flows" class="payment-flows">
<div class="container">
<div class="row">
<div class="col-12 col-md-6 text-center mt-5 mb-5">
<h3 class="text-primary">The old way of payment testing</h3>
<br>
<br>
<img alt="inconsistent payment flows" src="img/features/inconsistent-payments.png" />
</div>
<div class="col-12 col-md-6 text-center mt-5 mb-5">
<h3 class="text-primary">Much easier with Testing Pays</h3>
<br>
<br>
<img alt="Testing Pays flow" src="img/features/testingpays-payment.png" />
</div>
</div>
</div>
</section>
{% include runkit.html %}
<section id="load-testing" class="load-testing">
<div class="container-fluid">
<div class="row">
<div class="d-none d-sm-block col-sm-4 col-lg-6 load-testing-image text-center">
<h3 class="d-none d-md-block">Where is your weakest link?</h3>
</div>
<div class="col col-xl-4">
<div class="d-flex flex-column">
<div class="card clear mt-5 mx-auto">
<div class="card-body">
<h4 class="card-title">Load test with ease</h4>
<p class="card-text">
Stress test your own code, with real traffic. No more shortcuts for your payment systems.
</p>
</div>
</div>
<div class="card clear mt-2 mx-auto">
<div class="card-body">
<h4 class="card-title">Minimal Setup</h4>
<p class="card-text">
Use the same API key, the same Testing Pays account. Just let us know when you are starting.
</p>
</div>
</div>
<div class="card clear mt-2 mb-5 mx-auto">
<div class="card-body">
<h4 class="card-title">No Throttling</h4>
<p class="card-text">
Want to unleash 1.000.000 transaction requests? No problem, get in touch and we'll set up your account for the traffic!
</p>
<a href="/contact" class="btn btn-primary btn-shadow btn-lg mt-3">
Schedule a load test
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="live-log" class="live-log">
<div class="container-fluid">
<div class="row">
<div class="col col-xl-4 offset-xl-2">
<div class="card clear mt-5 pt-5 mb-5 mx-auto">
<div class="card-body">
<h3 class="card-title text-primary">Real Time Feedback</h3>
<hr>
<h4 class="card-text text-light">
With our in browser live tail you can view your test transactions in real time.
<br>
<br>
Letting you iterate quickly and take the pain out of debugging.
</h4>
<br>
<a href="/getting-started/docs/testing-pays-features#section-live-logs" class="btn btn-primary btn-long btn-shadow">More about Live Tail</a>
</div>
</div>
</div>
<div class="d-none d-sm-block col-sm-4 col-lg-6 code-image">
</div>
</div>
</div>
</section>
<section id="github" class="github-bar text-center">
<div class="container">
<div class="row">
<div class="col">
<h3 class="">View Our Example Apps</h3>
<a href="https://github.com/TestingPays" /><i class="fab fa-github fa-6x mt-3"></i></a>
</div>
</div>
</div>
</section>