You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/content/learn/playwright/_index.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,44 +42,44 @@ Playwright and is extremely powerful and serves a wide range of use cases. We ha
42
42
{{< doc-card
43
43
class="full-width-card"
44
44
headerTag="h3"
45
-
title="End to end scenarios"
45
+
title="Monitoring an eCommerce checkout flow"
46
46
img="/learn/icons/e2e.svg"
47
-
description="Learn how to script complete user scenarios from signup to checkout."
48
-
link="/learn/playwright/e2e/login/"
47
+
description="Learn how to automate realistic user scenarios from signup to checkout."
48
+
link="/learn/playwright/checkout-testing-guide/"
49
49
>}}
50
50
{{< doc-card
51
51
class="full-width-card"
52
52
headerTag="h3"
53
-
title="Network & state"
54
-
img="/learn/icons/network.svg"
55
-
description="Learn how to use cookies to set state and simplify your scripts."
56
-
link="/learn/playwright/basics/managing-cookies/"
53
+
title="Navigating user interfaces"
54
+
img="/learn/icons/best-practices.svg"
55
+
description="Learn about guidelines to write quality automation scripts."
56
+
link="/learn/playwright/navigation/"
57
57
>}}
58
58
{{< doc-card
59
59
class="full-width-card"
60
60
headerTag="h3"
61
-
title="Best Practices"
62
-
img="/learn/icons/best-practices.svg"
63
-
description="Learn about guidelines to write quality automation scripts."
64
-
link="/learn/headless/challenging-flows/"
61
+
title="Managing cookies and state"
62
+
img="/learn/icons/network.svg"
63
+
description="Learn how to use cookies to set state and simplify your scripts."
64
+
link="/learn/playwright/managing-cookies/"
65
65
>}}
66
66
{{< doc-card
67
67
class="full-width-card"
68
68
headerTag="h3"
69
-
title="Performance"
69
+
title="Measuring page performance"
70
70
img="/learn/icons/performance.svg"
71
71
description="Learn how you can use Playwright to measure page performance."
72
-
link="/learn/headless/basics-performance/"
72
+
link="/learn/playwright/performance/"
73
73
>}}
74
74
</div>
75
75
76
76
## Popular Posts
77
77
78
78
<divclass="cards-list">
79
-
{{< doc-card class="three-column-card" title="Basic Navigation" description="Working with navigation and waits are the fundamental of any script." link="/learn/headless/basics-navigation/" >}}
79
+
{{< doc-card class="three-column-card" title="Debugging errors" description="Learn how to debug common errors and bugs in your Playwright scripts." link="/learn/playwright/debugging/" >}}
80
80
81
-
{{< doc-card class="three-column-card" title="Request Interception" description="Learn how to control HTTP requests and responses." link="/learn/headless/request-interception/" >}}
81
+
{{< doc-card class="three-column-card" title="Request Interception" description="Learn how to control HTTP requests and responses." link="/learn/playwright/intercept-requests/" >}}
82
82
83
-
{{< doc-card class="three-column-card" title="Basic Selectors" description="Working with selectors is key for writing high quality scripts." link="/learn/headless/basics-selectors/" >}}
83
+
{{< doc-card class="three-column-card" title="Basic Selectors" description="Working with selectors is key for writing high quality scripts." link="/learn/playwright/selectors/" >}}
0 commit comments