Skip to content

Commit 11cd7e2

Browse files
Dan GDan G
authored andcommitted
Added redirects and cleaned up a stragling URL
1 parent 4d095c5 commit 11cd7e2

File tree

2 files changed

+37
-2
lines changed

2 files changed

+37
-2
lines changed

site/content/learn/playwright/intercept-requests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Intercepting requests with Playwright
2+
title: How to Intercept Requests in Playwright
33
subTitle: Monitoring and manipulating web traffic
44
date: 2020-09-03
55
author:

vercel.json

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,41 @@
4343
],
4444
"destination": "https://www.checklyhq.com/docs/"
4545
},
46-
{ "source": "/learn/headless/e2e-coupon/", "destination": "/learn/playwright/e2e/checkout/", "permanent": true }
46+
{ "source": "/learn/headless/avoiding-hard-waits/", "destination": "/learn/playwright/waits-and-timeouts", "permanent": true },
47+
{ "source": "/learn/headless/basics-clicking-typing/", "destination": "/learn/playwright/clicking-typing-hovering", "permanent": true },
48+
{ "source": "/learn/headless/basics-debugging/", "destination": "/learn/playwright/debugging/", "permanent": true },
49+
{ "source": "/learn/headless/basics-emulating-mobile-devices/", "destination": "/learn/playwright/emulating-mobile-devices", "permanent": true },
50+
{ "source": "/learn/headless/basics-local-setup/", "destination": "/learn/playwright/how-to-set-up-locally", "permanent": true },
51+
{ "source": "/learn/headless/basics-navigation/", "destination": "/learn/playwright/navigation", "permanent": true },
52+
{ "source": "/learn/headless/basics-performance/", "destination": "/learn/playwright/performance", "permanent": true },
53+
{ "source": "/learn/headless/basics-playwright-intro/", "destination": "/learn/playwright/getting-started/", "permanent": true },
54+
{ "source": "/learn/headless/basics-scraping/", "destination": "/learn/playwright/web-scraping", "permanent": true },
55+
{ "source": "/learn/headless/basics-selectors/", "destination": "/learn/playwright/selectors", "permanent": true },
56+
{ "source": "/learn/headless/basics-taking-screenshots/", "destination": "/learn/playwright/taking-screenshots/", "permanent": true },
57+
{ "source": "/learn/headless/challenging-flows/", "destination": "/learn/playwright/challenging-flows", "permanent": true },
58+
{ "source": "/learn/headless/debugging-challenges/", "destination": "/learn/playwright/debugging-errors", "permanent": true },
59+
{ "source": "/learn/headless/e2e-account-settings/", "destination": "/learn/playwright/testing-account-settings", "permanent": true },
60+
{ "source": "/learn/headless/e2e-checkout/", "destination": "/learn/playwright/checkout-testing-guide", "permanent": true },
61+
{ "source": "/learn/headless/e2e-coupon/", "destination": "/learn/playwright/testing-coupons", "permanent": true },
62+
{ "source": "/learn/headless/e2e-file-download/", "destination": "/learn/playwright/file-download", "permanent": true },
63+
{ "source": "/learn/headless/e2e-google-login/", "destination": "/learn/playwright/google-login-automation", "permanent": true },
64+
{ "source": "/learn/headless/e2e-login/", "destination": "/learn/playwright/login-automation", "permanent": true },
65+
{ "source": "/learn/headless/e2e-microsoft-live-login/", "destination": "/learn/playwright/microsoft-login-automation", "permanent": true },
66+
{ "source": "/learn/headless/e2e-search/", "destination": "/learn/playwright/how-to-search", "permanent": true },
67+
{ "source": "/learn/headless/e2e-signup/", "destination": "/learn/playwright/user-signup-automation", "permanent": true },
68+
{ "source": "/learn/headless/error-click-not-executed/", "destination": "/learn/playwright/error-click-not-executed", "permanent": true },
69+
{ "source": "/learn/headless/error-element-not-found/", "destination": "/learn/playwright/error-element-not-found", "permanent": true },
70+
{ "source": "/learn/headless/error-element-not-visible/", "destination": "/learn/playwright/error-element-not-visible", "permanent": true },
71+
{ "source": "/learn/headless/error-target-closed/", "destination": "/learn/playwright/error-target-closed", "permanent": true },
72+
{ "source": "/learn/headless/error-wait-not-respected/", "destination": "/learn/playwright/error-wait-not-respected", "permanent": true },
73+
{ "source": "/learn/headless/generating-pdfs/", "destination": "/learn/playwright/generating-pdfs", "permanent": true },
74+
{ "source": "/learn/headless/iframes/", "destination": "/learn/playwright/iframe-interaction", "permanent": true },
75+
{ "source": "/learn/headless/managing-cookies/", "destination": "/learn/playwright/managing-cookies", "permanent": true },
76+
{ "source": "/learn/headless/multitab-flows/", "destination": "/learn/playwright/multitab-flows", "permanent": true },
77+
{ "source": "/learn/headless/request-interception/", "destination": "/learn/playwright/intercept-request", "permanent": true },
78+
{ "source": "/learn/headless/scraping-example-purchases/", "destination": "/learn/playwright/scraping-behind-login", "permanent": true },
79+
{ "source": "/learn/headless/script-recorders/", "destination": "/learn/playwright/script-recorders", "permanent": true },
80+
{ "source": "/learn/headless/test-data-intro/", "destination": "/learn/playwright/handling-test-data", "permanent": true },
81+
{ "source": "/learn/headless/valuable-tests/", "destination": "/learn/playwright/writing-tests", "permanent": true }
4782
]
4883
}

0 commit comments

Comments
 (0)