diff --git a/docs/docs/examples-tutorials/recipes.mdx b/docs/docs/examples-tutorials/recipes.mdx index 6c4039c94f..95a1c91f21 100644 --- a/docs/docs/examples-tutorials/recipes.mdx +++ b/docs/docs/examples-tutorials/recipes.mdx @@ -15,11 +15,14 @@ breadcrumb_label: Nothing If you're already building something with Tracetest, explore these Recipes. They're short, self-contained, and runnable solutions to popular use cases. -## Integrations +## Tools & Integrations -### K6 +These guides show integrations with other tools and vendors. -- [Performance Tests and Trace-Based Testing using Tracetest Cloud and K6 (Pokeshop Demo)](/examples-tutorials/recipes/running-performance-tests-tracetest-cloud-with-k6) +- [Running Tracetest with Testkube](/tools-and-integrations/testkube) +- [Running Tracetest with k6](/tools-and-integrations/k6) +- [Running Tracetest Core with k6](/tools-and-integrations/k6-core) +- [Running Tracetest with Keptn](/tools-and-integrations/keptn) ## Streams and Message Queues @@ -92,12 +95,4 @@ These guides show integrations with CI/CD tools. - [Testkube](/ci-cd-automation/testkube-pipeline) - [Tekton](/ci-cd-automation/tekton-pipeline) -## Tools - -These guides show integrations with other tools and vendors. - -- [Running Tracetest with Testkube](/tools-and-integrations/testkube) -- [Running Tracetest with k6](/tools-and-integrations/k6) -- [Running Tracetest with Keptn](/tools-and-integrations/keptn) - Stay tuned! More recipes are coming soon. 🚀 diff --git a/examples/tracetest-core-k6/README.md b/examples/tracetest-core-k6/README.md index 89f1cb45d1..8d9e7295ba 100644 --- a/examples/tracetest-core-k6/README.md +++ b/examples/tracetest-core-k6/README.md @@ -1,4 +1,4 @@ -# Tracetest + K6 +# Tracetest + k6 This repository objective is to show how you can configure your Tracetest to run alongside your k6 load tests against an instrumented service. diff --git a/examples/tracetest-k6/README.md b/examples/tracetest-k6/README.md index ca4ac63b72..60d0b2bf11 100644 --- a/examples/tracetest-k6/README.md +++ b/examples/tracetest-k6/README.md @@ -1,4 +1,4 @@ -# Tracetest + K6 +# Tracetest + k6 This example's objective is to show how you can run load tests enhanced with trace-based testing using Tracetest Cloud and k6 against an instrumented service (Pokeshop API).