diff --git a/docs/documentation/onlinetest/index.md b/docs/documentation/onlinetest/index.md index 9f1b55553..77d7cd85e 100644 --- a/docs/documentation/onlinetest/index.md +++ b/docs/documentation/onlinetest/index.md @@ -16,7 +16,13 @@ twitterdescription: {:toc} ## Introduction -The online test is the simplest way to deploy your own version of sitespeed.io. You can add tests through a web GUI or by using the sitespeed.io command line, which can pass the tests to your test server. This means that you can use your dedicated test machines both for monitoring and one off performance tests. +The online test is the simplest way to deploy your own version of sitespeed.io. You can add tests through a web GUI or by using the sitespeed.io command line, which pass the tests to your test server. This means that you can use your dedicated test machines both for monitoring and one off performance tests. + +![Add your tests]({{site.baseurl}}/img/onlinestartscreen.png) +{: .img-thumbnail} + +![Search]({{site.baseurl}}/img/onlinesearch.png) +{: .img-thumbnail} This method is ideal for small, medium, and large companies and organizations that also wants a GUI for running performance tests. diff --git a/docs/img/onlinesearch.png b/docs/img/onlinesearch.png new file mode 100644 index 000000000..bc2f41131 Binary files /dev/null and b/docs/img/onlinesearch.png differ diff --git a/docs/img/onlinestartscreen.png b/docs/img/onlinestartscreen.png new file mode 100644 index 000000000..eb1011ddb Binary files /dev/null and b/docs/img/onlinestartscreen.png differ