Skip to content

Commit

Permalink
chore(docs): fix build (#3474)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adnan Rahić authored Dec 22, 2023
1 parent 375b073 commit aa8a1cd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 13 deletions.
17 changes: 6 additions & 11 deletions docs/docs/examples-tutorials/recipes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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. 🚀
2 changes: 1 addition & 1 deletion examples/tracetest-core-k6/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion examples/tracetest-k6/README.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down

0 comments on commit aa8a1cd

Please sign in to comment.