Click any tag below to further narrow down your results
Links
This article explains how Atomic Design is a useful pattern for building user interfaces but not suitable as an application architecture. It highlights the risks of overcomplicating components and emphasizes the need to separate UI composition from application logic. The author proposes a structured approach for maintaining clarity and scalability in frontend applications.
This article shares key lessons from a decade of frontend engineering, focusing on how to optimize testing for better development velocity. It emphasizes the importance of minimizing maintenance costs and choosing the right scope for tests to enhance coverage and reliability.
The OpenAI Testing Agent Demo repository showcases how to utilize OpenAI's CUA model with Playwright for automating frontend testing of web applications. It includes three integrated components: a Next.js frontend for test configuration, a Node server for communication with the CUA model, and a sample e-commerce app for demonstration purposes. Users are advised to avoid using the model in production or authenticated environments due to its current preview status.