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
Playwright has a built-in visual comparison feature using await expect(page).toHaveScreenshot().
13
+
14
+
How it works: On the first run, Playwright saves a baseline screenshot. Subsequent runs compare the actual screenshot to this baseline, failing the test if there are pixel differences.
14
15
15
-
### Axe tags
16
-
17
-
cat.aria: Rules related to Accessible Rich Internet Applications (ARIA) attributes and roles.
18
-
cat.color: Rules related to color contrast and meaning conveyed by color.
19
-
cat.controls: Rules for interactive controls, such as form elements and links.
20
-
cat.forms: Rules specifically for forms, form fields, and their labels.
21
-
cat.keyboard: Rules related to keyboard operability.
22
-
cat.links: Rules for links, including their names and destinations.
23
-
cat.name-role-value: Rules that check if an element has a name, role, and value that can be correctly interpreted by assistive technologies.
24
-
cat.semantics: Rules related to the semantic structure of a document, such as headings and landmarks.
25
-
cat.sensory-and-visual-cues: Rules that deal with information conveyed by sensory or visual characteristics.
26
-
cat.structure: Rules related to the document's overall structure, like the proper nesting of elements.
27
-
cat.tables: Rules for data tables, including headers and associations.
28
-
cat.text-alternatives: Rules for ensuring that text alternatives are provided for non-text content, such as images.
29
-
30
-
## Content Redo - Tag Groups
31
-
32
-
- Platform Engineering
33
-
- DevOps
34
-
- Kubernetes
35
-
- Infrastructure as Code
36
-
- Containers
37
-
- API Management
38
-
- SRE
16
+
Pros: It's free, everything stays local (no third-party services needed), setup is simple, and you retain full control over the baseline images in your repository.
17
+
18
+
Cons: Browser rendering can be inconsistent across different operating systems and machines, leading to "flaky" tests or false positives. Managing baselines for multiple browsers and resolutions manually can also be challenging at scale.
Please analyze the document CONTENT_PLANNING_OPUS.md
84
+
85
+
Please add a suggested set of tag groups that would be appropriate for the content goals of the site, as described in the document. These are top-level content organization categories like "DevOps". Then, sketch out 30+ article ideas organized by the tag group they most relate to (they can fall under more than one tag group).
d="M 12.384,11.52 C 13.984,10.752 15.2,8.864 15.2,6.688 15.2,3.488 12.768,1.152 9.536,1.152 H 0 v 22.08 h 10.304 c 3.456,0 6.08,-2.528 6.08,-5.952 0,-2.752 -1.632,-5.088 -4,-5.76 z M 8.864,3.808 c 1.92,0 3.328,1.44 3.328,3.36 0,1.92 -1.504,3.36 -3.328,3.36 H 2.848 V 3.808 Z M 9.632,20.576 H 2.848 v -7.52 h 6.784 c 2.144,0 3.744,1.6 3.744,3.744 0,2.144 -1.6,3.776 -3.744,3.776 z"
d="M 27.936,0.96 22.432,19.168 16.832,0.96 H 14.208 L 8.608,19.168 3.104,0.96 H 0 l 7.04,22.08 h 2.976 L 15.488,5.248 20.96,23.04 h 2.976 l 7.04,-22.08 z"
0 commit comments