Skip to content

Commit 13679b0

Browse files
committed
add browser testing with k6 video to docs
1 parent ea9516f commit 13679b0

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

docs/sources/next/using-k6-browser/_index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ To work with the browser module, make sure you are using the latest [k6 version]
2020

2121
{{% /admonition %}}
2222

23+
Watch the supplementary video below to learn more about k6 browser.
24+
25+
<div style="position:relative; padding-bottom:56.25%; height:0; overflow:hidden;">
26+
<iframe style="position:absolute;top:0;left:0;width:100%;height:100%;border:0" src="https://www.youtube.com/embed/N7VJ9X5yAKo?si=qVMF6niRHvZZLHl4" title="YouTube video player" frameborder="0" allowfullscreen></iframe>
27+
</div>
28+
2329
## Use case for browser testing
2430

2531
The main use case for the browser module is to test performance on the browser level. Browser-level testing provides a way to measure user experience and find issues that are difficult to catch on the protocol level. Browser-level testing can help you answer questions like:

docs/sources/v0.47.x/using-k6-browser/_index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ To work with the browser module, make sure you are using the latest [k6 version]
2020

2121
{{% /admonition %}}
2222

23+
Watch the supplementary video below to learn more about k6 browser.
24+
25+
<div style="position:relative; padding-bottom:56.25%; height:0; overflow:hidden;">
26+
<iframe style="position:absolute;top:0;left:0;width:100%;height:100%;border:0" src="https://www.youtube.com/embed/N7VJ9X5yAKo?si=qVMF6niRHvZZLHl4" title="YouTube video player" frameborder="0" allowfullscreen></iframe>
27+
</div>
28+
2329
## Use case for browser testing
2430

2531
The main use case for the browser module is to test performance on the browser level. Browser-level testing provides a way to measure user experience and find issues that are difficult to catch on the protocol level. Browser-level testing can help you answer questions like:

docs/sources/v0.48.x/using-k6-browser/_index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ To work with the browser module, make sure you are using the latest [k6 version]
2020

2121
{{% /admonition %}}
2222

23+
Watch the supplementary video below to learn more about k6 browser.
24+
25+
<div style="position:relative; padding-bottom:56.25%; height:0; overflow:hidden;">
26+
<iframe style="position:absolute;top:0;left:0;width:100%;height:100%;border:0" src="https://www.youtube.com/embed/N7VJ9X5yAKo?si=qVMF6niRHvZZLHl4" title="YouTube video player" frameborder="0" allowfullscreen></iframe>
27+
</div>
28+
2329
## Use case for browser testing
2430

2531
The main use case for the browser module is to test performance on the browser level. Browser-level testing provides a way to measure user experience and find issues that are difficult to catch on the protocol level. Browser-level testing can help you answer questions like:

0 commit comments

Comments
 (0)