diff --git a/extensions/com.steadybit.extension_gatling/previews.yml b/extensions/com.steadybit.extension_gatling/previews.yml new file mode 100644 index 0000000..464dccd --- /dev/null +++ b/extensions/com.steadybit.extension_gatling/previews.yml @@ -0,0 +1,10 @@ +--- +- type: image + src: design.png + alt: Steadybit's Gatling action to run a Gatling load test in the experiment +- type: image + src: run.png + alt: The experiment run view with the Gatling load test results. +- type: image + src: design-locations.png + alt: Optionally, the Gatling action supports the selection of the Gatling execution location in the experiment's design. diff --git a/extensions/com.steadybit.extension_gatling/public/design-locations.png b/extensions/com.steadybit.extension_gatling/public/design-locations.png new file mode 100644 index 0000000..f1102f6 Binary files /dev/null and b/extensions/com.steadybit.extension_gatling/public/design-locations.png differ diff --git a/extensions/com.steadybit.extension_gatling/public/design.png b/extensions/com.steadybit.extension_gatling/public/design.png new file mode 100644 index 0000000..910a9fb Binary files /dev/null and b/extensions/com.steadybit.extension_gatling/public/design.png differ diff --git a/extensions/com.steadybit.extension_gatling/public/run.png b/extensions/com.steadybit.extension_gatling/public/run.png new file mode 100644 index 0000000..b8a786d Binary files /dev/null and b/extensions/com.steadybit.extension_gatling/public/run.png differ diff --git a/extensions/com.steadybit.extension_gatling/summary.mdx b/extensions/com.steadybit.extension_gatling/summary.mdx index b956c4e..6a4c5ed 100644 --- a/extensions/com.steadybit.extension_gatling/summary.mdx +++ b/extensions/com.steadybit.extension_gatling/summary.mdx @@ -1,3 +1,9 @@ # Introduction The Gatling extension allows to integrate Gatling Load Tests into Steadybit Experiments. + +## Support Multiple Gatling Executions Locations +Optionally, you can activate the extension's support for multiple Gatling execution locations. +Once you have activated it, you can configure available Gatling execution locations for a team via environments and ensure you're always running the Gatling load test from the right internal location. +Multiple Gatling execution locations are especially helpful when you have different load test hardware to support different scales of load test executions. +See [extension-gatling's readme](https://github.com/steadybit/extension-gatling) for further information and migration guidelines. \ No newline at end of file diff --git a/extensions/com.steadybit.extension_http/previews.yml b/extensions/com.steadybit.extension_http/previews.yml new file mode 100644 index 0000000..fec3d4e --- /dev/null +++ b/extensions/com.steadybit.extension_http/previews.yml @@ -0,0 +1,13 @@ +--- +- type: image + src: design.png + alt: Steadybit's HTTP Check to validate an HTTP-based endpoint and check for response time, content etc. +- type: image + src: run.png + alt: The experiment run view with the HTTP check widget to validate endpoint's behavior. +- type: image + src: explore-client-locations.png + alt: Optionally, the HTTP check discovers multiple client execution locations to ease testing of cluster-internal URLs. +- type: image + src: design-client-locations.png + alt: Optionally, the HTTP check supports the selection of the client execution location in the experiment's design. diff --git a/extensions/com.steadybit.extension_http/public/design-client-locations.png b/extensions/com.steadybit.extension_http/public/design-client-locations.png new file mode 100644 index 0000000..3858e99 Binary files /dev/null and b/extensions/com.steadybit.extension_http/public/design-client-locations.png differ diff --git a/extensions/com.steadybit.extension_http/public/design.png b/extensions/com.steadybit.extension_http/public/design.png new file mode 100644 index 0000000..516be4c Binary files /dev/null and b/extensions/com.steadybit.extension_http/public/design.png differ diff --git a/extensions/com.steadybit.extension_http/public/explore-client-locations.png b/extensions/com.steadybit.extension_http/public/explore-client-locations.png new file mode 100644 index 0000000..5c55ea3 Binary files /dev/null and b/extensions/com.steadybit.extension_http/public/explore-client-locations.png differ diff --git a/extensions/com.steadybit.extension_http/public/run.png b/extensions/com.steadybit.extension_http/public/run.png new file mode 100644 index 0000000..04ba9e8 Binary files /dev/null and b/extensions/com.steadybit.extension_http/public/run.png differ diff --git a/extensions/com.steadybit.extension_http/summary.mdx b/extensions/com.steadybit.extension_http/summary.mdx index c333cf0..f958c6e 100644 --- a/extensions/com.steadybit.extension_http/summary.mdx +++ b/extensions/com.steadybit.extension_http/summary.mdx @@ -1,3 +1,12 @@ # Introduction -With this extension you are able to check your http endpoints for availability and response time. You can also check the response body for specific strings. \ No newline at end of file +With this extension, you can check your HTTP endpoints for availability and response time. +You can also check the response body for specific strings or validate the response time. + +You need to deploy the extension in your system, which allows users to easily validate non-public URLs. +For instance, you can check Kubernetes internal URLs or validate URLs requiring a VPN connection otherwise. + +## Support Multiple Client Locations +Optionally, you can activate the extension's support for multiple client locations. +Once you have activated it, you can configure available client locations for a team via environments and ensure you're always running the HTTP check from the right internal location to verify non-public URLs. +See [extension-http's readme](https://github.com/steadybit/extension-http) for further information and migration guidelines. \ No newline at end of file diff --git a/extensions/com.steadybit.extension_jmeter/previews.yml b/extensions/com.steadybit.extension_jmeter/previews.yml new file mode 100644 index 0000000..1ca4262 --- /dev/null +++ b/extensions/com.steadybit.extension_jmeter/previews.yml @@ -0,0 +1,10 @@ +--- +- type: image + src: design.png + alt: Steadybit's JMeter action to run a JMeter load test in the experiment +- type: image + src: run.png + alt: The experiment run view with the JMeter load test results. +- type: image + src: design-locations.png + alt: Optionally, the JMeter action supports the selection of the JMeter execution location in the experiment's design. diff --git a/extensions/com.steadybit.extension_jmeter/public/design-locations.png b/extensions/com.steadybit.extension_jmeter/public/design-locations.png new file mode 100644 index 0000000..0a31406 Binary files /dev/null and b/extensions/com.steadybit.extension_jmeter/public/design-locations.png differ diff --git a/extensions/com.steadybit.extension_jmeter/public/design.png b/extensions/com.steadybit.extension_jmeter/public/design.png new file mode 100644 index 0000000..5b4900b Binary files /dev/null and b/extensions/com.steadybit.extension_jmeter/public/design.png differ diff --git a/extensions/com.steadybit.extension_jmeter/public/run.png b/extensions/com.steadybit.extension_jmeter/public/run.png new file mode 100644 index 0000000..1e1feb9 Binary files /dev/null and b/extensions/com.steadybit.extension_jmeter/public/run.png differ diff --git a/extensions/com.steadybit.extension_jmeter/summary.mdx b/extensions/com.steadybit.extension_jmeter/summary.mdx index a1a1f42..e29ba3a 100644 --- a/extensions/com.steadybit.extension_jmeter/summary.mdx +++ b/extensions/com.steadybit.extension_jmeter/summary.mdx @@ -1,3 +1,9 @@ # Introduction The JMeter extension allows to integrate JMeter Load Tests into Steadybit Experiments. + +## Support Multiple JMeter Executions Locations +Optionally, you can activate the extension's support for multiple JMeter execution locations. +Once you have activated it, you can configure available JMeter execution locations for a team via environments and ensure you're always running the JMeter load test from the right internal location. +Multiple JMeter execution locations are especially helpful when you have different load test hardware to support different scales of load test executions. +See [extension-jmeter's readme](https://github.com/steadybit/extension-jmeter) for further information and migration guidelines. \ No newline at end of file diff --git a/extensions/com.steadybit.extension_k6/previews.yml b/extensions/com.steadybit.extension_k6/previews.yml new file mode 100644 index 0000000..25a1c38 --- /dev/null +++ b/extensions/com.steadybit.extension_k6/previews.yml @@ -0,0 +1,10 @@ +--- +- type: image + src: design.png + alt: Steadybit's k6 action to run a k6 load test in the experiment +- type: image + src: run.png + alt: The experiment run view with the k6 load test results. +- type: image + src: design-locations.png + alt: Optionally, the k6 action supports the selection of the k6 execution location in the experiment's design. diff --git a/extensions/com.steadybit.extension_k6/public/design-locations.png b/extensions/com.steadybit.extension_k6/public/design-locations.png new file mode 100644 index 0000000..910cbdc Binary files /dev/null and b/extensions/com.steadybit.extension_k6/public/design-locations.png differ diff --git a/extensions/com.steadybit.extension_k6/public/design.png b/extensions/com.steadybit.extension_k6/public/design.png new file mode 100644 index 0000000..78239f3 Binary files /dev/null and b/extensions/com.steadybit.extension_k6/public/design.png differ diff --git a/extensions/com.steadybit.extension_k6/public/run.png b/extensions/com.steadybit.extension_k6/public/run.png new file mode 100644 index 0000000..f214642 Binary files /dev/null and b/extensions/com.steadybit.extension_k6/public/run.png differ diff --git a/extensions/com.steadybit.extension_k6/summary.mdx b/extensions/com.steadybit.extension_k6/summary.mdx index 38de73c..f02f18c 100644 --- a/extensions/com.steadybit.extension_k6/summary.mdx +++ b/extensions/com.steadybit.extension_k6/summary.mdx @@ -1,3 +1,9 @@ # Introduction The K6 extension allows to integrate K6 Load Tests into Steadybit Experiments. Local Test or Test using K6 Cloud are supported. + +## Support Multiple k6 Executions Locations +Optionally, you can activate the extension's support for multiple k6 execution locations. +Once you have activated it, you can configure available k6 execution locations for a team via environments and ensure you're always running the k6 load test from the right internal location. +Multiple k6 execution locations are especially helpful when you have different load test hardware to support different scales of load test executions. +See [extension-k6's readme](https://github.com/steadybit/extension-k6) for further information and migration guidelines. \ No newline at end of file