From 7fb3b90d560b790698b1173f9f55590a4055fb94 Mon Sep 17 00:00:00 2001 From: Adnan Rahic Date: Tue, 10 Sep 2024 10:49:09 +0200 Subject: [PATCH] docs(pw-engine): update links --- docs/docs/examples-tutorials/recipes.mdx | 2 ++ ...tests-from-playwright-integration-to-playwright-engine.mdx | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/docs/examples-tutorials/recipes.mdx b/docs/docs/examples-tutorials/recipes.mdx index 37dc7c070a..75b9c7e177 100644 --- a/docs/docs/examples-tutorials/recipes.mdx +++ b/docs/docs/examples-tutorials/recipes.mdx @@ -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 diff --git a/docs/docs/examples-tutorials/recipes/migrating-tests-from-playwright-integration-to-playwright-engine.mdx b/docs/docs/examples-tutorials/recipes/migrating-tests-from-playwright-integration-to-playwright-engine.mdx index e8b22fdad7..3c9fc5e1f8 100644 --- a/docs/docs/examples-tutorials/recipes/migrating-tests-from-playwright-integration-to-playwright-engine.mdx +++ b/docs/docs/examples-tutorials/recipes/migrating-tests-from-playwright-integration-to-playwright-engine.mdx @@ -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?