|
43 | 43 | ], |
44 | 44 | "destination": "https://www.checklyhq.com/docs/" |
45 | 45 | }, |
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 } |
47 | 82 | ] |
48 | 83 | } |
0 commit comments