How the new UI mode improves the Playwright experience
Explores the new UI mode in Playwright v1.32, a visual test runner that improves debugging and the overall testing workflow.
Explores the new UI mode in Playwright v1.32, a visual test runner that improves debugging and the overall testing workflow.
A guide to testing geolocation features in web applications using Cypress, covering API mocking and browser permission handling.
A technical guide on using Cypress's .selectFile() command to upload files in automated tests, covering frontend integration and hidden input elements.
A guide on using Cypress and the browser's Performance API to measure frontend performance, specifically timing modal window interactions.
A guide to simplifying Vue.js application testing using the Vue Testing Library, focusing on user-centric tests and practical examples.
Explains the importance of frontend testing for user experience, team confidence, and preventing production bugs in non-trivial applications.
Essential frontend testing criteria for a feature's Definition of Done, covering devices, accessibility, and JavaScript resilience.
Explains how to write resilient UI tests using user-centric queries instead of brittle CSS selectors, with examples in React.
Highlights from Render Conf 2016 covering web technologies, including Progressive Web Apps, meaningful animation, and front-end testing tools.
Explores automated testing for image download behavior in responsive web design using CSS media queries and Browsercope.