Skip to content

Commit

Permalink
docs(pw-engine): update links
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanrahic committed Sep 10, 2024
1 parent e379ad3 commit 7fb3b90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/docs/examples-tutorials/recipes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ Recipes are short, self-contained, guides for getting started with building popu
These guides show how to get the best of your instrumentation using the native Tracetest Triggers.

- [True End-To-End Trace-Based Tests with the Tracetest Playwright Engine](/examples-tutorials/recipes/running-tests-with-tracetest-playwright-engine)
- [Migrating tests from Playwright integration to Playwright Engine
](/examples-tutorials/recipes/migrating-tests-from-playwright-integration-to-playwright-engine)
- [Trace-Based Tests with the Tracetest GraphQL Trigger](/examples-tutorials/recipes/running-tests-with-tracetest-graphql-pokeshop)

## Synthetic Monitoring
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ The features described here are compatible with the [Tracetest CLI v1.4.1](https

### Playwright Engine

The Tracetest Playwright Engine trigger enables you to combine the power of end-to-end tests with trace-based testing to easily capture a full distributed trace from your OpenTelemetry instrumented front-end and back-end system.
The [Tracetest Playwright Engine](/examples-tutorials/recipes/running-tests-with-tracetest-playwright-engine) trigger enables you to combine the power of end-to-end tests with trace-based testing to easily capture a full distributed trace from your OpenTelemetry instrumented front-end and back-end system.

### Playwright Integration

The Tracetest integration for Playwright enables your current Playwright tests to easily capture a full distributed trace from your OpenTelemetry instrumented frontend and backend system. You can embed a Tracetest in this Playwright test, and allow trace-based testing assertions to be applied across this entire flow, enabling true end-to-end tests across your entire system.
The [Tracetest integration for Playwright](/tools-and-integrations/playwright) enables your current Playwright tests to easily capture a full distributed trace from your OpenTelemetry instrumented frontend and backend system. You can embed a Tracetest in this Playwright test, and allow trace-based testing assertions to be applied across this entire flow, enabling true end-to-end tests across your entire system.

### Why Migrate to Playwright Engine?

Expand Down

0 comments on commit 7fb3b90

Please sign in to comment.