Skip to content

Commit

Permalink
docs: Updates from Issues 1045, 1047 1048 and 1049 (#1057)
Browse files Browse the repository at this point in the history
Updates from Issues 1045, 10487 10478 and 1049

Will update the issues once merged.
  • Loading branch information
jfermi authored Aug 11, 2022
1 parent dedbcf6 commit e1a283b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ Tracetest allows you to quickly build integration and e2e tests, powered by your

Check out the following blog-posts with Tracetest-related content:

- [Tracetest 0.6 Release - gRPC, Postman and More](https://kubeshop.io/blog/tracetest-0-6-release-grpc-postman-and-more) - July 27, 2022

- [Creating a Custom Language Code Editor Using React](https://kubeshop.io/blog/creating-a-custom-language-code-editor-using-react) - July 22, 2022

- [Integration Tests: Pros and Cons of Doubles vs. Trace-Based Testing](https://kubeshop.io/blog/integration-tests-pros-and-cons-of-doubles-vs-trace-based-testing) - July 13, 2022
Expand All @@ -41,3 +43,9 @@ And our recorded live stream: [Introduction to Tracetest - E2E Tests Powered by
- [Tracetest is released. What’s next?](https://kubeshop.io/blog/tracetest-is-released-whats-next) - May 6, 2022

- [Introducing Tracetest - Trace-based Testing with OpenTelemetry](https://kubeshop.io/blog/introducing-tracetest-trace-based-testing-with-opentelemetry) - April 26, 2022

And please watch our recorded live streams:

- [Tracetest v0.6 Release - gRPC, Postman and More](https://youtu.be/mqwJRxqBNCg) - June 27, 2022

- [Introduction to Tracetest - E2E Tests Powered by OpenTelemetry](https://youtu.be/mqwJRxqBNCg) - June 23, 2022
8 changes: 4 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,23 @@ extra_css:

nav:
- Welcome: index.md
- Introduction:
- Concepts:
- Introduction to Trace-Based Testing: introduction.md
- Architecture: architecture.md
- Specifying Selectors: advanced-selectors.md
- Getting Started:
- Installation: installing.md
- Accessing Tracetest Dashboard: accessing-dashboard.md
- Using Tracetest:
- Creating Tests: create-test.md
- Adding Assertions: adding-assertions.md
- Versioning: versioning.md
- Automating Tests for CI/CD:
- Command Line Interface:
- Command Line Tool: command-line-tool.md
- Test Definition File: test-definition-file.md
- Specifying Selectors: advanced-selectors.md
- Automating Tests for CI/CD:
- CI/CD Best practices: ci-cd-best-practices.md
- OpenAPI Definition: openapi.md
- Development: development.md
- Installable Example - Pokeshop Service:
- Overview: pokeshop.md
- Add Pokemon Endpoint: pokeshop/add-pokemon.md
Expand Down

0 comments on commit e1a283b

Please sign in to comment.