Skip to content

Commit 4690783

Browse files
committed
fix broken link
1 parent 18ccba2 commit 4690783

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/playwright-testing/includes/include-playwright-portal-view-test-results.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ ms.date: 09/23/2024
99

1010
1. To see the test results and artifacts on Playwright portal, open the link generated at the end of test run in the console. The portal contains the CI information, test run status, and commit ID associated with the test run.
1111

12-
:::image type="content" source="./media/include-playwright-portal-view-test-results/playwright-testing-open-test-run.png" alt-text="Screenshot that shows list of tests in the test run." lightbox="./media/include-playwright-portal-view-test-results/playwright-testing-open-test-run.png":::
12+
:::image type="content" source="../media/include-playwright-portal-view-test-results/playwright-testing-open-test-run.png" alt-text="Screenshot that shows list of tests in the test run." lightbox="../media/include-playwright-portal-view-test-results/playwright-testing-open-test-run.png":::
1313

1414
3. Open any failed test to see all the required information to troubleshoot. Switch between retries, see error logs, test steps, and attachments such as screenshots and video. Navigate to the trace viewer from here.
1515

16-
:::image type="content" source="./media/include-playwright-portal-view-test-results/playwright-testing-open-test.png" alt-text="Screenshot that shows the preview of a test" lightbox="./media/include-playwright-portal-view-test-results/playwright-testing-open-test.png":::
16+
:::image type="content" source="../media/include-playwright-portal-view-test-results/playwright-testing-open-test.png" alt-text="Screenshot that shows the preview of a test" lightbox="../media/include-playwright-portal-view-test-results/playwright-testing-open-test.png":::
1717

1818
4. Use the trace viewer to visually step through your test execution, or use the timeline to hover over steps and reveal the page state before and after each action. Detailed logs, DOM snapshot, network activity, errors, and console output are available at each test step.
1919

20-
:::image type="content" source="./media/include-playwright-portal-view-test-results/playwright-testing-trace-viewer.png" alt-text="Screenshot that shows the trace viewer" lightbox="./media/include-playwright-portal-view-test-results/playwright-testing-trace-viewer.png":::
20+
:::image type="content" source="../media/include-playwright-portal-view-test-results/playwright-testing-trace-viewer.png" alt-text="Screenshot that shows the trace viewer" lightbox="../media/include-playwright-portal-view-test-results/playwright-testing-trace-viewer.png":::
2121

0 commit comments

Comments
 (0)